Forum Replies Created
-
AuthorPosts
-
Hey Maggie,
I assume that you mean that the first tab title has two lines of text and the second tab title has three lines of text, the text is vertical-align “bottom” and you wish it was “middle”. Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-section-tab-title { vertical-align: middle; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Jürgen,
Thank you for pointing this out, I created a request to the Dev Team to review this at: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/141
Feel free to follow along in the above thread and add info that you feel is relevant.Best regards,
MikeJuly 16, 2025 at 10:32 pm in reply to: Accessibility Issue with Scroll-to-Top Button (ARIA-hidden focusable element) #1486901Hi,
Glad we were able to help, and I can understand that you may not want to use the snippet. If you wound like to see this built in to the theme please open a Github Feature Request for the Dev Team to review it and you can follow along with them. 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 assume that you are referring to the Layerslider, it will not update on it’s own, only when the theme updates, please see our documentation here.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 Christoph Babilon,
Unfortunately the “Flagship Theme” is not compatible with “Enfold”, you will need to rebuild your site.
Your best to create a “staging site” while you complete this work.Best regards,
MikeHi,
We don’t have an IP range, our IP is kriesi.at (85.13.136.225)
Some hosts block us, so we might be on a block list somewhere.
Although, as I recall, v5.1.1 may have had an issue with updating, it was right after Envato switched to the “Token”
I recommend manually updating this, try following these steps.
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.
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,
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,
I’m not sure if you will be able to update correctly next time, I corrected your file structure so I’m thinking it will be OK but we will need to wait and see.
As for your with, I believe it’s fixed now, please check.Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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,
Mike ,.l,Hi,
Thanks for the login, your file structure was not correct, it took me a couple of tries and your site crashed a couple of times, but it looks OK now.
Please clear your browser cache and check now.
I note that your header menu is too long for your site, I don’t recall if this was the case before, you can fix this at:
Enfold Theme Options ▸ General Layout ▸ Dimensions
Try 1410px, or larger.Best regards,
MikeHey Jonathan,
Please note that Theme Forest is owned by Envato, we state the two as the same.
Please note that your version, 4.7.6.3, is right about the time Envato (Theme Forest) changed from the API to the Token, which was rocky at first, but by v5 it was sorted out.
Also note that we have an exclusive contract with Envato, we can not provide licenses nor access licenses held by Envato.
Envato will not move licenses held by “developers” to a client, unfortunately many “developers” bought licenses under their login instead of their client, and then decided to “quit or move on”.
Your best option now is to purchase a new license for your client which their email and login at Envato (Theme Forest) and update and then create a new Token.
Please try these steps:
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.
To create a Token see our documentation here.Best regards,
MikeHi,
On this page: https://www.survivalfoodngear.com/sale-long-short-term-food-storage/
I find H1:
Sale – Long and Short Term Food Storage
Survival Food Storage Kits On Sale
Try this to change “Sale – Long and Short Term Food Storage” to a “p” tag:function change_title_container_h1_to_p() { ?> <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('.title_container h1.main-title.entry-title ', '<p></p>'); }); }(jQuery)); </script> <?php } add_action( 'wp_footer','change_title_container_h1_to_p', 99 );
I find only one H2:
Stock Up
I find H3 5 times in the magazine titles under “Other Great Products”, this seems fine, but if you want to change these to a “p” tag try this:function change_magazine_title_h3_to_p() { ?> <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('#avia-magazine-1 h3.av-magazine-title ', '<p></p>'); }); }(jQuery)); </script> <?php } add_action( 'wp_footer','change_magazine_title_h3_to_p', 99 );
I also find two empty H3 in your text, you should manually remove these.
under: “A: The sale usually lasts a few weeks…”
“Our organic buckets are a highly…”Best regards,
MikeHi,
Thanks but this login is not working, I added my email address below so you could add me as a collaborator.Best regards,
MikeJuly 10, 2025 at 10:04 pm in reply to: What is the JS file (and path) for the theme included “Cookie Consent” bar? #1486626Hi,
Please also note that some browser “AD Blockers” also block the cookie consent, perhaps that is your issue.Best regards,
MikeJuly 10, 2025 at 9:27 pm in reply to: Menu-Links Seitenüberlagerung Schriftgröße ändern und Lightbox fixieren #1486615Hi,
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, and thanks for posting your solution. 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 for your patience, unfortunately I can not login though siteground.com as they are asking for the one-time code sent to your email.
Can you provide a direct FTP access so we can login?
Also please create a full backup including your database, I don’t expect problems, but just in case it would be good to know that you have a backup.Best regards,
MikeHi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor, 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 bellow code and save.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.function custom_script() { ?> <script> document.addEventListener("DOMContentLoaded", function () { const termDescription = document.querySelector(".archive .term-description"); const productsGrid = document.querySelector(".archive .products.columns-3"); if (termDescription && productsGrid && productsGrid.parentNode) { productsGrid.parentNode.insertBefore(termDescription, productsGrid.nextSibling); } }); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
Sorry, I don’t read your language in the screenshot, now that I can translate your live page it does make sense. :)
Best regards,
MikeHi,
Perhaps this will be easier, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor, 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 below code and save.function custom_menu_by_page_name($args) { // Only modify the main header menu if ($args['theme_location'] != 'avia') { return $args; } // Get current page object if (is_page()) { global $post; $page_slug = $post->post_name; // Map of page slugs to custom menu names $menu_switches = array( 'about-us' => 'rick-sherman', 'faq' => 'rick-sherman', 'contact' => 'sherman-sound', 'help' => 'sherman-sound', // Add more as needed ); // Check if the current page slug is in our list if (array_key_exists($page_slug, $menu_switches)) { $menu_name = $menu_switches[$page_slug]; $menu_obj = wp_get_nav_menu_object($menu_name); if ($menu_obj) { $args['menu'] = $menu_obj->term_id; } } } return $args; } add_filter('wp_nav_menu_args', 'custom_menu_by_page_name');
in the code under
$menu_switches = array(
you see four page names with the menu name, such as:
'about-us' => 'rick-sherman',
change the page “slugs” or names to suit and the menu names, whatever pages or posts that you don’t add to the code will use your default menu.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
Ok, we will leave this open for now to hear back from you.
Typically uploading in the theme settings work fine, but sometimes the Google Bot doesn’t find it, so in that case adding the real favicon.ico in the root directory solves. I don’t know why, perhaps site caching or server caching such as Memcached, Redis, Varnish, Litespeed, etc.
As I said it doesn’t happen on all sites and I can’t reproduce the issue on my server.Best regards,
MikeHey j0schi,
Please link to the page in your screenshot so we can help. Your point of moving the description below the related products doesn’t make since, but I think that we can do this if you wish.Best regards,
MikeHi,
I hope you are not using Elementor on a Enfold site, they are not expected to work together.Best regards,
MikeHi,
No you can leave that, this is only for the Google Bot which seems to look for the favicon.ico in the root directory and doesn’t follow the HTML links in the header.
It’s an old school place for the favicon, I don’t know why Google has not updated their Bot, but as I said this “trick” seems to be working to date.
Let us know if this helps.Best regards,
MikeHi,
I assume that this is a new customization that you want to achieve, and not one that you have in the theme now.
Try this solutionBest regards,
MikeHey jmbernstein,
Assuming that there are no customizations in the functions.php of the parent theme and you are not using a Child Theme, but your WordPress is up to date you can follow these steps:
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.
While I don’t expect any issues with updating the theme, I recommend testing on a staging site first to ensure that it works well.Best regards,
MikeHey Aron,
I recommend converting your png to a favicon.ico
be sure to use this file name and proper file type, then upload it to your root directory via FTP or your webhost file manager.
Then try having your site crawled again. It may take a day or two before Google updates to show it.
Even though you have the png tags in your site for a favicon correctly, Google Bot seems to prefer the old favicon.ico in the old place (root directory) and not the /wp-content/uploads/… place on some sites. I’m not sure why it’s only some sites, but this trick seems to work.Best regards,
Mike -
AuthorPosts