-
Search Results
-
I have a decent amount of text contained within a single-toggle accordion. In Chrome, if I scroll passed the accordion so it is in the upper half of the page and click the toggle to view the information, the page automatically scrolls down slightly, cutting off the first line of the information contained within the toggle. This only happens in Chrome and does not happen in Microsoft Edge. I tried disabling all plugins to no avail (although I have nothing out of the ordinary running). I have included screenshots of the the scroll-to location prior to clicking, as well as the result showing the data being cut off due to the shift.
Also, on mobile, when I expand an accordion/toggle, after closing it, the toggle receives an orange border up the two sides and on top. A screenshot of this is also attached. None of my borders or backgrounds are set to this color, so I am uncertain of what is causing this or how to avoid it.
Thanks!
Majority of the times (if not all), when I load my homepage, the images in the masonry don’t always automatically load. You have to scroll further down to the point where the masonry gallery is off the screen, then scroll back up for it to load. Is there any fix for this?
Hi there,
on one of my pages I would like to put several masonry gallery elements (4-6) to show the products within one category. The first and second masonry galleries load just fine, but as I scroll down, the third masonry gallery remains empty and doesn’t load their products/images until I scroll at the very end of the page and up again. The forth and fifth masonry sometimes don’t load at all and never before scrolling several times to the bottom of the page and up again.
I already checked the forum for solutions but neither seems to be working. Yes, lazyload is turned of in both, the Enfold performance settings and the Autoptimize settings as well.
Please help
Thanks a lot in advance..
Kind regards, ChrisTopic: Forms Not working Properly
Hi,
I have 2 forms in my website and the “Auto-responder” is not working. After testing several times, the Auto-responder message never arrive.
What am I doing wrong?Also, I would like that, after the user “SUBMIT” the form, that the page scroll up, in order for the user to see the SHORT MESSAGE, on same page.
Is that possible?Thanks & Regards
Joao
Hi Enfolders,
I like the theme!!BUT…I’m experiencing a trouble: i have a long page which contains a list of things and elements, which I’ve grouped and divided in toggles, to make it more easy to scroll.
Now, when the page is opened in mobile devices, opening toggles causes the page go back to top, and the user has to scroll down back to the opened toggle. The page is also slow to be loaded.
Can Anyone help to solve?
Thank You!!
All the best,David
You can see the page here:https://atresautomazioni.it/login/download-cataloghi-listini
I am running the latest version of Enfold, but the problem was teh same with the previously installed.
Topic: Adding multiple h tags
Hi,
How can I achieve this widget(image) in the php code below?
More specifically, how do I select h2 and h3 tags in the php code?
$args = array ( 'name' => 'Displayed Everywhere', 'id' => 'av_everywhere', 'description' => '', 'class' => '', 'before_widget' => '<section class="mobile_toc clearfix avia_auto_toc">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '', 'after_title' => '', 'widget_id' => 'avia_auto_toc_custom', 'widget_name' => 'Enfold Child Table of Contents2', ); $instance = array ( 'title' => 'Contents', 'exclude' => '', 'style' => '', 'level' => 'h3', 'single_only' => 1, 'indent' => 0, 'smoothscroll' => 1, ); $toc = new avia_auto_toc; $toc->widget($args, $instance);


