Forum Replies Created
-
AuthorPosts
-
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.seBest wishes,
KattaSorry, 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).
This reply has been marked as private.July 18, 2014 at 10:23 am in reply to: Fullscreen slider and anchor #next-section with header transparent or not #292889@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.
July 15, 2014 at 8:35 am in reply to: Fullscreen slider and anchor #next-section with header transparent or not #291435Hi 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,
KattaDecember 9, 2013 at 11:02 am in reply to: DIsplay sidebar with navigation – but not by default #197995Good 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 -
AuthorPosts