Forum Replies Created
-
AuthorPosts
-
Hey faroestudio,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function change_posts_titles_from_h3_to_h2_in_grid_view() { ?> <script> (function($) { $(function() { function replaceElementTag(targetSelector, newTagString) { $(targetSelector).each(function(){ var newElem = $(newTagString, {html: $(this).html()}); $.each(this.attributes, function() { newElem.attr(this.name, this.value); }); $(this).replaceWith(newElem); }); } replaceElementTag('.slide-entry-wrap h3.slide-entry-title.entry-title ', '<h2></h2>'); }); }(jQuery)); </script> <?php } add_action( 'wp_footer', 'change_posts_titles_from_h3_to_h2_in_grid_view', 99 );If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:

and ensure that it is activated, then add the above code and save.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, 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 Ismael could 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,
MikeHey Katie,
The child theme should work, please note that we recommend that you make s full backup of your site via your webhost including your database, and not a plug just in case.
Typically the only issues with a childtheme is having custom php files in the childtheme, such as header.php or footer.php, or any elements .php, you should remove these
before the update.Best regards,
MikeHi,
Glad Ismael could 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,
MikeJune 24, 2025 at 9:30 pm in reply to: Load More on Masonry with post doesn’t work on mobile #1485857Hey Gianluca,
I checked on my Android device and the load more works for me. I don’t have a iPhone, but I checked in Safari on a Mac in Responsive Design Mode to emulate a iPhone and it also works there.
Perhaps you can post the device you are using and we can try to reproduce it.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 Guenni007 could help, thank you Guenni007, 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 Guenni007 could help, thank you Guenni007, 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,
MikeHey ajaxkls,
Could you add a admin login so we can examine, your snippet above is not in a “code” clip so we can’t examine it fully and our test site doesn’t have the same categories so it is hard to reproduce.Best regards,
MikeJune 21, 2025 at 1:41 pm in reply to: Freelance work to design and maintain Enfold theme sites #1485756Hey bemodesign,
We don’t have a thread for hiring freelancers, but you could start a thread “looking to hire” and add your requirements and contact info.
The Mods may “mark it as read” so it is off our list in the backend, but I don’t think any Mods would close it.Best regards,
MikeHey John,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.page-id-4128 #after_section_1 { padding-top: 50px; }adjust to suit.
Best regards,
MikeHey Ernst Grubbauer,
Thank you for the login, please note that your version 4.1.2 is not compatible with PHP 8+, and it can not be updated in the theme, due to how Envato (Theme Forest) changed from a API key to a Token. Unfortunately this occurs when a old “developer” buys the theme in their Envato account and doesn’t create an account for the customer. Envato will not transfer the license nor issue a new license.
Due to our exclusive contract with Envato we can not issue licenses.
Your customer should create an account with Envato and purchase a new license The upside to this is that by purchasing a new license you will also get 6 months of support on our forum to help with any issues. I recommend upgrading to a full year of support for just a little more, as the cost of the theme and a full year of support costs the same as a single hour of support from many developers.
.
To update your version of Enfold you will need to download 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.

Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
After you purchase a new license you can register for the support forum and post your questions.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main .avia-gallery.av-mb6m8z6a-b9f99ac9fd31fe48d94c453aabd891f1 .avia-gallery-thumb a { width: 50%; }Then disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files
Then clear your browser cache and any cache plugin, and check.Best regards,
MikeHi,
Thanks for sharing Guenni007, in my test this works for the portfolio grid element, but not the masonry element. My understanding is that Biggy is using the portfolio grid element.Best regards,
MikeHi,
It sounds like Guenni007 was able to help, this you Guenni007. Shall we close this thread?Best regards,
MikeHi,
It sounds like Ismael was able to help. shall we close this thread then?Best regards,
MikeHi,
Glad Ismael could 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,
Thanks, but the link seems to require a login, please try to post it without a login so we can view it.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,
MikeHey Enfoldfanatic,
It looks like you have this css that is making it white:#top #wrap_all .header_color .cart_dropdown_first .cart_dropdown_link.avia-svg-icon svg:first-child { fill: #ffffff; }see if you can remove this, or you can try adding this:
#top #wrap_all .header_color #menu-item-shop .cart_dropdown_first .cart_dropdown_link.avia-svg-icon svg:first-child { fill: #000; }Best regards,
MikeHi,
I don’t know the Accessibility Tools settings, try disabling the plugin to if that helpsBest regards,
MikeHey Nick_Skehan,
Unfortunately not, please change the sub category into it’s own category.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, 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,
I’m not sure what is smaller, did you click your Accessibility Tools plugin?
Try adding a screenshot on the issue, yo add a screenshot please try using an Screenshot service and pasting the image URL in your post.
The css above should only be for the horizontal gallery.Best regards,
MikeHey esther nijhuis,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.flex_column:hover { background-color: red; }and change the color to suit.
If you want this to only work on this one page then add the page class like this:.page-id-23244 .flex_column:hover { background-color: red; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHey Susanne Knoll,
Please note that we did not create or host your site, we created the theme that your site uses.
Nonetheless, when I test your contact form it seems to work correctly:

Since you are using an old version of the theme (v4.1.2) you should update to v7.1.1
To update your version of Enfold you will need to download the latest <strong style=’color:#000′>installable WP version from your Theme Forest account and upload it to your <strong style=’color:#000′>WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a <strong style=’color:#000′>This theme is already installed message because you are updating, you can continue

then you will see the <strong style=’color:#000′>Theme updated successfully message.

I also see that your updates are disabled, so if you don’t have a theme forest account you will need to purchase a new license. Envato (Theme Forest) handles all of our licenses and we can not create licenses and Envato will only recognize account owners, this sometimes happens with a site is built by a developer who in the future can not be found, Envato will not issue a new license to the website owner, one must be purchased. The upside to this is that by purchasing a new license you will also get 6 months of support on our forum to help with any issues. I recommend upgrading to a full year of support for just a little more, as the cost of the theme and a full year of support costs the same as a single hour of support from many developers.
Then you can register for our support forum and open a new thread. You have asked your question through the contact form which is not for support requests.
Thank you for your understanding.Best regards,
Mike -
AuthorPosts


