Hi,
Could you create a duplicate section that would be more mobile friendly that hides when on the desktop?
Best regards,
Jordan Shannon
I’m referring to the button on the top. Thanks!
First of all, thank you for time mate!
I am afraid it is not removing the space between columns – it is adjusting the top and bottom padding in anther content.
If you are able to see this link on mobile: http://havazi.co.uk/personal-training/#2
but no effect on this link http://havazi.co.uk/personal-training/#1
Thank you very very much!
Hi,
Try adding the following to quick css:
@media only screen and (max-width: 1024px) {
.avia-section-large .content{
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.template-page.content{
padding-top: 15px!important;
padding-bottom: 15px!important;
}
}
Adjust the numbers however you need them.
Best regards,
Jordan Shannon
Hi,
I see. So you want to remove/reduce the top and bottom spacing between sections I assume?
Best regards,
Jordan Shannon
Hi,
There will still be space on the top and bottom as the video needs to be in proper aspect ratio, but yes it should be fine on other devices.
Best regards,
Jordan Shannon
Hey Uroš,
Try adding this to quick css instead:
#menu-item-shop.cart_dropdown:before{
content: "Shop cart";
font-size: 13px;
float:right;
margin-left:-80px;
margin-top:20px;
position:absolute;
}
Best regards,
Jordan Shannon
Hey Uroš,
Try the following for desktop:
#top #header.av_header_transparency .avia_mega_div {
margin-left: 200px!important;
}
Best regards,
Jordan Shannon
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
li#menu-item-burger:before {
content: 'Menu';
position: absolute;
top: 45px;
right: 50px;
}
Best regards,
Yigit
Hi Jordan,
that is correct. It has stopped working on front page only. Works on all other pages. If I disable WooCommerce it starts working on front page. Something in Woocommerce interacts with something on Enfold front page and kills Rotator.
If you create a new site and just install these the items – you can reproduce,
Pat
Hi,
I have a site running Enfold 4.07 on PHP 7 on WordPress 4.8.
A number of issues arose when I upgraded to WP 4.8 or updated Woocommerce – not sure which.
After many hours I tracked it down by stripping back everything on site and re-installing Enfold etc.
If you install Enfold (with zero mods, no customer css etc) with the Testimonials Rotator (Hal Gatewood) and WooCommerce then the Rotator stops working on the site main/front page.
It is ok on all other site pages. Site is http://www.destinydreamz.com
How do I determine what the source of the problem is?
Hi!
I have one little question for you. My website is this one: http://unpackdesign.com.br/
I would like to deactivate the logo on the top menu but I would like to keep the logo on the scroled menu. I tried many codes, but none of them work… can you help me?
And how can I make the menu items centralized? they are left align…
Thank you!
I’m using a logo center with main nav on top and I’m trying to have a header bgd color of white while having a purple background color behind the menu that is screen wide.
I’ve added .av-main-nav > li > a { background-color: #821e82; } to my quick CSS and that allows me to color the menu but won’t extend screen wide.
How can I accomplish this? I’m using the latest version of Enfold.
Thx
Vince
Can you be more specific? I looked at it now (that you activated Enfold) and I am still unable to get to any of the options in theme options setup page. Therefore, my website doesn’t look right. That is the reason I reactivated Canvas. I have tried in Firefox, Chrome and Safari and am still unable to get the theme options to come up. If I try to get to them from the WordPress admin bar at the top, the pages don’t load.
I have reactivated canvas until this can be resolved.
Hello,
I want to change the Enfold Logo on the top (left) of the start slider in the Demeo Enfold 2017!
It is not to do with the Logo field in the Backend!
Have Thanks,
Marc.
I have a password-protected page on my client’s website. When a first-time visitor is prompted to enter their password, the page where they enter it has a way-too-large picture of my band’s logo on top of it and so it’s cut off. We just want to shrink it down so it looks nicer but can’t find out how to do that.
Link and login in the private content section.
Thanks!
~J
I use google font’s “Heebo” font.
I chose it in the theme options.
Thing is every time I update the theme, the font resets to “default” or “Arial”.
Hope you’ll check it so it will stop in the next update.
Hi,
You can try this code:
.av-main-nav ul {margin-top:-70px !important;}
You can adjust the margin to suit your preference.
Best regards,
Sarah
Great! We’ll close this thread now. Please feel free to open a new topic if you have any other questions.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold.
Cheers!
Sarah
Hi there,
i did not found the problem in the forum so i open a new topic.
I set up a LayerSlider on my site, but if I put one on a site, the whole site will crash and beside the header nothing is visible on the page. I can navigate so a other site in the menu, and everything works fine. I tried it with the default demo Sliders and my own one, there is no difference.
Can you guys help me?
Greetings Max.
Enfold 3.8.4
Wordpress 4.8
Hi,
My post when clicked in appears alright on desktop. On mobile however the title gets overlapped by the menu. It’s as though there’s negative padding that’s pulling the page content upwards.
Any help appreciated.
Thanks much.
Tee
Hi,
I’m looking for a solution to mark a Fullwidth Sub Menu item as active, once it scrolled to the corresponding section.
I tried to realize this https://kriesi.at/support/topic/fullwidth-sub-menu-active-color/#post-574124
At the moment it’s not working. Would you take a look at my site to get it fixed?
The site I’m working on is this one http://www.tillmannlange.de/wp/wp09/profil-3/
Login data in private section
hi guys
on my site im building at http://hungry-cactus.flywheelsites.com/
it appears the background image that sits at the top behind the logo is zoomed in but it is 1900 wide to start with and 605 tall so it needs no zooming
also appears that there is some white border on on the left and and right
how can i remove the zoom and white border please ?
Thanks for the feedback.
I removed the AUTOPLAY …. but it does not load the video in the devices.
LINK
Hi,
I checked your website on my 1920x1200px screen however i could not reproduce the issue.
Please try changing following code
#top #wrap_all #header_main .main_menu .av-main-nav > li {
left: 8%;
}
to following one
@media only screen and (max-width: 1920px) {
#top #wrap_all #header_main .main_menu .av-main-nav > li {
left: 8%;
}}
Best regards,
Yigit
I found something and it’s working for me.
Enfold->Header->Header Layout->Menu and Logo Position->Logo Center Menu Below
/*Up the menu on the logo and remove the container of the menu*/
.main_menu {
top: -65px;
}
#header #header_main_alternate .container {
height: 0px;
}
And now the logo position :
.html_header_top.html_logo_center .logo { left: 70px; }
I found a thread quite similar : https://kriesi.at/support/topic/12-columns-dont-stay-next-to-each-other-in-tab-section/
This is exactly my problem. Did you found a solution?
Hi everybody !
I know that it is an old post, but I really need to have the answer.
Yes we can easily adjust the menu position with the margin, but it’s not responsive on bigger or smaller screen.
I tried it several times with px or % value, on my laptop it’s 32% and it’s working, but when I go on my computer it’s 37%… We need a center position for the menu, and the best would be social icons on right, logo left and menu center…
Hi,
When using the Layout Builder for posts then they will act like pages instead, and you will have to add all content to them manually. If you are looking to add an excerpt to the post then please select Screen Options in the top right hand corner of the screen and check the Excerpt option. You will then be able to add the excerpt below the builder box.
Best regards,
Rikard