Forum Replies Created
-
AuthorPosts
-
Hey kevinhaag,
Thank you for your patience please give this script a try, in the functions.php:function custom_script() { ?> <script> (function($){ var int = ''; function a() { var isMobile = $('.av-burger-menu-main').css('display'), htmlString = $('#header_main .social_bookmarks').find('li a'), mobileMenu = $('.av-burger-overlay'), socialString = []; if(isMobile == 'none') return; if($('.burger-social').length) clearInterval(int); htmlString.each(function() { var socialClass = $(this).parent('li').attr('class'), socialItems = $(this).wrap('<li class="'+ socialClass + ' av-active-burger-items burger-social"></div>').parent().unwrap(); socialString.push(socialItems); }); $(socialString).each(function() { $(this).appendTo('#av-burger-menu-ul'); }); } $('#header').on('mousedown', '.av-main-nav-wrap', function() { int = setInterval(function() { a(); }, 500); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');the css:
#av-burger-menu-ul li.burger-social { float: left; } #av-burger-menu-ul li.burger-social a { padding: 10px !important; border-bottom: none !important; } #av-burger-menu-ul li.social_icon_1 { padding-left: 40px }Best regards,
MikeHey maxgorelkine,
Thank you for your patience, I do not have an iphone to test with and the only sub-menu items that didn’t work for me were the ones under “Performances du groupe” because they were just #, but I do note that you are getting these errors:OTS parsing error: invalid version tag&Failed to decode downloaded font: [...] /fsd-icons/fsd-icons.woff2
and yourfsd-icons.woff2is giving a 301 redirect.
So first I’m not familiar with these errors but most of my research points to this being a bigger issue for ios, which would explain why it’s not causing a fail on Android, second, it is clear that the fsd-icons is a custom font, but only .woff is available and not .woff2
So first I recommend ensuring that you really wanted to link to .woff2 and it is available via on your server, if .woff2 is an error is your font-face css correct to .woff.
If .woff2 is correct ensure that is was uploaded correctly as binary and not ASCII.
Otherwise, check that any caching is not breaking the font because it is not available and is a 301 redirect.
Another option would be to remove the use of this font temporarily to ensure that error is not the cause for the missed IDs on your iphone.
Another common reason for missed IDs on mobile is because the mobile elements are different than the desktop elements, that is when the desktop elements are hidden on mobile resulting in two of the same IDs in the source code and causing the error, I didn’t find this to be your case, but as I couldn’t recreate your issue perhaps I didn’t click on the correct menu item to cause the error? Please tell us a couple of menu items specifically that cause this issue for you and if this dual element IDs could be the problem.Best regards,
MikeApril 11, 2021 at 12:10 am in reply to: Accessibility Issue for Menu with Sub-items of sub-items #1293707Hey xfilegirl,
Thank you for your patience, can you link to the thread you found about the edit you tried, I didn’t find it and would like to try it. It sounds like the issue you are having is only with the third child-level menu correct?Best regards,
MikeHey macjeffff,
Thank you for your patience, please try this css and try to adjust the first font size to suit./* change read more button */ a.more-link:before{ content: "See More" !important; font-size: 16px !important; } a.more-link { font-size: 0 !important; }After applying the css, please clear your browser cache and check.
If this doesn’t help please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Thank you for the feedback, I thought the intention was to have the “Skip to Content” within the <body> tag, where before it was outside, aka before the <body> tag, so I used insertBefore(‘#wrap_all’); to get it above <wrap_all> and under <body> aka within the <body>
I tried to append to the <body> but that doesn’t work because the “Skip to Content” needs to be it’s own <div>
So when I check now it seems to me that it is now working as intended.

Best regards,
MikeHi,
@jodyrussell, glad to hear that you are getting this sorted out, but when you say that you are getting PHP memory issues I hope that doesn’t mean that you are rebuilding the site with v3.8? I don’t see where you say that you are using v4.8.1, and if you are I would not expect that you would have memory issues, but I don’t use “import buddy” or “backup buddy” so I would not know what errors might come from them, I only used the real “Duplicator“, not the new fake one 🙂Best regards,
MikeHi,
Thank you @Guenni007, the Wayback machine is a good idea so send the chocolate to Bonn/Germany ;)Best regards,
MikeHey lle-it,
Thank you for your patience, please give this a try instead of the other script and continue to use your current css:function screen_reader(){ ?> <script> (function($){ $(document).ready(function() { if ($("body").hasClass("home") == true) { $('<div id="skipnav"><p class="skipnav"><a href="#main_content">Skip to Content (Press Enter)</a></p></div>').insertBefore('#wrap_all'); } else { $('<div id="skipnav"><p class="skipnav"><a href="#main">Skip to Content (Press Enter)</a></p></div>').insertBefore('#wrap_all'); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'screen_reader');Best regards,
MikeHey jodyrussell,
Thank you for your patience and the catchy title, I see that you are using Enfold v3.8 with WordPress v5.1.8
I’m pretty sure Enfold v3.8 was using PHP v5.x which most webhosts won’t allow anymore so your probably on PHP v7.x now?
I would try downgrading WordPress to at least v4.x but I’m not sure how low you can go and still work with your PHP version, you may try alternating downgrading WP & PHP to get as low as to can go and at a point I believe that you will find your site will work again enough that you can login to the backend and perhaps clone it to a localhost and try rebuilding it.
But looking at your homepage, which seems to be the only page that works, it seems basic and seems that it would be easier to recreate from scratch, I personally would create a new install on a localhost of the latest versions of WordPress & Enfold and copy (scrape) the text and images from the frontend, or just make a completely new site. Sorry, this is probably not very helpful, but WordPress changed so much at version 5 that salvaging Enfold v3.8 may not be worth your time?Best regards,
MikeApril 7, 2021 at 1:52 pm in reply to: Masonry gallery | Elementbeschriftung hat keinen Einfluss auf die Anzeige #1293067Hi,
Thanks for the FTP access but I’m having trouble with the connection as it keeps dropping. Please try uploading your updated theme to a directory named enfold-new and once it is fully uploaded, rename your current enfold directory to enfold-old and then rename enfold-new to enfold and check your site.
If you run into any issues simply reverse the renaming. If you don’t feel comfortable doing this and you have a cPanel file manager within your webhosting account you could post a login for us to use below, but it doesn’t seem that your FTP access is stable enough for me to use from my location.Best regards,
MikeHi,
Thank you for the theme zip file, I have uploaded for you and edited your child theme stylesheet as I said above.
Please check your site, I didn’t find any errors. Via FTP you will note that your old theme version is in the directory “enfold-old” if you are happy with the update then you can delete this directory via FTP, do not delete it from within the WordPress theme panel.Best regards,
MikeHey Harold,
Thank you for your patience and the link to your site, but I don’t see that you have any social icons activated on the desktop version header, the script above grabs these social icons and places them in the mobile menu. So please try enabling them and trying again.Best regards,
MikeHey denis-lvov,
In general each Advanced Layout Builder element has the option for the element to show at different screen sizes

you can use these options to choose when your content shows.
If you are having trouble understanding this then please create a test page and include an admin login for us and describe what and when you want something to show and we can help.Best regards,
MikeApril 6, 2021 at 12:14 pm in reply to: Video Banner and Video Elements playing simultaneously #1292752Hey Kraig,
Thank you for your patience, as I understand your issue I don’t believe there is a way to disable the layerslider when the video element is playing. I would recommend disabling the loop at the end of your first round of layerslider slides so it doesn’t come back around to the auto playing video again.
But on the other hand, since the layerslider video is playing without sound, I don’t believe that your users even know it is playing behind the video element?Best regards,
MikeHi,
Sorry I am unable to recreate a form submit redirect on my localhost, try looking at your WordPress > Settings > Reading > Your homepage displays and compare with your Enfold Theme Options > Theme Options > Frontpage Settings, perhaps these two options are working against each other, also check if you have a Custom Error 404 Page or Maintenance Mode set in the theme options, or if you ever have, if you used to have one of these setting you will need to un-select the option before disabling it and then save your theme options.Best regards,
MikeApril 6, 2021 at 11:36 am in reply to: Logo image does not appear in the header section of the website #1292738Hi,
Thank you for the feedback, I have reset my localhost install of v4.8.1 and enabled with no demos and have the base Enfold logo:

which is located at\wp-content\themes\enfold\images\layout\
this is hardcoded on line 132 in\wp-content\themes\enfold\includes\helper-main-menu.php
But whenever a new logo is uploaded this base logo is replaced, I have tested this.
I believe I have seen the old “K” logo you are referring to but I believe that is from a much older version, I don’t see it in the current version. Even so, it to would be replaced with a new logo upload.Best regards,
MikeHi,
Very good then, we will go ahead and close this thread then, but if you do have the issue again and are able to recreate it in a way that we can investigate it we will be happy to assist. At that time please create a new thread, thank you.Best regards,
MikeHi,
Glad to hear that you have sorted this out, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeApril 6, 2021 at 11:07 am in reply to: Empty spaces appear after updating WordPress (Avia editor pages only) #1292726Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHey Ciprian,
If you have lost your login info to your Theme Forest account you will need to ask them to recover. Envato, aka Theme Forest is the exclusive licensor of Enfold, due to this contract we can not license nor do we have access to licensing info. Typically similar situations to this arise when a developer purchases a license and creates a website product for a customer, and somehow doesn’t supply this license login to the customer, thus the customer is never given access to the licensed files. Envato doesn’t recognize the license code number without the login and password to the Envato account in order to download the licensed files or to update the theme. Typically years go by before the developer’s customer realizes that this has happened and the developer has stopped responding to the customer. Typically the developer only purchased one license but built many sites and can not update them all because they only have one license. Because of this Envato changed their API to a Token that can only be accessed via the account’s login and password.So now for the good news, in any situation where the user doesn’t have access to the old account, it is cheaper and easier for them to simply purchase a new Enfold theme with a new email and create a new login and account. The greatest benefit to this is the option to extend the support to 12 months for a very small price:

for you see the yearly cost of access to this support form is nearly the same as the cost of the theme:

which I assume you have not updated since you are contacting us though email.
So it will save you time and money to just purchase a new license.Best regards,
MikeApril 5, 2021 at 12:06 pm in reply to: Empty spaces appear after updating WordPress (Avia editor pages only) #1292464Hi,
Thank you for the login, I followed the steps in the sticky thread on the/la-era-mesozoica/periodo-triasico/page and the page was corrected on save. Please review.
The solution is to make an edit or change to the page so there is something for WordPress to update and save, if the change or edit is too small this may not work, so the change I made was to replace the very first text element that had the shortcode[av_breadcrumbs]with a code block element with the same shortcode, and when I saved the page was corrected. Please try this with your other pages. As a side note I recommend using the code block element instead of the text block element anytime you are only going to add a shortcode, as this is the correct element.
Please clear your browser cache and check.Best regards,
MikeHi,
Thank you but unfortunately getting this plugin to work with Enfold is beyond the intended scope of our support, I would recommend seeking the help of a freelance developer to create a custom solution for you.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Thank you for your patience and thanks for the login, I note that you have this error in the theme panel update:Errors occurred checking on 2021/04/01 16:04: Paket-URL herunterladen: Fehlercode 404 von Envato erhalten: Not Found: - description: The purchase you have requested is not downloadable at this time.: - Möglicher Grund: Dein Download-Limit ist eventuell überschritten - versuche es bitter später wieder. Download Package URL: A problem occurred accessing your download link. Unable to perform update. Following Envato package errors occurred: Enfold - Anfrage für Download-URL fehlgeschlagen.So first I would point out that Envato has an “update” limit so the first step is to not check for any more updates for 48 hrs, if you have other websites or other Envato products please do not check them either as Envato limits your account cumulatively.
I also note that you are using Thrive Architect which doesn’t play nice with Enfold, I’m not saying it is a cause or that there is anything wrong, but I would recommend disabling it the next time you do check for a update, I would also disable Smash Balloon & YellowPencil.
Now if you just want to update right away and move on I recommend updating via ftp, The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
If you don’t feel comfortable doing this, please include FTP access in the Private Content area and a DropBox link to the newest theme files from your Theme Forest account and I will do this for you.Best regards,
MikeHi,
Thank you for your patience, I did not use the login provided because it sounded like a one-time issue with an isolated account that it sounded like you didn’t want to mess with too much, if I’m reading your reply correctly. I have not seen any other issues like this recently, but I do recall one admin login a few years back on a site that was using a user profile security plugin that was only on one admin login and not on the support admin login for us to check with or on the other admin login the developer was using, so after a few days of testing the developer decided to give the client a new admin login and the issue never re-occurred.
I don’t think it was ever pinned on the plugin or the theme as it was really strange, I don’t know if this helps, but I was reminded of this.Best regards,
MikeApril 4, 2021 at 9:36 pm in reply to: Empty spaces appear after updating WordPress (Avia editor pages only) #1292372Hey Jose,
Thank you for your patience, please see this sticky thread about this issue and let us know if it helps.
I was not able to check your site as I believe it is blocking my IP, if this is true I posted my IP below for you to white list if the sticky thread doesn’t help.Best regards,
MikeHey Antiquaritaly,
Thank you for your patience and the link to your site, do you want buttons that links to facebook and instagram in a footer widget, if so then add this shortcode to a custom html widget:[av_buttonrow alignment='center' button_spacing='5' button_spacing_unit='px' alb_description='' id='' custom_class='' template_class='' av_uid='av-kn3eudx6' sc_version='1.0' admin_preview_bg=''] [av_buttonrow_item label='Facebook' icon_select='yes' icon='ue8f5' font='entypo-fontello' link='manually,http://' link_target='' size='small' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' av_uid='av-kn3etr2k' sc_version='1.0'] [av_buttonrow_item label='Instagram' icon_select='yes' icon='ue909' font='entypo-fontello' link='manually,http://' link_target='' size='small' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' av_uid='av-kn3eu7yf' sc_version='1.0'] [/av_buttonrow]You can create and customize your own buttons using the Magic wand tool using the instructions in the theme documentation.
If you want to add the Social Share Buttons to a footer widget, you could add this shortcode to a custom html widget:[av_social_share title='Share this entry' buttons='' share_facebook='aviaTBshare_facebook' yelp_link='https://www.yelp.com' style='' alb_description='' id='' custom_class='' template_class='' av_uid='av-1a8ccp' sc_version='1.0' admin_preview_bg='rgb(255, 255, 255)']But adding this to the footer will lead to incorect back links when users use these because it is in the global footer and not in a specific post, and instagram is not an option in the Social Share Buttons.
Best regards,
MikeHey lkhst,
Thank you for your patience, I don’t see an easy way to achieve this so I have submitted a feature request to the dev team and will reply when they have a chance to review.Best regards,
MikeHi,
Thank you for your patience, I see that the current css is this:.responsive.html_boxed.html_header_sticky #header { width: calc(1100px - 2px) !important; max-width: calc(90% - 1px) !important; }but in order for the css to work as expected with 2px please correct to this:
.responsive.html_boxed.html_header_sticky #header { width: calc(1100px - 2px) !important; max-width: calc(90% - 2px) !important; }Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeHi,
Thank you for your patience, I believe that you might be looking for Activate the Shop Overview Page in the theme documentation that explains the use ofadd_theme_support( 'avia_custom_shop_page' );to allow the customization of the Shop page with the Advanced Layout Builder.
But if this is not what you meant then please note that all woocommerce customization files that the theme uses can be found at\wp-content\themes\enfold\config-woocommerce\perhaps there you will find what you were looking for.Best regards,
Mike -
AuthorPosts
