Forum Replies Created

Viewing 30 posts - 361 through 390 (of 34,588 total)
  • Author
    Posts
  • Hey fabienneRedUmb,
    Thanks for your patience, when I test this on my Android phone it works for me, check the link below.
    Perhaps you have a caching plugin that is delaying the jQuery script on mobile, If this doesn’t correct, please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Center logo with Burger icon on right #1482863

    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: Avia Element Pagination #1482861

    Hi,
    *update* I tested the above script that you posted “Fix Yoast SEO pagination compatibility with Enfold theme using avia-element-paging” and it solved the issue on my site
    <link rel="canonical" href="https://enfold.site.com/blog/blog-default/?avia-element-paging=2" class="yoast-seo-meta-tag">
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the above code without the leading <?php and save.

    Best regards,
    Mike

    in reply to: Avia Element Pagination #1482860

    Hi,
    Thanks for your patience, I’m not sure why this is, I have asked the rest of team for advice.

    Best regards,
    Mike

    in reply to: Contact form fields cut off #1482837

    Hi,
    Glad that this works for you, this looks like it is caused by the extra padding that you have in the column to add the background color.

    Best regards,
    Mike

    in reply to: Error importing the ‘Default’ demo in WordPress #1482830

    Hey ungeme,
    Thank you for your patience, our webhost writes back that the ip address is not on our blocklist.
    Try installing the demo on a localhost and then use the plugin Duplicator to move to your live site, this typically works well.

    Best regards,
    Mike

    in reply to: cURL error 28: Connection timed out #1482826

    Hi,
    Thank you for your patience, our hosting writes back that the ip 193.202.110.34 we can’t unblock because from it there are constant attacks on many of our servers.
    Try installing the demo on a localhost and then use the plugin Duplicator to move to your live site, this works typically well.

    Best regards,
    Mike

    in reply to: Mein Schreiben vom 15.4.2025 #1481687

    Hey Martin Riemer,
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    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
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Themeforest.net refused to connect to update a website #1481679

    Hey myadminsuper,
    It sounds like your theme is using the old API key.
    Evenon (Theme Forest) changed the key to
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    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
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Underline links in the text, not in other areas #1481676

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

    #top #main a:where(:not(.wp-element-button,.avia-button)) {
      text-decoration: underline;
    }

    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: Manual demo import broken #1481675

    Hey nis59,
    unfortunately, OVH blocks our IP so you will not be able to download the demos.
    I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
    After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
    Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works well for hosts that blocks our IP.

    Best regards,
    Mike

    in reply to: cURL error 28: Connection timed out #1481674

    Hi,
    Thank you for your patience, we have asked the Dev Team to review your IP address, only a few has access to this.
    As this is a holiday weekend, it may take some time.
    I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
    After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
    Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works will for hosts that blocks our IP.

    Best regards,
    Mike

    in reply to: Model parallax #1481673

    Hey Sandra,
    Sorry I’m not sure which logo that you mean, 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: 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

Viewing 30 posts - 361 through 390 (of 34,588 total)