-
AuthorPosts
-
July 11, 2017 at 9:50 am #819186
Hey everyone!
We just released Enfold Version 4.1 and it is a release geared towards mobile devices. We will release a more detailed blog post shortly.
The theme changes the previously used mobile menu in a major way to be more modern (the html, css and js output was modified and improved), and we have added a lot of functionality to make sure you do not run into trouble when updating. However if you have any issues after the update please try the following steps:
- First of all: clear your browser cache and reset any active caching plugins
- Open the new theme panel in your backend located at Enfold->Main Menu
- It should already be set to display a more modern version of the classic menu in most cases. Feel free to make any modifications you want and save the options
- This should solve any display related issues you might encounter, like missing or wrong colors
- If you still got issues and you are using any menu related CSS modifications please make sure to temporarily remove them to check if they are interfering with the new mobile menu
- Same goes for plugins
- Make sure to update all the Child theme files that overwrite any of our theme files. The HTML structure of the header has changed a little and modifications might also cause problems
- Stil not working? Open a new thread in our support forum with as many details as possible (error description, link to page, admin access, ftp access). Feel free to post a link to your thread in here, for the next few days we will prioritise these requests
Happy Updating!
KriesiJuly 11, 2017 at 11:32 am #819242Just tried to update Enfold as above.Update hangs and now the site displays;
Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.What is the issue?
Thanks
NeilJuly 11, 2017 at 12:08 pm #819249Hi NeilJC,
Please open a new thread and include admin login details in private so that we can have a closer look.
Best regards,
RikardJuly 11, 2017 at 12:40 pm #819277Hey!
If you have been using a centered menu prior to update and if it is no longer centered, please try adding following code to Quick CSS in Enfold theme options > General Styling tab ( http://kriesi.at/documentation/enfold/custom-css-and-quick-css/ )
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child { width: auto; position: static; }
If that does not help, please start a new thread under Enfold sub forum with login details in private :)
Regards,
YigitP.S.: We have informed our devs regarding the issue
Edit: Updated version of the code
.html_header_top.html_logo_center #top .main_menu ul:first-child { display: inline-block; width: auto; }
- This reply was modified 7 years, 3 months ago by Yigit.
July 11, 2017 at 2:39 pm #819363Hi Yigit,
Not sure how that will help as I cannot get into the Enfold options because the Enfold menu has disappeared in the control panel.
I shall raise a new ticket…
NeilJuly 11, 2017 at 2:43 pm #819367July 11, 2017 at 2:52 pm #819380i’m having a problem with the cart icon on mobile and under 767px screen, it can’t get align with the rest of the menu, i even tried this code
`@media only screen and (max-width: 767px){
.cart_dropdown_link {line-height: 80px;}
}’
but no success, here is a picture
here is my site https://www.isopasse.com.br
July 11, 2017 at 3:17 pm #819410Hi,
@xguiboy Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:@media only screen and (max-width: 767px) { #top #header_main #menu-item-shop .cart_dropdown_link { height: 80px; line-height: 80px; }}
If that does not help or if you have any other questions, please start a new thread under Enfold sub forum :)
Best regards,
YigitJuly 11, 2017 at 3:35 pm #819433Thanks it worked, but i had to put !important after px, instead it isn’t working.
July 11, 2017 at 3:38 pm #819438Hi,
Thanks for your feedback!
We will look into the issue and report it to our devs :)Best regards,
YigitJuly 11, 2017 at 4:38 pm #819497I had used the mobile menu for both desktop and mobile.
Now the icon is not visible on desktop anymore…July 11, 2017 at 5:08 pm #819525The plugin Yoast SEO is in conflict with the 4.1 update. The editing of the webpages is not possible anymore because it keeps loading
What can I do?
Thanks..Ton Konings
Utrecht
The NetherlandsJuly 11, 2017 at 5:51 pm #819550Hey @mverloh and @tonkonings :)
Could you please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into the issues? Please also include as much information as possible. If you would like to post screenshots, you can upload your screenshots on http://imgur.com or Dropbox public folder and attach the links in your posts :)
Best regards,
YigitJuly 11, 2017 at 9:36 pm #819639hi, after the update the /wp-content/themes/enfold/css/print.css?ver=4.1 is taking really long do load, i did a pingdom test and the /?wc-ajax=get_refreshed_fragments is taking really long too
July 11, 2017 at 11:29 pm #819704Hi,
Can you post a link to your site? so we can check it.
Best regards,
NikkoJuly 12, 2017 at 12:14 am #819728Hi Nikko,
You’ll find my WP-admin entry data in the Private Content part below.
You will see that the pages cannot be edited because they keep loading.
When you inactivate the plugin Yoast SEO then the loading problem is over and the pages can be edited again.Gr. Ton
July 12, 2017 at 12:21 am #819731Hello!
I am having issues with the update. In the main (and secondary) menu, before I had some elements hidden on mobile and others hidden in desktop. I was using this quick CSS code and it worked fine until today.@media only screen and (max-width: 767px) { .hide-on-mobile { display: none !important; }} @media only screen and (min-width: 768px) { .hide-on-desktop { display: none !important; }}
Now, with the update, those elements appear in the mobile menu (the code works fine for the desktop version of the site).
And the social buttons does not appear on the secondary menu on the mobile site.How can I solve this problem?
Thank you.
- This reply was modified 7 years, 3 months ago by geertroggeman. Reason: Added website link on Private content
July 12, 2017 at 12:51 am #819734hi @nikko, here is my site https://www.isopasse.com.br
i used this code
add_action( ‘wp_enqueue_scripts’, ‘dequeue_woocommerce_cart_fragments’, 11); function dequeue_woocommerce_cart_fragments() { if (is_front_page()) wp_dequeue_script(‘wc-cart-fragments’); }
but ir only worked in the front page
- This reply was modified 7 years, 3 months ago by Guilherme Pereira.
July 12, 2017 at 4:19 am #819764Hi!
We are here to help you, in order to avoid a mix up of issues from other users. we request you to open a new ticket under Enfold sub forum and provide your admin logins in private content field and explain the issue if possible upload a screenshot to imgur.com and share the link in the ticket so we can take a closer look at the issue.
Cheers!
VinayJuly 12, 2017 at 8:35 am #819862Having been unable to update automatically, and on completion of the FTP update, I now have a very large blue block at the top of the page at https://www.geegeez.co.uk, and the following error message at the bottom:
Fatal error: Call to undefined method AviaHelper::av_print_mobile_sizes() in /home/geegeezc/public_html/wp-content/themes/enfold/functions-enfold.php on line 1858
We have a custom login link that goes in our main menu, and is coded in functions.php in the child theme. I’ve had to remove that temporarily and added a menu link to /wp-login.php. This is obviously a very unsatisfactory workaround.
Help please,
Matt- This reply was modified 7 years, 3 months ago by mbisogno.
July 12, 2017 at 9:28 am #819882Salut les pd
July 12, 2017 at 1:24 pm #819992Hi,
Great improvement! :)
Can you just help me set a different resolution for when the icon is activated and the text menu disappears.Thanks
KyleJuly 12, 2017 at 3:02 pm #820040Hi!
@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!
YigitJuly 12, 2017 at 4:59 pm #820106Hi!
Is it possible to have te former mobile-menu-icon back?
The mobile-menu is now very difficult to see as it blends with the background picture.
see: http://www.elsiena.nlChris.
July 12, 2017 at 5:27 pm #820133Moved it to new subject. Couldn’t remove this one.
- This reply was modified 7 years, 3 months ago by Panms.
July 12, 2017 at 7:32 pm #820186Hi Yiigit, the code you wrote about centering the menu if logo is centered works fine on desktop browser.
But on small mobile screen like iPhone 4 or iPhone SE with only 480 width now icons for cart, burger menu and search now overlap with logo. This does not work.Update: Even if I use that css from Yigit or not, the mobile behavior is the same. Thanks. But it would be nice, if in case of very small screens the extra icons would be placed under logo instead of overlapping. Any idea in this case?
- This reply was modified 7 years, 3 months ago by adrianwackernah.
July 12, 2017 at 10:51 pm #820247oh man- I had this issue last time. can you point us to the best solution at this point?
update– still doesn’t look right. the site is not follwoing CSS and template
- This reply was modified 7 years, 3 months ago by kbarranco.
July 13, 2017 at 6:06 am #820337My social icons used to display above my logo on the mobile display like it does on this site which seems to not have updated the theme yet. http://too.devq.nl/
How can I get that back on the updated theme?
- This reply was modified 7 years, 3 months ago by BrandEntourage. Reason: FIXED
July 13, 2017 at 8:37 am #820382Hi @BrandEntourage,
Please, could you create a new thread with your problem more detailed?
Best regards,
John TorvikJuly 13, 2017 at 8:42 am #820383Thanks.
-
AuthorPosts
- The topic ‘Enfold Version 4.1 Update troubles?’ is closed to new replies.