Forum Replies Created
-
AuthorPosts
-
April 18, 2020 at 4:13 pm in reply to: Enfold: Latest version of Event Calendar not working with Counter #1204980
Hi,
Thanks, I tried matching your PHP version “7.2.24” on my localhost to see if I could reproduce the error, but this didn’t help. But in case they are not the same, can you try updating your PHP? I uploaded a current version of Enfold, your old version is named “enfold-old”.
I also tested PHP version “7.2.24” on a live server to ensure that my localhost was not the error. Is the dev site a copy of your live site, or was the live site a copy of the dev site? How did you copy the site, an option in your cPanel or a plugin?Best regards,
MikeHi,
OK, so you will be leaving it on hover.
As for your css issues, if you would like us to take a look at this then please open a new thread and include admin login in the Private Content area so we can be of more assistance.
Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.Best regards,
MikeHi,
Thanks for the login, I found your draft “AAAA Test Enfold Lightbox” but the shortcode was mal-formed so I adjusted it for you.
When editing the shortcode in your post, I recommend doing so in the “text” tab and not in the “visual” tab.

Unfortunately, there is not an option to set default options to the elements, so you will need to select these options when you add your image shortcode for each image.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,
I took a look at your page and see that the script is working and the issue now is that the section is not scrolling to the top when it becomes visible.
So to test on the “tech” section I added this function to your script:(function ($) { $(".technologyschalter").click(function(e) { e.preventDefault(); var elmnt = document.getElementById("hide_technology"); setTimeout(function () { elmnt.scrollIntoView(true); }, 1500); }); })(jQuery);clicking on the button that shows the “hide_technology” section will delay 1.5 seconds (1500ms) and then scroll the section to the top. The delay seems necessary and if it is too short it won’t work, so you can try changing the “1500” to suit.
Also, note that you will need to clear your browser cache to see this work.
If you are satisfied with this you can model it for your other buttons.Best regards,
MikeHi,
Glad we were able to help, we will close this now and take a look at your other thread. 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 16, 2020 at 1:51 pm in reply to: Enfold: Latest version of Event Calendar not working with Counter #1204425Hi,
I tested with updated theme and plugin, and the countdown element is working correctly for me, I see that you are using Enfold v4.6.3.1, please try updating.
Note that you will need to enter the token at Enfold Theme Options > Theme Update > Enter a valid Envato private token. You can read more here.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,
Glad Jordan could 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 the feedback, I now see that the css is added via javascript, so this script should work.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_cell_padding(){ ?> <script> (function($){ $(window).load(function(){ var width = $(window).width() if ((width <= 768)) { $( '#top.home .av-layout-grid-container' ).each(function() { $( this ).find( '.flex_cell.av_one_half' ).not('.av-zero-padding').css({ 'padding-top': '10px','padding-bottom': '10px'}); }); }; }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_cell_padding');This will only work on your home page if you want it to work on every page, remove
#top.homefrom the code.Best regards,
MikeHi,
On your menu item “solutions” I don’t see the class “mega-menu” as described above, did you use a different custom class?
I see that the Enfold Theme Options > Performance > JS & CSS file merging and compression is enabled, please disable and clear your browser cache so the restored javascript files will load.
If this doesn’t help, please disable your plugins to ensure there is not a conflict.
If this doesn’t help, then we will need to take a closer look with an admin login and FTP access in the Private Content area, but as this is not your thread your login info will not be private, please open a new thread.Best regards,
MikeHi,
Thank you for the feedback, and I’m glad this helps.
Examining your iframe link the end of the link contains?startpage=1which when loaded triggers it’s javascript that changes the link to?startpage=1#page_1which is the anchor it scrolls to.
So that is why it is scrolling, but I don’t see a way to override this unless you add the ID#page_1to the top of your page to break the scroll.Best regards,
MikeHi,
Please try this css instead in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#newsbox-3.newsbox ul li:before { display: list-item; content: ""; list-style: disc inside; float: left; position: absolute; left: 0; } #newsbox-3.newsbox ul li { list-style: none; padding-left: 13px; }Best regards,
MikeHi,
@australiemag, I had entered my email in the Private Content area, but you couldn’t see it because this is not your thread.
Please open a new thread and include an admin login and a link to your new thread in the Private Content area and then you will see what we write in the Private Content area.Best regards,
MikeHi,
It looks like WP-CLI can only generate thumbnails for images missing image sizes with[--only-missing], if you know how to use WP-CLI Here is the official site. This answer says it takes about 30 seconds for this to correct 4000 images.
But I didn’t find an alternative to this or a plugin to do the same, perhaps I missed it.
Did you try to manually regenerate one image to see if this helps?Best regards,
MikeHi,
Thank you for the feedback, I wanted to login to investigate but the login was incorrect, please check.Best regards,
MikeHi,
I’m testing in the “2017 Demo”, so I used a “custom link” in the menu to replace the parent mega menu item so it would not have a clickable link. Notice that I enabled the custom classes in the menu so the parent item that will open on click can be targeted with the class “mega-menu”

Then I added this css in the Quick CSS:li.menu-item-mega-parent.mega-menu a.open-mega-a:hover ~ .avia_mega_div { opacity: 0 !important; display: none !important; } li.menu-item-mega-parent.mega-menu a.open-mega-a:focus ~ .avia_mega_div { opacity: 1 !important; display: block !important; }This hides the sub-menu on “hover” but shows on “click”.
After applying the css, Please clear your browser cache and check.
Please note that I didn’t change the “avia.js”Best regards,
MikeHi,
Glad to hear this worked for you, there are different list styles to try, please see this article
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
@ehquionest It looks like you posted your login details, but I don’t see the URL to your site, please include.Best regards,
MikeHi,
I was able to login this time, to remove the padding & margin from the single product pages around the “Vous aimerez aussi” please try this css:.single-product .avia-section-small .content,.single-product .avia-section-small .sidebar { padding-top: 0px !important; padding-bottom: 0px !important; } .single-product .avia-section-small.container_wrap { border-top-style: none !important; border-top-width: 0 !important; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeHi,
True, it looks like this was re-written and moved to\wp-content\themes\enfold\js\avia-snippet-megamenu.js
on line 176megaItems.each(function(i){ $(this).hover(changing the “hover” to “click” should work, but there is also css that is opening the sub-menu on hover, and for my demo the parent items are also links so clicking them goes to the page instead of the open action. Are your parent items also links? I don’t believe this is going to work if you also want your parent links to work.
Best regards,
MikeHi,
It looks like your “portfolio” size, 495, is activate so they should regenerate.
The Regenerate Thumbnails has the option to skip over images that already have correctly-sized thumbnails.

This should leave only the missing ones to regenerate.Best regards,
MikeHi,
Thanks for the link, you are getting this error:Access to font has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
because your font is loading from a temp URLhttps://secureservercdn.netdid you just move to this domain, or did you just assign this domain? You will need to correct the url’s so they point to your domain.Best regards,
MikeHi,
Thanks @Victoria, @Cherryadvertising glad this is helping, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeApril 14, 2020 at 1:22 pm in reply to: Icon list animation not working in tab section when clicking on a link #1203568Hi,
Thanks for the link, I see your page is giving the error “jQuery is not defined” this typically means that your jQuery is loading in the footer, please check that the option Enfold Theme Options > Performance > Load jQuery in your footer is disabled. Some caching plugins also have this option so please check that these are also disabled. It also looks like you have the lazyload option enabled in the “wp-rocket”, please disable this, lazyload can lead to issues like you are experiencing.Best regards,
MikeApril 14, 2020 at 1:09 pm in reply to: Blog: Doesn' t show post navigation and related posts #1203562Hi,
I was able to make clicking on the “Bildergalerie” button open the lightbox after waiting 500ms, which seems to be just the right amount of time for the page scroll down to the section. I added a custom ID to your button so only this button triggers the action.
I added this function to your child theme functions.php:function custom_adventure_script(){ ?> <script> (function($){ $(window).load(function() { $('#adventure a.avia-button.avia-icon_select-yes-left-icon').click(function(e){ e.preventDefault(); setTimeout(function(){ window.location.href = "https://your-url/#slideshow-adventurer"; $('#slideshow-adventurer a').trigger('click'); setTimeout(function(){ $('button.mfp-arrow.mfp-arrow-right.mfp-prevent-close').trigger('click'); }, 200); }, 500); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_adventure_script');One issue I had was the slideshow always opened the last slide in the lightbox, so I added a second click on a delay to show the first image “Start your Adventure”
Please clear your browser cache and check.Best regards,
MikeHi,
You will need to use your webhost’s “file manager” then you can copy the “footer.php” to your child theme.

In the file manager go to your parent theme “enfold” and click once on the footer.php to select it, then click on the “copy” button, then a popup will allow you to enter the path to your child theme, I assume it’s “enfold-child”, just enter the correct path.

Otherwise, you can use FTP and download the footer.php from your parent theme and then upload to your child theme.Best regards,
Mike -
AuthorPosts



