GetSimple Support Forum

Full Version: Please HELP with CKEditor Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First off all, sorry for my bad English!
Can somebody help me please?

When I enable the HTML Editor, it makes some changes to the source code and for example a link on a image disappears totally!

<div class="col-xs-12 col-sm-4 col-md-3">
<div class="spb-asset-content">
<figure class="animated-overlay overlay-style caption-hover clearfix">
<img alt="Pokal &quot;Tennis Club Meran&quot;" class="attachment-full" width="360" height="270" scale="1.5" src="/data/uploads/products/Pokale/recent/item7.jpg?zoom=1.5&amp;resize=1000%2C751" src-orig="/data/uploads/products/Pokale/recent/item7.jpg?resize=1000%2C751" ><a data-alt="Pokal &quot;Tennis Club Meran&quot;" href="/data/uploads/products/Pokale/full/item7.jpg"></a>
<div class="figcaption-wrap"></div>
<figcaption>
<div class="thumb-info">
<h4>Pokal "Tennis Club Meran"<i class="fa fa-eye"></i></h4>
</div>
</figcaption>
</figure>
</div>
</div>

This is what the html editor makes:
<div class="col-xs-12 col-sm-4 col-md-3">
<div class="spb-asset-content">
<figure class="animated-overlay overlay-style caption-hover clearfix">
<img alt="Pokal &quot;Tennis Club Meran&quot;" class="attachment-full" height="270" scale="1.5" src="/data/uploads/products/Pokale/recent/item7.jpg?zoom=1.5&amp;resize=1000%2C751" src-orig="/data/uploads/products/Pokale/recent/item7.jpg?resize=1000%2C751" width="360" />
<div class="figcaption-wrap">&nbsp;</div>
<figcaption>
<div class="thumb-info">
<h4>Pokal "Tennis Club Meran"</h4>
</div>
</figcaption></figure>
</div>
</div>

I tried to change some things in the config.js, but it didn't work.
Your link is an empty tag, empty tas are removed.