Jump to content

Edit History

Removed account

Removed account

Hello,

I'm trying to add some simple custom code inside HTMLBox & Custom Block Text modules but Prestashop parses my code in a kind of way so I can't put anything big, for e.g.:

 

I'm trying to put this custom code:

<div class="dflex">
	<a href="https://foo" class="cblock"></a>
</div>

 

But each time I try to apply this code, no matter what module I'm updating, it converts my code into this:

<div class="dflex"></div>

I've tried putting simple brackets: same

Disabled HTMLPurifier: same

 

Where should I check out to solve this?

Thanks for your help.

Removed account

Removed account

Hello,

I'm trying to add some simple custom code inside HTMLBox & Custom Block Text modules but Prestashop parses my code in a kind of way so I can't put anything big, for e.g.:

 

I'm trying to put this custom code:

<div class="dflex">
	<a href="https://foo" class="cblock"></a>
</div>

 

But each time I try to apply this code, no matter what module I'm updating, it converts my code into this:

<div class="dflex"></div>

I've tried putting simple brackets: same

Disabled HTMLPurifier: same

 

Where should I check out to solve this?

Thanks for your help.

Removed account

Removed account

Hello,

I'm trying to add some simple custom code inside HTMLBox & Custom Block Text modules but Prestashop parses my code in a kind of way so I can't put anything big, for e.g.:

 

I'm trying to put this custom code:

<div class="dflex">
	<a href="https://foo" class="cblock"></a>
</div>

 

But each time I try to apply this code, no matter what module I'm updating, it converts my code into this:

<div class="dflex"></div>

I've tried putting simple brackets: same

Disabled HTMLPurifier: same

 

Where should I check out to solve this?

Thanks for your help.

×
×
  • Create New...