Tagged: Layer Slider
Hi,
After last update (11-march) slides with h1 or text content with characters “à” are replaced by this symbol �. In layer slider editor view correctly but at the frontend are replaced with this symbol �.
**Before udate, view correctly
Any idea?
Thanks in advanced!
Hi!
I asked Kriesi to report this bug to the layerslider plugin author. For now try to replace the à character with the html entity:
à
Regards,
Peter
Hi Peter,
Curios: insert html à
produce same error.
Best regards,
Fredi
Hi,
I tried reproducing the issue on my end with no success, can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hi!
Yes, i did see the problem, unfortunately i couldn’t figure out. It appears to be an isolated case with your server, i tried reproducing the issue in another setup exactly as yours (on my host) and the Catalan characters worked as expected, please take a look:
http://bit.ly/1gzHzN4
The only difference that comes to my mind would be the subdomain and the domain name. As a temporary solution you could use images as text, like we do here.
Best regards,
Josue
Hola Fredi,
Si, al parecer es un problema de incompatibilidad de la nueva version de LayerSlider con servidores Windows, es bueno saberlo.
Saludos,
Josue
Hi Josue, finally kreature correct this issue. Author correction:
We’ve already found the issue and our next update will fix it. In the meantime you can replace line 43 in /wp-content/plugins/LayerSlider/wp/shortcodes.php with the code below to solve this issue:
$data = trim(preg_replace('/\s+/u', ' ', $data));
Regards!
Good, thanks for sharing the solution :)
Regards,
Josue