Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #882164

    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 >

    • This topic was modified 6 years, 11 months ago by diekavallerie.
    #882876

    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

    #887520

    Sorry for my late reply.
    Adding ‘ ‘ arround > doesn’t work. Is there a other work around?

    #887772

    Hi,

    Try this instead, just remove the spaces between the characters:

    & g t ;

    Best regards,
    Rikard

    #887801

    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.

    #888525

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.