Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Enfold Feature Requests #192547

    Hi guys,

    it would be great if you could add some new features/elements

    – more options for custom fonts ( More light fonts like PTSans)
    – independent font style for menu
    – social media on footer
    – custom icon list (small list)
    – process builder with icons and text
    – more icon box versions (with mouse over effect and flip over to text)
    – charts, skill meters. infographics
    – content boxes
    – counters

    thanks a lot!

    in reply to: No responsive MobileMenu on IPad #139686

    fixed it. I have 6 Menu items and on default enfold want 8 items to go display the responsive mobilemenu.

    changed

    Code:
    if(first_level_items > 8 && !bottom_menu)
    {
    switchWidth = 989;
    header.addClass(‘mobile_menu_tablet’);
    }

    to

    Code:
    if(first_level_items > 6 && !bottom_menu)
    {
    switchWidth = 989;
    header.addClass(‘mobile_menu_tablet’);
    }

    now it works.

    Thanks

    in reply to: Yoast and Enfold conflict #136767

    Just updated the Plugin to Yoast 1.4.15. Now everything looks fine again.

    in reply to: Yoast and Enfold conflict #136764

    Is it possible to upload 1.4.13 by ftp manually and overwrite the 1.4.14 files, I would prefer to keep my Yoast Settings and Meta Informations or isn’t that an option?

    in reply to: Blog / LayerSlider changes #125585

    Hi,

    this seems to work, thx!

    The only problem is, the background image of the slide is not scaling to the new-container on portait-mode. Any Idea how to fix that?

    in reply to: Blog / LayerSlider changes #125583

    Hi Ismael,

    thx for reply.

    I would like to change the height of the Layerslider on mobile devices.

    The Slider of

    should look like

    on mobile

    Regards

    Amir

Viewing 6 posts - 1 through 6 (of 6 total)