Forum Replies Created

Viewing 30 posts - 331 through 360 (of 34,213 total)
  • Author
    Posts
  • in reply to: Missing search icon after update #1478399

    Hey renita01,
    I can not reproduce this on my demo site, but your two sites have the search icon with a z-index of “-1”
    this css seems to help:

    #top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child, #top .menu-item-search-dropdown > a.avia-svg-icon img[is-svg-img="true"] {
        z-index: 1;
    }

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

    Hey Matt,
    This seems to be a duplicate thread that we answered, thinkjarvis also points out that

    on sites where bots have alreaedy hit and created a sitemap for them to crawl – They will continue to try and crawl those links because they already know they exist.
    On new Enfold sites where Bots can no longer crawl the links – All is fine because there is no way for them to access the filter urls in the first place, therefore do not know the links exist.

    The Dev Team writes:
    On shop overview page the dropdowns for sort by and display do not have a href=” but only a data-href and link is done by js.
    When I check my install there is no link:
    Screen Shot 2025 03 01 at 6.09.07 AM

    Best regards,
    Mike

    in reply to: Menu item to break over 2 lines #1478394

    Hey ausgesonnen,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #menu-item-96 a .avia-menu-text {
        white-space: normal;
        word-wrap: break-word;
        display: block;
        width: 150px;
        text-align: right;
        line-height: 15px;
    }
    

    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.
    adjust to suit
    Screen Shot 2025 03 02 at 11.37.32 AM

    Best regards,
    Mike

    Hey Silje,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-product .avia-image-overlay-wrap:hover {
    transform: rotateY(180deg);
    }

    before hover:
    Screen Shot 2025 03 02 at 11.25.00 AM
    on hover:
    Screen Shot 2025 03 02 at 11.26.01 AM

    Best regards,
    Mike

    in reply to: Link #1478392

    Hi,
    I find no links in your product: https://www.nodem-it.com/product/cisco-meraki-mt20-hw/
    for your blog post: https://www.nodem-it.com/personnalisation-du-support-materiel-i2c/
    it is best to use the steps above, which you seem to have already done, when I check.

    Best regards,
    Mike

    in reply to: Getting enfold form to return data #1478391

    Hey tonyiatridis,
    The login is not working, please check.
    Typically, if you are using your host email and you are not using a smtp plugin the host SpamAssassin spam blocker will delete the email before it gets to your email.
    If you are not using your host email domain and using gmail or such, they will delete your email as spam.
    WP Mail SMTP typically works well but you must use your smtp email login and password, see the plugin for configuration.

    Best regards,
    Mike

    in reply to: Supporting Enfold with own plugin #1478389

    Hi,
    @Jason this is not currently possible, if you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Item in burger menu don’t change color #1478387

    Hey ausgesonnen,
    Mobile devices don’t have a “hover” color, only desktop devices do.

    Best regards,
    Mike

    Hi,
    Glad Rikard 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,
    Mike

    in reply to: One background image not showing on mobile #1478385

    Hey northorie,
    I’m nt sure what image is showing on mobile, perhaps a screenshot would help.

    Best regards,
    Mike

    in reply to: Widget link wrong hover color #1478384

    Hi,
    Works when I test:
    Screen Shot 2025 03 02 at 8.33.39 AM
    try again or provide admin login.

    Best regards,
    Mike

    in reply to: desktop view – widget and menu alignment #1478383

    Hi,
    duplicate quesion: https://kriesi.at/support/topic/desktop-view-menu-and-burger-to-align-with-content/

    #top #header .av-main-nav > li > a .avia-menu-text {
        right: -10px;
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: desktop view, Menu and burger to align with content #1478382

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header .av-main-nav > li > a .avia-menu-text {
        right: -10px;
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: Items in burger menu to align to the top #1478381

    Hi,
    Please change the padding to suit.

    Best regards,
    Mike

    in reply to: icons side by side and centered #1478380

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .av_font_icon a:hover {
    	color: #d5392e;
    }

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

    in reply to: icons side by side and centered #1478361

    Hi,
    Your page shows as a 404, is there a new URL? what color on hover do you want?

    Best regards,
    Mike

    in reply to: no top padding for colum section #1478358

    Hi,
    Glad Rikard 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,
    Mike

    in reply to: Style Mobile Mega Menu #1478357

    Hi,
    please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    Screen Shot 2025 03 01 at 12.34.37 PM

    Best regards,
    Mike

    in reply to: Widget link wrong hover color #1478356

    Hey ausgesonnen,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header.header_color #header_main .widget a:hover {
    	background: #fff;
    	color: var(--enfold-main-color-secondary);
    }

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

    in reply to: desktop view – widget and menu alignment #1478355

    Hey ausgesonnen,
    Sorry I’ don’t understand, perhaps a screenshot would help.
    Perhaps this is a duplicate of your other post?

    Best regards,
    Mike

    in reply to: desktop view, Menu and burger to align with content #1478354

    Hey ausgesonnen,
    Sorry I’ don’t understand, perhaps a screenshot would help.
    Perhaps this is a duplicate of your other post?

    Best regards,
    Mike

    in reply to: Items in burger menu to align to the top #1478353

    Hey ausgesonnen,
    The title of your thread says “burger menu” but the content says “desktop view”
    for the desktop, items are at the top:
    Screen Shot 2025 03 01 at 12.06.35 PM
    for burger try this css:

    #top #av-burger-menu-ul {
        vertical-align: top;
        padding: 0 !important;
    }

    Screen Shot 2025 03 01 at 12.11.13 PM

    Best regards,
    Mike

    in reply to: Link #1478348

    Hi,
    Screen Shot 2025 03 01 at 12.01.54 PM

    Best regards,
    Mike

    in reply to: Link #1478347

    Hi,
    When you add the link in the text element, click on the “gear” and then check the “open in a new tab”
    Screen Shot 2025 03 01 at 11.58.36 AM

    Best regards,
    Mike

    in reply to: Disable Cookie Consent Messages doesn’t stick #1478343

    Hi,
    First note that the site that you linked to and the login in your first post is two different domains.
    Your login domain is off line. Then your site domain doesn’t have the cookies disabled:
    Screen Shot 2025 03 01 at 11.47.59 AM
    so if you want to disable, please change this setting.

    Best regards,
    Mike

    in reply to: Fixing alignment of buttons #1478338

    Hi,
    Please review the options in the advanced styling tab, each option has an explanation:
    Screen Shot 2025 03 01 at 11.32.30 AM
    I don’t understand what you don’t understand, perhaps the best solution is to open a new thread when you want to change these and then we can assist, but since you don’t want to change this now it is hard to explain.

    Best regards,
    Mike

    in reply to: Background color on hover of second submenu #1478325

    Hey rvga,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #header.header_color #header_meta .sub_menu li ul a:hover {
    	background-color: red;
    }
    #top #header.header_color #header_meta .sub_menu li ul {
        left: 8%;
    }
    #header.header_color #header_meta .sub_menu li ul a,
    #header.header_color #header_meta .sub_menu li a {
    	font-size: 14px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    adjust the color, font-size and placement (left) to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hey profumopuntoit,
    Unfortunately, we are limited to supporting paid plugins, but it looks like you asked this same question on April 19, 2024 > https://kriesi.at/support/topic/ajax-reload-on-payment-method-change-in-checkout-page/
    Did you try this?

    Best regards,
    Mike

    in reply to: Dimension of thumbnails in grid of category archive #1478317

    Hey Vera,
    I added this to your child theme functions.php:

    function override_post_thumbnail_size($size, $post_id) {
        if (is_archive()) {
            return 'full';
        }
        return $size;
    }
    add_filter('post_thumbnail_size', 'override_post_thumbnail_size', 10, 2);

    It is working, but you will need to adjust one of your images as it’s full size is smaller than the others (Blinder Port)

    Best regards,
    Mike

    in reply to: Change the Blog List Layout icon #1478316

    Hey Tanja,
    Please ensure that you are using Enfold v7.0, then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
    function avia_replace_standard_icon($icons)
    {
    $icons['svg__standard']	 = array( 'font' =>'svg_entypo-fontello', 'icon' => 'leaf');
    return $icons;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Screen Shot 2025 03 01 at 7.23.39 AM

    Best regards,
    Mike

Viewing 30 posts - 331 through 360 (of 34,213 total)