Forum Replies Created
-
AuthorPosts
-
Hey Stilecatalini,
This is a duplicate thread, please view the answer at your other threadBest regards,
MikeHey Bernd,
Are you using Captcha v2 and PHP v8.2?
Another user shared a solution but I was unable to reproduce the error on my server, perhaps you are experiencing the same error?
Give this a try.Best regards,
MikeJune 20, 2023 at 12:18 am in reply to: but still I have a lot of gap on my website. What is it due to? #1411123Hey Gagik,
If you have the smush plugin try disabling it, if not please include an admin login in the Private Content area and a link to the page so we can be of more assistance.Best regards,
MikeHey Jose Ramon,
Try disabling your WPRocket layload option, also check if you have the defur javascript option enabled.Best regards,
MikeHi,
When you look at your Theme Forest account for the Enfold product there are two download links, one says installable WP version the other says “full version”Best regards,
MikeHi,
Try reading the Polylang documentation to learn how to use the plugin.Best regards,
MikeHi,
Please note that you need to use the installable WP version from your Theme Forest account, not the full version, as you are triying to install.
Please try to do this.
There are no other themes that you can install and import the Enfold settings.Best regards,
MikeJune 19, 2023 at 11:40 pm in reply to: Enfold and Events Calendar plugin Individual Event layout #1411113Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
This seems to be an conflict with the Yoast plugin as it crashes when variations are saved and using the ALB purchase button, I disabled the plugin and updated your variation so it will show on the frontend and then enable the Yoast plugin again. So now it is working.
If you make more products try to follow these steps, this issue has already been reported to the Dev Team and I added your thread the report, either I or the Dev Team will reply when a solution is found. Thank you for your patience.Best regards,
MikeHi,
To add google analytics code you can use the theme option Enfold Theme Options ▸ Google Services ▸ Google Analytics Tracking Code or you can add it to this function where it says //add header code here and then add this to your child theme functions.phpadd_action('wp_head','add_custom_header_code'); function add_custom_header_code(){ ?> <script> //add header code here </script> <?php }Please ensure that you have downloaded the installable WP version from your Theme Forest account, this is the one you can install, the “full version with documentation” can’t be uploaded to WordPress as is.
Best regards,
MikeHi,
Yes, this is not a concern, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
I’m not sure what you mean, did you follow my advice?I recommend via FTP removing all for the child theme files excerpt for the style.css & functions.php and check if that solves, if it does then you can add the files back one at a time until the error occurs again and then you will know where the error is from.
Child theme’s don’t include a header.php and if you recall from a earlier thread that the header.php broke your layout, I explained that you should not add header.php files to your child theme or you will have more problems in the future.
Please read that post again and try the solution I offered to add any of your customizations to your functions.php so you will not keep having this issue.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad that this has helped, since it is working I use it, but in the future try making each image use different IDs as in my screenshot,
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Ok, I glad that this has solved your situation and thanks for sharing, but I’m not able to reproduce this issue so I can’t recommend it to the Dev Team.Best regards,
MikeHi,
Thanks, I found that disabling your child theme solves the problem, please give this a try.
But you have so many custom files in your child theme it will be very hard to determine which file is causing the issue.
I recommend via FTP removing all for the child theme files excerpt for the style.css & functions.php and check if that solves, if it does then you can add the files back one at a time until the error occurs again and then you will know where the error is from.Best regards,
MikeHey Davide,
This sounds like a possible file permissions error, try updating manually to hopefully correct the file permissions.
Try downloading the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.

If you still get this error then try updating via FTP whith these instructions: Re-install or Update using FTPBest regards,
MikeHi,
@zanon8 Since this thread is from 2019 and the solution was for specifically this user situation it may not work for you.
Please open a new thread with the url to the page in question and a explanation of the issue and an admin login so we can be of more assistance.
Since this is not your thread posting your admin login here will not be private and you will not see our comments in the Private Content area, thank you for your patience and understanding and using Enfold.Best regards,
MikeHey woogie07,
To add social icons to your footer widget, try following this solution to create a shortcode that you can add to your footer widget.Best regards,
MikeHey soltner,
This script seems to be working on my test site, but your site has a javascript error.
First check that this option is disabled: Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer and you don’t have any plugin deferring javascript. Then disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache and check again.
Then try disabling your plugins, If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.add_action( 'wp_footer', 'ava_custom_script_tab_section' ); function ava_custom_script_tab_section() { ?> <script type="text/javascript"> (function($) { function scrollToTab(s, e,) { $(s).on(e, function(event) { var anchor, loc, cur, hash, tab, parent, pos; if( e == 'load' ) { loc = window.location.hash; hash = loc; } else { loc = $(this).attr('href'); hash = loc.substring(loc.indexOf('#')); } tab = $('.av-section-tab-title[href='+ hash +']'); parent = tab.parents('.av-tab-section-outer-container'); pos = parent.offset(); tab.trigger('click'); if(hash) { setTimeout( function() { $(window).scrollTop( pos.top - 100 ) }, 1000 ); } }); } scrollToTab( '.menu-item a', 'click' ); scrollToTab( window, 'load' ); })(jQuery); </script> <?php }Best regards,
MikeHey indiequick,
Thank you for the link to your site but I’m unable to login, I see Access DeniedBest regards,
MikeHi,
It seems that you also have another thread for the same topic I replied to the other one.Best regards,
MikeHey Stilecatalini,
Thank you for your patience, please see our How to Create a Multilingual Site With Enfold true WPML is not free. If you want to use Polylang you can read their documentation here.
I don’t have any experience with Polylang and we don’t officially support it, but I believe other users have used it successful, try reading the documentation and searching the forum.
If you don’t have a lot of time to learn the plugin or don’t feel comfortable doing it yourself consider hiring a freelancer to help, we recommend Codeable, you can use our customization form here.Best regards,
Mike -
AuthorPosts




