Hi artspbseo,
Please refer to this thread for a possible solution.
Best regards,
Victoria
Update – I have disabled the plugin “Thrive Leads” (Which was working fine until just before the above documented login). My site is currently running, but Thrive Leads is a business critical plugin for me, and I need to figure out what changes were made that caused it to fail.
It is clear to me that this is not a random issue with Thrive Leads, but rather an issue caused by the login above. Google analytics shows that all traffic to my site stopped immediately after the above documented login…
Update 9:50AM ET: Even with the Thrive plugin disabled, I am getting a number of 500 server error messages
-
This reply was modified 8 years, 9 months ago by
JuergenB. Reason: Update
Hey lech07,
Please refer to this thread for a possible solution.
Could you please go to your ftp and delete the /wp-content/uploads/dynamic_avia/enfold.css file, it will be regenerated anew.
If you need further assistance please let us know.
Best regards,
Victoria
-
This reply was modified 8 years, 9 months ago by
Victoria.
Hi Anita,
Here are some threads you might want to look at.
https://wordpress.org/support/topic/cant-edit-widgets-or-main-page/
https://kriesi.at/support/topic/cant-edit-widgets/
If you need further assistance please let us know.
Best regards,
Victoria
Hey Enfold2018,
I would only add the code below, other than that it looks ok.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media screen and (max-width: 767px) {
.responsive #top #wrap_all .container {
width: 86% !important;
max-width: 100% !important;
}
}
You can specify the elements that you would like to adjust and how you want them to look like. Images in color sections look fine as backgrounds, the video on the Layer Slider did not load on mobile, you can set a fallback image for that in Layer Slider.
If you need further assistance please let us know.
Best regards,
Victoria
Hi!
Please check out this thread – https://kriesi.at/support/topic/enfold-version-4-1-update-troubles/. Have you made any changes on header.php or /includes/helper-main-menu.php file on your child theme?
Best regards,
Yigit
Hi,
I removed following code from Style.css file of your child theme
/* Change screen resolution that "fullwidth sub menu" kicks to mobile https://kriesi.at/support/topic/change-screen-resolution-that-fullwidth-sub-menu-kicks-to-mobile/ */
@media only screen and (max-width: 1000px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
}
@Wordpressed I removed following code from Quick CSS
@media only screen and (max-width: 1024px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}}
Please review your websites :)
Best regards,
Yigit
Hi!
@mbisogno Please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/. If that does not help, please start a new thread under Enfold sub forum
@kylerollins Please try adding following code to Enfold theme options > General Styling > Quick CSS field
@media only screen and (max-width: 1100px) {
.av-burger-menu-main { display: block!important; }
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
Since old mobile menu was removed completely, CSS selectors have changed as well :)
If that does not help, please start a new thread.
Cheers!
Yigit
Hi,
Please use following code instead
.html_header_top.html_bottom_nav_header .main_menu ul:first-child {
display: inline-block;
width: auto;
float: right;
}
Best regards,
Yigit
Hi,
Please use the code as following instead
@media only screen and (max-width: 1100px) {
.av-burger-menu-main { display: block!important; }
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
Since old mobile menu was removed completely, CSS selectors have changed as well :)
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_header_top.html_logo_center #top .main_menu ul:first-child {
display: inline-block;
width: auto;
}
Our devs are aware of the issue and it will be fixed in upcoming Enfold update
Best regards,
Yigit
Hi,
Please add following code to Quick CSS instead
@media only screen and (max-width: 1250px) {
.av-burger-menu-main { display: block!important; }
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
and flush cache :)
Best regards,
Yigit
Hey Ed,
Please refer to this thread for a possible solution.
Best regards,
Victoria
Hi guys,
Reference to this post: https://kriesi.at/support/topic/change-after-post-date-remove-in-and-remove-last/
When the blog posts are listed ie. ‘domain.com/category/categoryname’ the formatting is the default one.
I have two other main categories and they are still the same. With the ‘/’ separator and a trailing one. Links in private.
Basilis,
I want same setup on my demo site top of the menu with close button,
Please help me.
Sorry, but that thread doesn’t help me. Please refer to my earlier query.
My Mobile Menu for first site is now disabled and no longer appears on mobile screens.
Mobile menu is still on my second site on desktop view and now no longer displays menu links for some reason. I’ve purged cache, deleted css stylings, and updated my header.php files on my child theme folder from the latest Enfold theme but I can’t seem to find what’s causing the error.
Please refer to the login credentials. Desperately seeking help. Many thanks in advance!
-
This reply was modified 8 years, 9 months ago by
jasksks.
Hey janeyj,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
width: auto;
float: left;
left: 50%;
webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello,
I just installed a Plugin to show a fixed side menu. It works on twentyseventeen theme.
But in enfold:
The Code is shown but the Menu is invisible on the side:
<head>
<body id=”top” class=”home page-template-default page page-id-2 logged-in admin-bar stretched open_sans wpbdp-with-button-styles customize-support” itemscope=”itemscope” itemtype=”https://schema.org/WebPage”>
<div id=”wrap_all”>..</div>
<div class=”wp-side-menu” style=”margin-top: -26px;”>
<span>Leistungen</span>
<i class=”fa fa-building-o wo-icon” aria-hidden=”true”></i>
</div>
….
How can I show it?
Kind regards
-
This topic was modified 8 years, 9 months ago by
PixxAgentur.
Hello,
Please try clicking on every tab on the left end. You won’t be able to open some of the tabs. They don’t respond for some time and later they start working while other tabs stop. It happens very randomly and is causing a lot of problem
Hi Victoria,
yes, have the social media icons centered underneath the copyright text – also centered above. at the moment neither is centered on mobile. instead the social media icons are centered on desktop, which wasn’t the desired outcome.
desired outcome on desktop and tablet: http://imgur.com/a/ElxVS
desired outcome on mobile: http://imgur.com/a/3NpbR
re cache, if you log into the site using details below, the cache will be disabled for logged in users.
thanks so much for your help
Hi, have updated and have the 3 bar menu without bullets (thanks) but now the header on the mobile version has reverted to as it was. On mobile version we wanted the logo centred at the top and the 3 bar menu below the logo (centered too).
Do I need to change any of the Quick CSS code you’ve given me?
Thanks
Gerry
Hi,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
Victoria
Hello,
After I updated the enfold theme on zorbas.dk some things changed.
1. There is suddenly a mobile version menu on the right when using laptop
2. There is no mobile version menu when using a mobile
3. mobile picture on zorbas.dk is gone and not showing on mobile
4. http://imgur.com/a/WuMqP
5. My debug mode is gone, i have tried to add it by following the guide but it brakes my site. http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
-
This topic was modified 8 years, 9 months ago by
lech07.
Hi,
I am currently having a difficulty with making my website responsive on mobile. I’m very happy with the site on desktop but there are some issues on how the site displays on mobile. The main issue is the imagery. I have spent a lot of time looking at other topics on this forum and I understand the issue I have may be to do with the fact most images on the site are background images inserted in the colour section.
Is there a quick fix to make full image appear on mobile as currently the image is very zoomed in on mobile. I have tried some custom css codes but to no avail. I understand advanced layer slider may be another option? But I can imagine this being quite time consuming to change.
What do you recommend?
I have included link to my website in the private content area.
Thank you for your time,
-Sam
-
This topic was modified 8 years, 9 months ago by
Enfold2018.
Hey guys,
I am working on a tab-section with 2 columns (2/5 and 3/5) per row which works great on desktop, but when I switch to the mobile version the columns switches to a single column and the headline is not shown above the right text anymore.
It would be fantastic if you could take a look and may give me some custom css to fix my problem :)
Best,
Maik
Hi,
Great, glad you found the problem. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
We’re glad that the team was able to help! Do you need further help with this topic? :)
Best regards,
Sarah
Hi there!
The latest version of WooCommerce (3.1.1) now displays the entire page of Terms and Conditions on the Checkout page instead of the link to the page.
It normally says ‘ I HAVE READ THE TERMS AND CONDITIONS’ (linking to the page on my site where the Terms and Conditions page is) but now it doesn’t and it shows the entire page content below the address input.
The biggest problem with this is the at the ‘PLACE ORDER’ button is now right at the very bottom…..
Can we get the text link working again please?
Many thanks
Ed
https://www.swarez.co.uk/checkout/ – just add a product in like this one (https://www.swarez.co.uk/shop/small-desktop-art/number-twenty-three/) and you’ll see what I mean!
Hi musedesignca,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .footer_color h3 {
color: #fff;
}
.flex_column .widget .widgettitle {
margin-top: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria