Forum Replies Created

Viewing 30 posts - 1 through 30 (of 35,223 total)
  • Author
    Posts
  • in reply to: Search Icon Color #1496274

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Search Icon Color #1496272

    Hey newmediologo,
    Try this css:

    #menu-item-search a {
    	z-index: 110;
      position: relative;
    } 

    Best regards,
    Mike

    Hi,
    These were added to the theme 2 years ago. Ensure that you are using the latest theme version 7.1.4
    If you are still having an issue then it must be a different issue. Please open a new thread and detail your issue carefully so we can duplicate and explain to the Dev Team, or you can post yourself to the Dev Team here and follow along as they review.

    Best regards,
    Mike

    in reply to: Legacy Icon Font Used In Mobile Menu #1496245

    Hey Tim,
    Thanks for your patience, but the Dev Team doesn’t check here often, so I opened a feature request for you here:
    https://github.com/KriesiMedia/Enfold-Feature-Requests/issues/152
    Please feel free to add to it if you like, and check there for updates as it is reviewed. Otherwise the Dev Team may also reply here.

    Best regards,
    Mike

    in reply to: SVG icons question #1496244

    Hi,
    When I check on my test site adding this to the top of my child theme, or parent right after if( ! defined( ‘ABSPATH’ ) ) { exit; } prevents entypo-fontello-enfold.woff2 from loading:

    function avf_custom_font_display( $font_display, $font_name )
    {
    	if( 'entypo-fontello' == $font_name )
    	{
    		return 'swap';
    	}
    
    	return $font_display;
    }
    
    add_filter( 'avf_font_display', 'avf_custom_font_display', 10, 2 );

    If you still have some css calling the entypo-fontello font, such as the submenu-indicator, you will need to override the css like this:

    .html_av-submenu-hidden .av-submenu-indicator:before {
        content: ">";
        font-family: svg_entypo-fontello;
    } 

    Best regards,
    Mike

    in reply to: Need help with responsive columns #1496243

    Hi,
    Ok thanks @Guenni007, so @wesleyborgman note that with Guenni007’s example you will need to disable the Equal Height option in your columns.

    Best regards,
    Mike

    in reply to: using z-index? #1496242

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Need help with responsive columns #1496239

    Hi,
    What I ment was that when the columns are set to equal height the dev structure changes and display:table; is used on the flex_column

    Best regards,
    Mike

    in reply to: using z-index? #1496238

    Hi,
    These two pages have different IDs, so use this css for all four pages:

    #top.page-id-19041 #main > .avia-section,
    #top.page-id-19042 #main > .avia-section,
    #top.page-id-3288 #main > .avia-section,
    #top.page-id-10730 #main > .avia-section {
    	z-index: 2;
      position: relative;
    }
    .html_entry_id_19041,
    .html_entry_id_19042,
    .html_entry_id_3288,
    .html_entry_id_10730 {
    	z-index: -1;
      position: relative;
    } 

    Best regards,
    Mike

    in reply to: PROBLEM WITH ACCORDEON COLORS NOT SHOWING #1496235

    Hi,
    Thanks for the login, but is not a Admin account so we can’t see any theme setting or page elements. Please update the login to Admin.

    Best regards,
    Mike

    in reply to: Need help with responsive columns #1496234

    Hi,

    @Guenni007
    nice solution with flex, but @wesleyborgman is using Equal Height columns which changes the layout.

    Best regards,
    Mike

    in reply to: using z-index? #1496233

    Hi,
    Try this css:

    #top.page-id-19041 #main > .avia-section,
    #top.page-id-19042 #main > .avia-section {
    	z-index: 2;
      position: relative;
    }
    .html_entry_id_19041,
    .html_entry_id_19042 {
    	z-index: -1;
      position: relative;
    } 

    Then clear your cache.

    Best regards,
    Mike

    in reply to: Submenue with pictures in one row #1496232

    Hi,
    Sorry I was looking at the submenu dropdown. Try this css:

    #top #av-custom-submenu-1.av-subnav-menu>li {
        width: 33%;
    } 

    Best regards,
    Mike

    in reply to: Submenue with pictures in one row #1496225

    Hey Michael F,
    Try adding this css to your Quick CSS field:

    #menu-item-2686 img {
    	padding-top: 19px;
    } 

    Then clear your cache.

    Best regards,
    Mike

    in reply to: favicon will not be shown #1496221

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: favicon will not be shown #1496219

    Hey rixi,
    Try going to WordPress Dashboard > Settings > General > Site Icon and add your icon:
    qk7BTqQ.md.png

    Best regards,
    Mike

    Hey GWS,
    #text-20 is a search field, it has the class av-mini-hide so it will not show on small mobile devices.
    Try adding this css to show it:

    @media only screen and (max-width: 479px) {
    .responsive.av-no-preview #top #wrap_all #text-20 .av-mini-hide {
    	display: block;
    }
    } 

    But you should review your css for the widgets as it is too general and places both of them in the same place:

    
    @media screen and (max-width: 1024px) {
        #header .widget {
            left: 20%;
            position: absolute;
            top: 50px;
            transform: translate(-20%);
            z-index: 999;
        }
    } 

    Try making two css rules for each widget so they will not overlap
    #header #text-19.widget
    #header #text-20.widget

    On the other hand I don’t see the point of showing the search field on mobile when the search icon is already showing.
    Instead of in the header it might be better just above the Latest Articles title.

    Best regards,
    Mike

    in reply to: Timeline Element issue, not displaying correctly #1496214

    Hey Madison,
    Your Milestone Content has a lot of strange classes, css styles, spans, & divs
    Please view the Milestone Content using the Code tab
    qeFZ7oX.md.png
    This looks excessive for the simple text in the field, I assume that you copied the text from somewhere and the page code was added when you pasted. You may have unclosed tags breaking the milestone layout.
    Try building again with only plain text, if you want to copy the text from the frontend of your page, first paste into a plain text editor like notepad, notepad++, or vscode then copy the plain text again and paste into the milestone content field.

    Best regards,
    Mike

    in reply to: Products quantity limitation #1496212

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Allineamento verticale al centro #1496195

    Hey eymerich001,
    Please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: Making the logo bigger #1496194

    Hi,
    Thanks Guenni007 for helping. If you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Products quantity limitation #1496193

    Hey tchamp77,
    Your product grid Pagination is set to 20 items
    qwDFeHu.md.png
    Try choosing a different number or All

    Best regards,
    Mike

    in reply to: How to adjust layout widgit content #1496192

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Making the logo bigger #1496190

    Hi,
    Glad that Guenni007 could help, shall we close this thread?

    Best regards,
    Mike

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Template Pictures License #1496143

    Hi,
    I will message Yigit, I don’t have access to it. It may take a few days. Thanks for your patience.

    Best regards,
    Mike

    Hi,
    This is a sidebar widget:
    qhUzFee.md.png
    You can remove the widget shortcode or use this css to hide it:

    .single-product .sidebar #block-7 {
    	display: none;
    } 

    Let us know if this helps, if you have any further questions please open a new thread and we will try to help, we ask that each thread stays on one topic to be easier for everyone.

    Best regards,
    Mike

    in reply to: Template Pictures License #1496114

    Hi,
    We have seen a couple of claims from COPYTRACK on behalf of genious2000de, the author of the image that you linked to. Who is claiming the same images that we own extended licenses for, by the user francesco83 from 2014
    Perhaps these are the same person, we are not sure. Kriesi states that his extended license allows end users to use the images in the theme, but not outside the theme. Please see these threads.

    This seems shady, perhaps your best course of action would be to follow Ismael’s advice and use a royalty-free image or create one with AI which can not have a claim against them. Double check your local laws though, we can not offer legal advice.
    https://www.reuters.com/world/us/us-appeals-court-rejects-copyrights-ai-generated-art-lacking-human-creator-2025-03-18/
    Hope that this helps.

    Best regards,
    Mike

    in reply to: Making the logo bigger #1496113

    Hi,
    Perhaps if you want the logo just a little bigger and don’t mind the header to be a little bigger, then this css may help.

    @media only screen and (min-width: 768px) {
        #top #menu-item-logo svg, #top #menu-item-logo img {
        max-height: 150px;
        }
        .html_header_top.html_header_sticky.html_large .av_minimal_header #header_main .container,.html_header_top.html_header_sticky.html_large.html_main_nav_header .av_minimal_header .main_menu ul:first-child > li a {
        height: 150px;
        line-height: 150px;
        }
    } 

    larger-header
    https://postimg.cc/0bp4h1jM

    Best regards,
    Mike

    in reply to: Fullwidth Easy Slider and Menu #1496112

    Hey famerise,
    Your siteground-optimizer plugin is giving this error: Uncaught SyntaxError: Unexpected identifier ‘Array’ try disabling the plugin.
    If you have a header.php or footer.php file in your child theme, please remove these.
    You can download a Child Theme here.

    Best regards,
    Mike

Viewing 30 posts - 1 through 30 (of 35,223 total)