Forum Replies Created
-
AuthorPosts
-
Hey Yory,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all .av-product-class-minimal-overlay .inner_product_header { opacity: 0; } #top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header { opacity: 1; }After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 1, 2024 at 11:32 pm in reply to: How to add packages with free symbols / Icons in enfold #1441658Hi,
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 to hear, please register your Purchase Code here. Then log into the support forum and open a new thread when you have any questions and we will be happy to help.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner, #top .av-hamburger-inner::before, #top .av-hamburger-inner::after { background-color: #009989 !important; } #top .av-burger-overlay li li .avia-bullet, #top .av-hamburger.is-active .av-hamburger-inner, #top .av-hamburger.is-active .av-hamburger-inner::before, #top .av-hamburger.is-active .av-hamburger-inner::after { background-color: #fff !important; }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,
MikeMay 1, 2024 at 5:33 pm in reply to: How to add packages with free symbols / Icons in enfold #1441618Hi,
Great example Guenni007, rixi you can also use the built-in icons that you might never otherwise use and assign css to always show your new images whenever they are used. Your new images are uploaded into your media library.Best regards,
MikeHey mattb1169,
Please see our documentation for Logo Centered split menu it will explain the specific settings and the code snippets. Another user Guenni007 posted a different example using jQuery that calculates the center better and would recommend giving it a try.
Please note that both solutions will depend on how many menu items that you have, fewer is better and six should be fine, and when your menu changes to the mobile menu, 990px is better, but each site is a little different.Best regards,
MikeHey Craig Rashkis,
Thank you for your question, you can purchase extended support later if you wish, but at the time of purchase the additional 6 months, for a total of a year, is at a big discount, later it will be more.
I would recommend purchasing the additional 6 months support to any of my family or friends :)Best regards,
MikeMay 1, 2024 at 5:01 pm in reply to: How to add packages with free symbols / Icons in enfold #1441612Hi,
If you want to use color icons (png, jpg, or gif), follow Guenni007’s css technique here.
Thanks for sharing Guenni007 :)Best regards,
MikeHi,
Thank you for the login, I edited your homepage and changed the Layout ▸ Header visibility and transparency as above, please clear your browser cache and check.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,
MikeMay 1, 2024 at 12:34 pm in reply to: How to add packages with free symbols / Icons in enfold #1441571Hey rixi,
Please see our documentation on Adding your own Fontello Icons
If you don’t find any icons you like at fontello.com then you can create your own by following these steps.Best regards,
MikeHi,
please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey northorie,
Try adding this code into a code block element:<a href="#next-section" title="" class="scroll-down-link" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
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,
Please see our documentation for Copyrights info
To remove the backlink add the[nolink]shortcode in the copyright field.Best regards,
MikeHi,
Please use the browser inspector, unless there is anything else we can help with on this issue, shall we close this thread then?Best regards,
MikeHi,
To update please 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.

Then going forward your Token should work correctly.Best regards,
MikeApril 30, 2024 at 8:41 pm in reply to: Accessibility: Compliance of forms and tab elements in the Enfold theme #1441500Hey S24-Marketing,
Thank you for your patience, for the tab_content not having the tabpanel role, and to add the ID as aria-labelledby, please try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function add_tabpanel_role_to_tab_content() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function ($) { $(".av_tab_section .tab_content").attr('role','tabpanel' ); $('.tab_content').each(function() { var id = $(this).attr('id'); $(this).attr('aria-labelledby', id); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'add_tabpanel_role_to_tab_content');and then test the site and see if that corrects.
Best regards,
MikeHi,
From site to site the menu item classes will not be the same, your second site looks like the menu item is “89” so try this css:#av-burger-menu-ul li.menu-item-89 { padding-top: 15px !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Can you include a admin login in the Private Content area so we can examine the element with the video better?Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:header .menu .avia-menu-text { text-transform: uppercase; }it is the css from your file:
https://jabonescalvo.com/c/themes/jabonescalvo/css/app.cssperhaps you will want to add it to your staging site Quick CSS:/* TAG REDEF */ body, h1, h2, h3, h4, h5 { text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; } /* ENFOLD REDEF */ .av-special-heading .av-subheading { /*font-family: 'Playfair Display', serif;*/ } /* HEADER */ header.av_header_transparency #header_meta .phone-info.with_nav span, header.av_header_transparency #header_meta .sub_menu a { /*color: #000 !important;*/ } header .menu .avia-menu-text { text-transform: uppercase; } /* HOME */ #home_slider img { margin-right: 50px; } /* BREADCRUMBS */ .rank-math-breadcrumb { font-size: 14px; } /* PAGINAS */ #cabecera_pagina .content { padding-bottom: 15px; } #cabecera_pagina .avia_textblock { text-decoration: underline; } /* BARRA LATERAL PAGINAS */ aside .widget_text { /*background: url(); */ padding: 20px; } /* CATEGORIES */ .slide-meta { display: none; } /* POST */ /* CONTACT */ /* LANDINGS */ body.page-landing-base .av_font_icon, body.page-auditoria-web .av_font_icon { display: inline-block; } body.page-landing-base .av_font_icon a, body.page-auditoria-web .av_font_icon a { text-decoration: none !important; } /* FOOTER & SOCKET */ #footer #text-4 { margin-bottom: 0; } #footer .avia_combo_widget { margin-top: 0; } .cookie-notice-container a { color: #fff; border: 1px solid #eaeaea; padding: 3px 5px; border: 1px solid #eaeaea; } /* MQs */ @media only screen and (max-width: 767px) { h1 { font-size: 32px !important; } h2 { font-size: 28px !important; } }Best regards,
MikeHi,
You can try this css, but you will need to set the width, as a percentage will not work, so you may need adjust this for different screen sizes with media queries#top .avia-image-diff-container .avia_image { border-radius: 0; } #top .av-image-diff-wrapper { margin: 0; width: calc(1208px + 16px) !important; } #top .avia-image-diff-container .avia_image { max-width: calc(1208px + 16px) !important; width: calc(1208px + 16px) !important; }and example of this with a media query for desktop would be like this:
@media only screen and (min-width: 1440px) { #top .avia-image-diff-container .avia_image { border-radius: 0; } #top .av-image-diff-wrapper { margin: 0; width: calc(1208px + 16px) !important; } #top .avia-image-diff-container .avia_image { max-width: calc(1208px + 16px) !important; width: calc(1208px + 16px) !important; }}Best regards,
MikeHi,
Thanks, I see the link but the video is not automatically loading or playing for me.
There are plugins like borlabs that will give you a shortcode to wrap links so that a user must approve it before it will open after clicking, sort of like a another cookie message, perhaps this is what the shady law firm means?
I have not used borlabs, but manu people on the forum recommends it for GDPR.Best regards,
MikeHey nadinedomnink,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #header_main { border-bottom-width: 0; border-bottom-style: none; }to change the header background color use the settings at: Enfold Theme Options ▸ General Styling ▸ Logo Area Background Color
Best regards,
MikeHi,
Please try using the LayerSlider, here is an one example of what can be created, and another, and this one.
None of these are exactly as you wish, but you can see elements and animations similar to your example and I’m pretty sure that with some time and experimenting you can probably achieve it. Or you could look for a plugin that might achieve this, if you wish.Best regards,
MikeHey fkm,
Thanks for the link to your page, but I don’t find a youtube link or video on it, when I check our demo page for our video element the videos don’t automatically play unles the option is enabled in the video element settings.
Please explain in further detail which element you are adding the video link to, and how we can reproduce this.Best regards,
Mike -
AuthorPosts






