Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0 !important;
}
}
Best regards,
Rikard
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
It’s the URL field of the button. Another thread in here listed the issue to be the PHP version?!
https://kriesi.at/support/topic/buttons-link-field-is-not-appearing/
Hello Kriesi,
thank you for your support.
I have some troubles with my page Sonic Tonic (Page), which is not responsive on the landing page. I added a picture of a mobile phone on the desktop version and set the visibility on mobile to “hidden”. The phone is hidden on mobile, however, the space it occupied stays blocked and the text boxes are not expanding to full width.
What can I do so the occupied space is gone (something like position absolute or anything) and I can expand one column to full width by ignoring the other column for mobile responsiveness?
All the best,
Niko
Hi Ismael,
thanks for taking care of me. :)
When looking closely, you may find, that it s not properly looking on mobile.
View post on imgur.com
Detailed: The frames for the contact form are too narrow, usually they go almost to the border.
The circles with the social icons should place themselves below each other, not side by side.
If I would add another color-section some sections above, it will change the whole design below.
What I already did:
Uploaded new Enfold via FTP
Deleted all color-section and rebuilt them
deactivated all Plugins
Bye the way, we have a parallel thread concerning the same topic obviously.
We could switch to this one, to help the other colleagues, too ?
All the best
Marcus
In this topic; https://kriesi.at/support/topic/rublon-plugin/ I told about the problems I have with installing the Rublon plugin. I do have trouble too now with using the Live Traffic option in the plugin WordFence.
Note that I use Rublon and Wordfence on a lot of other sites together without any problems. These other sites don’t use the Enfold theme).
In the previous topic the conclusion was that it has nothing to do with the Enfold theme. But now I used the browser console to look for any errors when using the Wordfence Live Traffic and I find these 2 errors (screenshot):
http://www.optiion.nl/wp-content/uploads/wf01.png
“Avia tooltip is not a contructor” seems to have something to with the Enfold theme/Avia builder? And what is the other error? Could these 2 errors cause the problems with some plugins not working properly?
-
This topic was modified 9 years, 2 months ago by
Alwin.
Hi Andy,
Obviously there is a conflict when you combine a link in an icon box together with target=”_blank” in de footer and I am pretty sure that my custom CSS has a influence on that. So a concession has to be made. I have advised my client to skip the idea to open those links in a new window and hope he will accept. That (I have tested) will solve the whole issue :-)
You can consider this topic as closed.
Thanks for your help & have a nice day!
Regards,
Monique
Hey Rikard again :)
I don’t have any example in mind, I just wonder if it’s possible to a menu display like a regular or megamenu in the header at the top of the page and once the header shrink and get sticky transform it in a burger menu ?
It’s just cause I really like the burger menu but I also want that my visitors can see the entire menu when they land on the home page ?

and when you scroll

Best regards,
Clement
Hello,
I have problem with Polylang. When I installed and activated plugin, websited stoped to work properly. There is no slider at home page.
I looked for solution at other topics but I couldn’t find proper one.
I can’t use WPML. I tried couple different language plugins but anyone suits me. Polylang is the best and I need use this one.
Can you help me?
Andrzej
-
This topic was modified 9 years, 2 months ago by
andrzejkozdeba. Reason: Polilang to polylang at title
Hi Stephen,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Please activate the custom CSS field for builder elements and give your element a class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
You can then use something like this in Quick CSS:
.your-class {
position: absolute;
top: 20px;
left: 20px;
}
Best regards,
Rikard
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi Nadea,
Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Please update the code in functions.php to
function bannerTop(){
?>
<script>
jQuery(document).ready(function() {
jQuery('#header').prepend( "<a href='https://www.bodylab24.de/'><div class='banner-top'> </div></a>" );
});
</script>
<?php
}
add_action('wp_footer', 'bannerTop');
And the css code in Quick CSS to
.banner-top{
min-height:90px;
width:100%;
background:url('https://www.eiweisspulver-test.com/Bodylab728x90.gif') no-repeat center center ;
background-size: contain;
}
.header-scrolled .banner-top{
display:none;
}
Best regards,
Vinay
Hi,
Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi there,
I have made a change in helper-main-menu.php as I tried to add a phone icon in front of my phone number on the top menu. As per suggestions here in forum. Result is the webpage wont open.
I changed : if($phone) { echo “<div class=’phone-info {$phone_class}’><span>{$phone}</span></div>”; }
Could you please take a look into this and help me to restore the settings. I tried from screen options but there is no such option.
Thanks.
Hi I am trying to not show the footer menu which replicates from the main menu on a site my current options for footer are:
footer columns: 1
I have text added to the footer widget but the menu still replicates.
I need to remove everything in the bottom menu that replicates from the top main menu, site is http://www.cellairis.mx

Regards
Please cancel, I worked around it with the image placement. You can close this topic.
Hello Again. It seems the code you provided above has not solved our issue. We have since updated the site a bit since last time. Please see attached img of issues we are seeing.
I have a WordPress site using Enfold. We have many items in our Parent navigation main menu. However, due to it’s size, when viewed on a laptop, the site places Nav that does not fit on to a second line. This is an issue as it sits exactly right on top of the Page Heading. (See attached img of issue).
We want the Nav to wrap to a second line if needed so everything is available. But we don’t want it to sit on top of the Page Heading. (Things look okay when viewed on Mobile as it then goes to the Responsive Hamburger Menu option)
In this string of posts, you provided some code, but it doesn’t seem to be working. Is there code I should be using instead to fix this issue?
Thank you for any help you can provide.
Hi,
I’m working on a site for a friend of mine using Enfold and I can’t seem to figure out how to add margins on the left and right side of his blog posts. I can seem to add top and bottom stuff, but not left and right. Is this possible?
Habe es jetzt mit deinem eigenen Code hinbekommen ;-)
https://kriesi.at/support/topic/single-page-nav-menu-multiple-items-highlighted-current-menu-item/
Jetzt bitte noch eine andere Sache: Wie kann ich NUR für eine bestimmte Unterseite für Bilder den kompletten “Mouseover-Effekt” abschalten?
Gruß,
Matthias
Hello,
I purchased the Enfold theme. I would like to change the position of the text on the fullwidth Easy Slider on my home page.
Right now it’s at the bottom of the slider and I would like it to be at the top or maybe middle.
I cant’ find an option to do it in the settings…
Thank you in advance :)
Hi Kriesi,
I have a problem with my blog post on the desktop.
Every post has a slider positioned in the middle of the screen .
The slider contains a image so the full blog is not readable.
If you click on the image you switch to another blog.
Hope you can help me out.
Best regards,
Anjuna
1. So you want me to paste into the child theme footer.php? This doesn’t make sense to me. Please read your January 6, 2017 at 10:22 pm comment for #1.
3. How is this done?: “make the actual about page a subpage.” The submenu has 4 links, plus 3 sublinks. These need to show in the top right menu box that displays only on small devices.
Hey!
Please edit your post and click “Screen options” on the top right corner and check “Discussion” then scroll below your post content and choose to enable discussion on your post
Regards,
Yigit