Hello,
is there a other way to send a bug report?
Description:
Enfold Theme 4.1.2
Page -> Avia Layout-Builder -> Media Element -> Fullwidth Slider OR Slide-Show
caption Setting for a Slide:
When I insert a > in the button text field the slide is not visible on the frontpage.
Example: Click here >
Hey diekavallerie,
Thank you for contacting us.
That is a known issue, it is the way HTML is been handling, please add ‘ ‘ around it and let us know if that works out.
Best regards,
Basilis
Sorry for my late reply.
Adding ‘ ‘ arround > doesn’t work. Is there a other work around?
Hi,
Try this instead, just remove the spaces between the characters:
& g t ;
Best regards,
Rikard
I tried that already. The problem is that the first time you save it works. But on the second save the character is > again and not the
html entity > So the slider is missing again.
Hi diekavallerie,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#fullscreen_slider_0 div[data-rel=slideshow-1] .avia-slideshow-button.avia-button.avia-color-theme-color:after {
content: '>';
padding: 3px;
}
If you need further assistance please let us know.
Best regards,
Victoria