Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #201590

    Hello!

    I just updated both WordPress and Enfold to the latest version (2.5 & 3.8) and I am having issues with the slider and some other hover icons.
    http://www.fuckmynose.com
    On the homepage, you can see the layer slide but on the right arrow and on the stop button, you can see some extra text (‘; font-family:’) . Same thing is happening here on the categories hover image : http://fuckmynose.com/boutique/
    My knowledge in html/css is kinda limited and after 45mn, I decided to ask you if you could help me out!

    Thank you very much for your support.

    Axel

    • This topic was modified 11 years ago by EatZeBaby.
    #201591

    Hi EatZeBaby!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .ls-nav-next:before {
    content: '\E87d';
    font-family: 'entypo-fontello';
    }

    Regards,
    Yigit

    #201596

    Thank you very much Yigit for your (super) fast and efficient answer. Still, it is now displaying EB7d on the layer slider. It corrected the categories :)

    Thank you again!

    #201597

    I added a \ and it worked!

    #top .ls-nav-next:before {
    content: '\\E87d';
    font-family: 'entypo-fontello';
    }

    Thank you very much for your help!

    • This reply was modified 11 years ago by EatZeBaby.
    #201600

    Hey!

    You are welcome! But i think there was a caching issue. It displays fine on my end without second \
    Please try flushing browser cache after applying the code and it should work fine

    Best regards,
    Yigit

    #201604

    Tried it and worked instantly!
    Thank you again for your time and availability!

    Best regards,

    Axel

    #201605

    Hey!

    You are welcome! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘[SOLVED] Layer Slider Error’ is closed to new replies.