-
Search Results
-
Topic: burger menu
Hello,
Could you tell me how to set the burger menu on my website so when I scroll down on mobile device the burger menu is still appearing and follow the scroll.
Because now it stays on the top.thanks for your reply :)
Sophie
on an older post there is no working solution for it.
https://kriesi.at/support/topic/change-color-body-style-on-one-page/
If I look at the differences in the DOM, I notice that it essentially depends on the html classes: html_stretched, html_boxed and html_av-framed-box. These classes are set in the header.php according to the settings of the Enfold options. ( html_stretched, html_boxed and html_av-framed-box ) on body they are set without html_ )
There are some filters – but nothing could bring the solution. (see old topic).A child theme header.php, on the other hand, is quickly created because a file of that name in the child theme root directory is automatically used instead of the parent theme file.
If you only want to use the framed layout for a specific page, it is easier to use the reverse method – set the framed layout setting globally and change it to boxed or stretched for all other pages.
Long story short. Upload to your child-theme route directory a header.php copy and edit it.
search for that line ( around line 26) :$style = $avia_config['box_class'];if you set the stretched layout – and want to have for a specifc page a boxed layout –
or you have set the boxed layout and want only one page to be in stretched layout – replace it by:if (is_page(array(27))) { $style = 'boxed'; // or 'stretched' } else { $style = $avia_config['box_class']; }now – as mentioned above it is not easy to get for only some pages a framed layout. So here we go the other way :
Set on Enfold options page a framed layout as global setting – and change the layout to all others that are not that page:if (!is_page(array(27))) { $style = 'stretched'; } else { $style = $avia_config['box_class']; }now every page now is stretched except the page 27
see here example page : https://clean.webers-testseite.de/impressum/ this page is framed – all others are stretched.
Topic: preloader issues
Ich habe 2 Bilder. Das erste Bild ist 1200 x 400px und eine Foto. Das zweite Bild 600x300px ist ein Text. Nun möchte ich das zweite Bild mit dem Text über das erste Bild legen. Dies soll auch reponsiv sein. Geht das mit Enfold?
Translate by google – Sorry –
I have 2 pictures. The first image is 1200 x 400px and a photo. The second image 600x300px is a text. Now I want to overlay the second image with the text on top of the first image. This should also be reprosive. Is that possible with Enfold?Topic: Meta Description Problem
Good morning, I have abnormal behavior of the meta description set in yoast seo in the home page. Instead, google has taken the information from the top bar!
What do you think?
Topic: Add notification bar
Hi,
I’d like to add a notification bar at the very top of the website pages at townleypoolandspa.com. Can you please help me do this simply? Thanks!
JustineTopic: Photo sizing issue
Also, what is the size for a full page image? the image that’s there now is 2000×816 px. the top is getting cut off and i’m using the full screen slider media element.
Certain pages on my website https://7saturdaysfinancial.com/ is having display issues where it is not showing stylized and the menu is display as text as opposed to the three bars. Pages where I’ve seen this issue appear are the FAQ page, the Blog page, the home page. Happens on both desktop and mobile. I have screenshots if you would like a visual as well.
Topic: Masonry Gallery load fade in
Hi I want the image in the masonry gallery to fade in when they first load like this site:
https://aswarbyrectory.com/
I added the css in this thread but it isn’t working:Any ideas?
Thanks
Viewing 30 results - 1,831 through 1,860 (of 142,845 total)




