Forum Replies Created

Viewing 30 posts - 1 through 30 (of 33,465 total)
  • Author
    Posts
  • in reply to: how to pre-load color section background image? #1474233

    Hey 0_o,
    Your TTFB is 1.7s, then your LCP is 2.8s
    TTFB is due to your server responding slowly, causing all other results to lag behind.
    Typically, TTFB should be about 200ms – 500ms, a theme can not change the TTFB.

    Best regards,
    Mike

    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

    Hi,
    Glad Guenni007 could help, thank you Guenni007, we will close the thread for you as solved. 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: Missing Page Titles #1474229

    Hi,
    please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Edit style of text on masonry #1474228

    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

    Hi,
    please include admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: mobile does not work #1474173

    Hey schweg33,
    I adjusted, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    When I check your page css I do not see the above css added, but when I test it works:
    Screen Shot 2024 12 23 at 5.21.51 AM
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted, and try again, If this doesn’t correct please include admin login in the Private Content area so we can check.

    Best regards,
    Mike

    in reply to: Edit style of text on masonry #1474149

    Hi,
    For the /artikler/ page titles to look like the /blog/ page titles,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .grid-sort-container .grid-entry-title {
    	font-weight: 600;
    	font-size: 15px;
    }

    or for the other way:

    .av-masonry-entry-title.entry-title {
    	font-weight: 500;
    	font-size: 13px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change header colour when scrolling #1474148

    Hi,
    Thanks for sharing Guenni007

    Best regards,
    Mike

    in reply to: Support #1474147

    Hi,
    I believe that you may have used the email address below, try logging in with it, if you don’t know your password use the “forgot password” option.
    otherwise, check your Theme Forest account to see what email you used. We don’t have access to that info.

    Best regards,
    Mike

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

    .av-section-tab-title[data-av-tab-section-title="1"] .av-tab-section-image {
        opacity: 1;
        filter: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Missing Page Titles #1474137

    Hey bbiller,
    The page that you are having issues with is password protected, try removing the password and check again, If this doesn’t correct please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Change header colour when scrolling #1474136

    Hi,
    Unfortunately there is not, 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: menu in the slider is covered #1474135

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

    #header.av_header_transparency #header_main .av-logo-container {
    	display: none;
    }
    #header.av_header_transparency #header_main {
    margin-top: 91px !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Tip for youtube shorts … #1474134

    Hey Guenter,
    Thank you, I have made this sticky to the top of the forum so more people will see this.

    Best regards,
    Mike

    Hey Octopus4444,
    Thank you for your patience, but the example links that you posted all lead to a 404, when I check a few of your pages the color section background image with wp_custom_field:_thumbnail_id} seem to work correctly when I check. For example on /modules-specifiques/ you have this
    Screen Shot 2024 12 22 at 7.28.48 AM
    pointing to this thumbnail
    Screen Shot 2024 12 22 at 7.31.33 AM
    and on the frontend it shows correctly
    Screen Shot 2024 12 22 at 7.32.46 AM
    perhaps you have already sorted this out?

    Best regards,
    Mike

    Hi,
    Try changing your script to this:

    function ava_custom_add_shipping_text_script() { 
        if (is_shop()) { 
        ?>
            <script>
                (function ($) {
                    $(document).ready(function () {
                        var newContainer = $('<div class="av-custom-shipping-container"><p>Free Shipping on All Orders!</p><p>Don’t Forget to Use Your Discount Codes</p></div>');
                        $('#av_product_description .container').after(newContainer);
                    });
                }(jQuery));
            </script>
        <?php 
        }
    }
    add_action('wp_footer', 'ava_custom_add_shipping_text_script', 99);

    Best regards,
    Mike

    in reply to: Padding/margin in widget around script #1474105

    Hi,
    It looks like your widget title is now a “p” instead of a “h3”, so try this css instead:

    #footer #text-6 p.widgettitle,
    #footer #media_image-3 {
    	padding-left: 24px;
    }
    #footer .flex_column.av_one_third:nth-child(3) {
    	margin-left: calc(6% - 24px);
    }  

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thank you, I have made this sticky to the top of the forum so more people will see this.

    Best regards,
    Mike

    Hey Guenter,
    Do you point this out for the support team or other users? I’m pretty sure that the support team always use the “code” tags when posting code as we know this occurs, but perhaps someone forgot once. We also often advise to only copy the code snippets from the forum and not a email notification, as email will also do the same.

    Best regards,
    Mike

    in reply to: Turn off blog post navigation #1474070

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

    #top .avia-post-nav {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Update #1474069

    Hey Matthias Burchardt,
    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: Padding/margin in widget around script #1474067

    Hi,
    In the theme Quick CSS

    Best regards,
    Mike

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

    #top .av-custom-shipping-container {
        z-index: 9;
        position: relative;
    }
    @media only screen and (max-width: 735px) { 
    	#top .av-custom-shipping-container {
    	line-height: 65px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Hiding header background image on mobile – show only logo #1474016

    Hi,
    Glad we were able to help, Merry Christmas to you also. 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: ANCHOR LINK MOBILE VERSION not working #1474015

    Hey Diana,
    This is because you are using the same ID for both contact forms, please use two different IDs for the different forms. Hiding the form will not solve this issue.
    HTML rules only allow IDs to be used once on a page for anchor links.
    You will also need to change the menu links to match the form IDs.

    Best regards,
    Mike

    in reply to: Mute button in Vimeo video #1474013

    Hey bonsaimedia,
    I’m not seeing a “Mute” button on mobile in the banner on the homepage.
    To add a screenshot of the “Mute” button, please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: background color not working #1474012

    Hi,
    unfortunately, I’m still not able to login to the admin page.
    Try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache. If your ManageWP Worker plugin also has caching also clear this or disable it.
    Are you using a CDN or server caching? If so also clear these.
    Once we are able to login to the admin we can examine better.

    Best regards,
    Mike

    in reply to: Contact Form 7 Center elements mobil #1474011

    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

Viewing 30 posts - 1 through 30 (of 33,465 total)