Forum Replies Created
-
AuthorPosts
-
Hi,
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,
Go to your menu item and hover over the “remove” link, then at the bottom of the page the link URL will show, look for the ID number, like:
/wp-admin/nav-menus.php?action=delete-menu-item&menu-item=3638&_wpnonce=265b3adf4c
note the text: menu-item=3638, 3638 is the ID, use it in the css like this: #menu-item-3638

If you have trouble, link to your page so we can examine.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 northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 500px) { .responsive #top #wrap_all .flex_column { margin-bottom: 0; padding-bottom: 0; } #av_section_1 .av-special-heading-h1 .special-heading-border { height: 0; } #av_section_1 { min-height: 75px; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.

Best regards,
MikeHey northorie,
To change the menu text of the “home” menu item from “home” to “go” on hover, you will first need to know the menu item ID,
for example “#menu-item-3638” then adjust this css to suit:ul.menu li#menu-item-3638 a:hover .avia-menu-text { color: transparent; justify-content: center; display: inline-flex; flex-direction: column-reverse; } ul.menu li#menu-item-3638 a:hover .avia-menu-text::after { content: "Go"; color: black; justify-content: center; display: inline-flex; }

Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeJanuary 31, 2025 at 5:31 pm in reply to: Things I couldn’t fix using the forum search or documentation #1476098Hi,
The widgets in the footer dictate how larger the footer will be, to make smaller you can remove the widget margin with this css:#footer .widget { margin: 0; }as for the favicon on ipad try uploading your real “favicon.ico” (not png or jpg) to the domain root
Best regards,
MikeJanuary 31, 2025 at 4:44 pm in reply to: Things I couldn’t fix using the forum search or documentation #1476093Hi,
To remove the image title from showing on the logo on mouse-over, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($){ $('img').hover(function(e){ $(this).attr('data-title', $(this).attr('title')); $(this).removeAttr('title'); }, function(e){ $(this).attr('title', $(this).attr('data-title')); }); $('.av-masonry-image-container').hover(function(e){ $(this).attr('data-title', $(this).attr('title')); $(this).removeAttr('title'); }, function(e){ $(this).attr('title', $(this).attr('data-title')); }); $('a').hover(function(e){ $(this).attr('data-title', $(this).attr('title')); $(this).removeAttr('title'); }, function(e){ $(this).attr('title', $(this).attr('data-title')); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
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,
MikeHi,
Thank you for your patience, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-2 #main,#top.page-id-2 .main_color,#top.page-id-2 .header_bg,#top.page-id-2 #socket { background-color: transparent; background: transparent; backdrop-filter: blur(10px); }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-smallarrow-slider-heading { display: none; } #top .flex_column.av-l3t08rf8-8f5e455205a44c3e3d9068782c55a0f9 { padding: 0px; }Best regards,
MikeHi,
Sorry I didn’t realize that it was black on black, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.postid-530 #header_meta { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 28, 2025 at 5:56 pm in reply to: 2. Lizenz Enfold Theme kann nicht installiert werden #1475933Hey jeel147,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main,#top .main_color { background-color: transparent; backdrop-filter: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, we don’t have a fiverr recommendation, 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,
On the page that you linked to the topbar is not active, please enable it so we can offer css to hide it on that one page.Best regards,
MikeHi,
OVH blocks our IP address and will not unblock it. I don’t know how to check or enable PHP ZipArchive, try asking OVH support.
But to import the demo you will need to first import it on to a localhost and then move it to your OVH host with duplicatorBest 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 we were able to help, if you have any further questions please register for support with your new license and then create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Your error:Unpacking the package… Installing the theme… The package could not be installed. The theme is missing the stylesheet style.css. Theme installation failed.
typically means that you tried to upload the “full theme file” with the documentation, please use the installable WP version instead.
When you download from your Theme Forest account, the download button has a few options, installable WP version is one of them.Best regards,
MikeHey Diana,
It looks like your second line is from a HR element added to your page, try removing this or use this css:.page-id-3814 .hr.av-9r6flzq-bc601af8d9f42ecb93d1a6081b48a8cd.hr-full.avia-builder-el-29 { display:none; }to make the first line black use this css:
.page-id-3814 #after_section_2.main_color { border-color: #000; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey pikkuapuri,
Bluesky & Pixelfed are not available on fontello.com where our icon fonts are from.
Our Dev Team is reviewing the Feature Request for Bluesky, but we will probably need to wait until it is on fontello.com.
For now, follow the steps in this thread and change the code from “TikTok” to Bluesky or Pixelfed and the icon font character code to yours (ie: ue800) also ensure quotes in the code that you copy and paste is not changed.
Note that the icon fonts can not be in color, only black and white, and when you upload a SVG to fontello.com you may need to adjust as in this thread.Best regards,
MikeJanuary 26, 2025 at 1:17 pm in reply to: Need help removing New Product section from empty cart page #1475816Hi,
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,
1: When I check the burger menu has the landmark “role=”navigation””
2: To add a role=”button” please request open a new Github Feature Request for the Dev Team review.
3: you have a duplicate thread for this.Best regards,
MikeHey woogie07,
This error doesn’t happen constantly for me when I check, it looks like you are using the wp-smushit plugin with smush lazy-load. Please disable wp-smushit and clear all cache and check again. If that helps then try disabling only the lazy-load option in smush.
It also looks like you are using a CDN on the site or server, so also clear this and it could take 24hr for it to clear.
The element has “avia_animate_when_visible” and the lazy load or smush maybe blocking the “animate_when_visible” script.Best regards,
MikeJanuary 25, 2025 at 11:06 pm in reply to: Need help removing New Product section from empty cart page #1475796Hey marketbiz,
To remove the new products section on the empty cart page add this css to your Quick CSS:.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-product-new,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wc-block-cart__empty-cart__title) { display:none; }Then to add the button add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function custom_script() { ?> <script> (function($){ var button = $('<div class="avia-button-wrap av-m6cpztd3-7c60bd307536e2939b17d69a432c4593-wrap avia-button-center avia-builder-el-56 el_after_av_button avia-builder-el-last "><style type="text/css" data-created_by="avia_inline_auto" id="style-css-av-m6cpztd3-7c60bd307536e2939b17d69a432c4593">#top #wrap_all .avia-button.av-m6cpztd3-7c60bd307536e2939b17d69a432c4593{border-radius:20px 20px 20px 20px;transition:all 0.4s ease-in-out;}#top #wrap_all.avia-button.av-m6cpztd3-7c60bd307536e2939b17d69a432c4593:hover .avia_button_background{border-radius:20px 20px 20px 20px;}</style><a href="#" class="avia-button av-m6cpztd3-7c60bd307536e2939b17d69a432c4593 av-link-btn avia-icon_select-no avia-size-x-large avia-position-center avia-color-dark" title="Dashboard" aria-label="Dashboard"><span class="avia_iconbox_title">Dashboard</span></a></div>'); if ($("body").hasClass("woocommerce-cart") && $(".wp-block-woocommerce-empty-cart-block .wc-block-grid").hasClass("wp-block-woocommerce-product-new") == true) { $(button).appendTo('.wp-block-woocommerce-cart'); } else {} })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Then adjust the button URL to suit.

Best regards,
MikeHey Guenter,
Thank you for your patience, to use the paid layerslider license you will need to remove the embedded version from the theme by: Layout-Builder – Integrated (Bundled) LayerSlider Plugin – “Remove theme plugin files only and keep slides”
This version blocks the paid license check.
I would recommend exporting your sliders first, but is probably not necessary, just good practice.
I also have noticed that some sliders created with a very old version of the layerslider have issues with the latest version options, such as the first demo, it seems that the layerslider has not maintained a good backward compatibility with all options as new options have been added.Best regards,
Mike -
AuthorPosts




