Forum Replies Created

Viewing 30 posts - 31 through 60 (of 34,245 total)
  • Author
    Posts
  • in reply to: Center logo with Burger icon on right #1481672

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

    div .logo {
        left: 37%;
    }
    div.av-burger-overlay-bg {
        background-color: rgba(0, 0, 0, .7);
    }

    After applying the css, please clear your browser cache and check.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    Hi,
    Try using this code to the end of your child theme functions.php file instead in Appearance ▸ Editor:

    function my_woocommerce_catalog_orderby( $orderby ) {
        unset($orderby["menu_order"]);
    	unset($orderby["rating"]);
    	unset($orderby["rand"]);
    	unset($orderby["id"]);
    	unset($orderby["category"]);
    	unset($orderby["title"]);
    	unset($orderby["price"]);
    	unset($orderby["popularity"]);
    	unset($orderby["relevance"]);
    	unset($orderby["default"]);
    
            return $orderby;
    }
    add_filter( "avf_wc_product_order_dropdown_frontend", "my_woocommerce_catalog_orderby", 20 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Without the code, my test site shows this:
    Screen Shot 2025 04 20 at 7.36.22 AM
    with the code my test site shows only the date and it works correctly:
    Screen Shot 2025 04 20 at 7.38.15 AM

    Best regards,
    Mike

    in reply to: Problem with scroll bar Advanced Layout Editor #1481650

    Hey fafa84,
    I can not reproduce this on my install, please disable all of your plugins
    and include a admin login in the Private Content area so we can examine.
    a link to the page that you find this issue on would help.

    Best regards,
    Mike

    in reply to: Critical Error caused by Enfold #1481649

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

    in reply to: Footer #1481648

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

    in reply to: Contact form fields cut off #1481644

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

    @media only screen and (max-width: 391px) { 
    	.responsive .avia_ajax_form .form_element {
            margin-right: -90px;
        }
    }
    @media only screen and (max-width: 320px) { 
        .av-recaptcha-area * {
        	max-width: 252px !important;
        }
    }
    @media only screen and (min-width: 392x) and (max-width: 479px) {
        .responsive .avia_ajax_form .form_element {
            margin-right: -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.

    Best regards,
    Mike

    in reply to: Show burger menu to the left of the centered logo #1481640

    Hi,
    I checked your mobile view of your site:
    Screen Shot 2025 04 19 at 7.51.39 AM
    but I don’t think that I understand what the issue is, perhaps a screenshot would help.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Avia Element Pagination #1481639

    Hi,
    Sorry, your “April 3” post script looks like you are trying to change the pagination, this will cause a conflict with the WordPress pagination.
    If I misunderstand, please explain further.

    Best regards,
    Mike

    in reply to: KILL QUERY and Enfold Autoload data very high #1481638

    Hi,
    Sorry, it is confusing when a thread has multiple issues, typically it is best to have a single issue per thread.
    Nonetheless, please explain further so we can try to help with your second issue.

    Best regards,
    Mike

    in reply to: Website not updating – using Enfold theme #1481636

    Hi,
    The login is now working, but it is not admin, so we can not see any of the theme settings, etc. Please update to admin so we can examine.
    Please update your screenshot of the error so we can see, your screenshot url is pointing to your local computer so we can not see it.
    To add a screenshot, please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Critical Error caused by Enfold #1481635

    Hi,
    Please give this a try, if it doesn’t help let us know what page that you see the error on so we can examine.

    Best regards,
    Mike

    in reply to: Advanced Layer Builder for Enfold is no longer visible. #1481617

    Hi,

    @benjamin423
    we will need an admin login to examine your site, but posting your admin login here will not be private, so it is best that you open a new thread and add the admin into the Private Content area.

    Best regards,
    Mike

    in reply to: Mobile first #1481615

    Hi,
    Shall we close this thread then?

    Best regards,
    Mike

    in reply to: SEO Mystery #1481614

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

    in reply to: Critical Error caused by Enfold #1481613

    Hey Debbie,
    Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit.

    Best regards,
    Mike

    in reply to: Menu Color #1481553

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

    #top #header.header_color.av_header_transparency .av-main-nav > li > a:focus .avia-menu-text {
    	color: #00632e;
    }
    .header_color .main_menu ul:first-child > li a:focus, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item.current-menu-item > a {
    	color: #00632e;
    }

    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: Breadcrumb – Home Link #1481552

    Hey Akhurst,
    I don’t know what css you are using, but the first “home” is linked to your main domain, the second “home” is linked to your “shop.domain”
    So do you really what to remove the second “home” or have it say “Shop”?
    Please include a admin login in the Private Content area so we can examine based on your answer.

    Best regards,
    Mike

    in reply to: Website not updating – using Enfold theme #1481549

    Hi,
    When I try to login I see this error:
    Screen Shot 2025 04 17 at 4.31.57 PM

    Best regards,
    Mike

    in reply to: navigation – Logo centred – Laptop view #1481547

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

    in reply to: Footer #1481544

    Hey Sandra,
    Please see Copyrights info in our documentation

    Best regards,
    Mike

    in reply to: how to create a top bar site wide notice #1481543

    Hey bemodesign,
    See this thread and adjust to suit.

    Best regards,
    Mike

    in reply to: Product Page (woocommerce layout) #1481542

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

    in reply to: Hide Player Control when video is paused #1481460

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

    in reply to: KILL QUERY and Enfold Autoload data very high #1481404

    Hi,
    Please note that your screenshot is for Enfold settings, the error is from The Events Calendar as posted above this is a known The Events Calendar on WP Engine according the thread.

    Best regards,
    Mike

    in reply to: Remove tabcontainer on Blog / Archive Pages #1481370

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

    in reply to: Search icon color in transparent header #1481369

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

    in reply to: Remove header for entire site #1481343

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

    in reply to: Main Menu indicator on wrong page #1481341

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

    in reply to: Category background, title and image #1481340

    Hi,
    I did some more research as I had recalled the Categories Images plugin used to work, and I found that you also have to add a code snippet, so I added it to your archive.php file and uploaded a test image and it now works:
    Screen Shot 2025 04 14 at 5.03.03 PM
    this is also full width of your content:
    Screen Shot 2025 04 14 at 5.05.00 PM
    The category title image sits below the category title and above the post content.
    Please check the link below.

    Best regards,
    Mike

    in reply to: Remove tabcontainer on Blog / Archive Pages #1481338

    Hi,
    It seems logical to delete the three that you don’t want and use, but you can try this css:

    .single-event .tab_titles,
    .single-event .tab_inner_content .av-archive-pages,
    .single-event div[data-fake-id="#tab-id-1"] + .tab_content,
    .single-event div[data-fake-id="#tab-id-2"] + .tab_content,
    .single-event div[data-fake-id="#tab-id-4"] + .tab_content {
    	display: none;
    }

    Best regards,
    Mike

Viewing 30 posts - 31 through 60 (of 34,245 total)