Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Enfold Showcase #816107

    Hi guys,

    We’ve been using Enfold for a couple of years now, and we are very happy with it. Super easy content management and yet advanced enough so we can unleash our own creativity. We had some problems years ago, with slow page loading but we moved to another web hotel and implemented some good old caching, and it’s been working like a charm ever since. Thanks for a great product!
    http://kavlingegk.se

    Best wishes,
    Katta

    in reply to: Script loading problem #301956

    Sorry, Josue. In Firefox the window keeps loading but nothing happens. In Safari a new window is opened with the booking page (but no Enfold layout).

    in reply to: Script loading problem #301839
    This reply has been marked as private.

    @pako69 – maybe you could try this in your style.css:

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
    .avia-ipad #top .scroll-down-link {bottom: 20px;}
    }
    Worked for me. It seems there’s a bug in Safari that adds extra 20px space to height to the fullscreen slider element and that’s why the scroll to next section icon seems to disappear below the screen.

    Don’t know if this is the most graceful solution, but it does seem to work on my iPad with Safari in landscape mode without affecting Chrome that works just fine as it is.

    Hi guys,

    I would just like to add that I’m experience the exact same thing on my iPad Air in landscape mode, with Safari. Would love to know how to fix this…

    Cheers,
    Katta

    in reply to: DIsplay sidebar with navigation – but not by default #197995

    Good idea, didn’t think about just making changes to the CSS. Works like a charm with some minor adjustments (nothing in my rendered HTML that says “widget_pages”).

    .inner_sidebar nav.widget_nav_menu {
    display: none !important;
    }
    .page-template-template-member-php .inner_sidebar nav.widget_nav_menu {
    display: block !important;
    }

    Thanks!
    Katarina

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