Forum Replies Created
-
AuthorPosts
-
Hi,
It looks like #kontaktfooter points to a empty area and not a form, please include an admin login in the Private Content area so we can be of more assistance.
Which form do you want to point to “KOSTENLOSES SOFORTANGEBOT” or “NEWSLETTER!”?Best regards,
MikeHey MysticMimi,
I’m not sure what you mean, to add a screenshot please try using an Screenshot service and pasting the image URL in your post, so we can understand.Best regards,
MikeHey MysticMimi,
On your blog page the categories show at the bottom because you are using a full width color section and a grid row, these full width elements push the sidebar down below, so you would need to change your layout.
To add categories to your footer you can use the categories widget.

I don’t know what you mean by: “thumbnail photo strip underneath the section” perhaps this?

I don’t see a “white shadow thing at the edge of the page on the blog page”Best regards,
MikeHey MysticMimi,
Thanks for the login, I tested a few elements on different pages, but the “space” key always works for me.
Please create a test page with the element that you can not use the “space” key so we can examine.
Typically this is due to a plugin.
Please note that you don’t need the “Classic Editor” plugin, it is built into the theme at Enfold Theme Options ▸ Select Your Editor

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 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,
Mike -
AuthorPosts




