Forum Replies Created
-
AuthorPosts
-
Hi,
At 2560px the icons already look centered Please see the screenshot in Private Content area.
Can you include a screenshot of what you are seeing?Best regards,
MikeHey Patrik Heini,
For a popup plugin you could use WP Popups Lite or you can use the built-in popup by following these steps. But I doesn’t have a trigger to automatically open a popup on page load like the plugin does.Best regards,
MikeHi,
This is correct, you can not use the colored icons, you need to use the black & white icon fonts. This is because they are really fonts and not icons, as in colored images.Best regards,
MikeHey Valerie,
Sorry for the late reply, I couldn’t find any info about this plugin and Enfold so I’m unsure if it will work well. Perhaps another user will offer some first-hand experience with it.Best regards,
MikeHi,
Thank you for the login and link to your version of the theme, I have installed it for you, now you just need to import the demo you wish.Best regards,
MikeHey El,
I assume you would like the “Do you have a coupon?” to replace the placeholder

Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $('input#coupon_code').attr('placeholder', 'Do you have a coupon?'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeHey Dogmut,
Perhaps because as your compressed css & js was updated and saved the old files are not purged, please try going to Enfold Theme Options > Performance > Delete old CSS and JS files and enable.Best regards,
MikeHey Manoj Tiwari,
Yes you can update and keep your settings, 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 from “enfold” then upload the new “enfold” folder and check that your site is working correctly. This assumes that your current theme folder is named “enfold” if you have custom named it then adjust the naming to suit.
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.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 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,
Thanks for the login, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (min-width: 2559px) { .html_header_sidebar .av-layout-tab-inner .container { width: 100% !important; margin: auto !important; } }Best regards,
MikeHey angelortiz,
Your error messages seem to be pointing to your PHP version, please try updating to version 7.3, right now you are using PHP 7.0.33Best regards,
MikeHey Charlotte,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home.blog .single-big a.lightbox-added.alignnone img.alignnone.size-full { display: none !important; }Best regards,
MikeHey asunray,
Please try updating your PHP to 7.3, otherwise please include an admin login.Best regards,
MikeHi,
Glad you were able to sort this out, we will close this now. Thank you for using Enfold.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,
Thanks @Guenni007, perhaps I do have a different version, I don’t think so but it would explain this.
I posted to link to my version in your child theme stylesheet, if you don’t mind trying to install that it would be appreciated.Best regards,
MikeMarch 15, 2020 at 4:03 pm in reply to: Hello, In wich way i can remove default title h3 on archieve pages? #1193232Hi,
Problem 2) I used your keyword checker and used your page link, but I don’t know your language so I wouldn’t know which words are yours. But I don’t find “agrave” on your page like the keyword checker says.
Problem 3) no I don’t.
Best regards,
MikeHi,
Yes, you can install a child theme now, Read about it & Get it here After you activate your child theme you can then move your customizations from your parent theme functions.php, to your child theme functions.php. If you changed any theme files then typically you can add those to your child theme folder, it depends on the file.
To switch from your parent theme to the child theme and retain your same settings please follow these steps, first with your parent theme active go to Enfold Theme Options > Import/Export > Export Theme Settings File and download your theme settings file for fallback.
then activate your child theme and ensure your Enfold Theme Options > Performance > JS & CSS file merging and compression is turned off along with any caching plugins, then go to Enfold Theme Options > Import/Export > Import Settings From Your Parent Theme and import, then go to your homepage and clear your browser cache a couple of times and check that the settings have taken effect.
If it doesn’t look quite right then check that your Enfold Theme Options > Performance > JS & CSS file merging and compression is turned off and clear your browser cache a couple of more times.
If still not quite right, then go to Enfold Theme Options > Import/Export > Import Theme Settings File and upload the theme settings file you saved earlier, and clear your browser cache a couple of more times.
This should all work fine the first time, I only added the extra steps “just in case”.Best regards,
MikeHi,
Glad you were able to sort this out, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for the login, it seems that you can’t use the columns “equal height” option with this. But in your case they all look the same anyways. Please clear your browser cache and check, they are all in a single row now.Best regards,
MikeHi,
Glad to hear, Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
@Guenni007 thank you, that is a good point. @KosmetikAndNails please let us know if updating and using @Guenni007 code above helps.Best regards,
MikeHi,
Thank you for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field to remove the underline for sub-menu items:#avia-menu ul.sub-menu .menu-item a:hover span.avia-menu-text { border-bottom-color: transparent !important; }Best regards,
MikeHi,
Glad to hear this helped, so since the function above is adding the “earring” image I wanted it to only work with category term “term-43”
When I look at your product categories I see you have three categories with images, so each one will need its own function.

will there be more than three?
This function works with all three categories:function add_archive_thumb_for_terms(){ ?> <script> (function($){ $(document).ready(function(){ $('#top.archive.term-43').each(function() { if($('.entry-content-wrapper .page-thumb').length) { } else { $('<div class="page-thumb"><img width="845" height="276" src="https://www.alinyerushalmi.co.il/wp-content/uploads/2019/09/earrings-alin-845x276.jpg" class="category_thumb" alt=""></div>').insertAfter('.woocommerce-notices-wrapper'); } }); $('#top.archive.term-44').each(function() { if($('.entry-content-wrapper .page-thumb').length) { } else { $('<div class="page-thumb"><img width="845" height="276" src="https://www.alinyerushalmi.co.il/wp-content/uploads/2019/09/Bracelet-alin-845x276.jpg" class="category_thumb" alt=""></div>').insertAfter('.woocommerce-notices-wrapper'); } }); $('#top.archive.term-42').each(function() { if($('.entry-content-wrapper .page-thumb').length) { } else { $('<div class="page-thumb"><img width="845" height="276" src="https://www.alinyerushalmi.co.il/wp-content/uploads/2019/09/Necklace-alin-845x276.jpg" class="category_thumb" alt=""></div>').insertAfter('.woocommerce-notices-wrapper'); } }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_archive_thumb_for_terms');notice how I only changed the “#top.archive.term-XX” and the image url for each one, if you follow this you can create as many as you like.
Best regards,
Mike -
AuthorPosts

