Forum Replies Created

Viewing 30 posts - 1,081 through 1,110 (of 34,572 total)
  • Author
    Posts
  • in reply to: Extra large white spaces #1474622

    Hi,
    I cleared your site cache, and removed the css above and now the white space under images has been removed and I don’t see any missing images on your home page
    Screen Shot 2025 01 04 at 7.25.05 AM
    clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Lines in Timeline #1474580

    Hi,
    Then please remove the css in your screenshot and use this instead:

    #top .avia-timeline-container .av-milestone .av-milestone-indicator {
        background-color: #d4af39;
    }

    Best regards,
    Mike

    in reply to: Social media icons missing #1474575

    Hey leesalu,
    Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: How can I make one text element be the color I want? #1474572

    Hey Antonio,
    Thank you for the link to your site, in this case you would remove the “span” in the “text” tab of the editor:
    Enfold Support 6565
    like this:
    Enfold Support 6567
    I did this for you, please clear your browser cache and check.
    Enfold Support 6569

    Best regards,
    Mike

    in reply to: Lines in Timeline #1474571

    Hi,
    As I understand you would like to remove this gold line:
    Enfold Support 6563
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia_transform .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-animate li.av-milestone-odd.avia_start_animation .av-milestone-indicator {
        opacity: 0;
        animation: none;
    }
    

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

    Best regards,
    Mike

    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: Extra large white spaces #1474493

    Hey jnightingale,
    This is from the Smush Pro plugin, I disabled it and now it is solved.
    please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad that this helped, please apply this to your child theme, as this fix is for a server caching issue that is not experienced by all users/servers.
    Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Translatepress plugin, accordion problem #1474444

    Hi,
    Glad Ismael was able to add insight for you, 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: Hamburger icon/ menu always visible on mobile. #1474442

    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: Menu sur 3 niveau #1474382

    Hi,
    Thank you for your patience, I added this css to your Quick CSS:

    @media only screen and (min-width: 768px) {
        #header_main #avia-menu > li, #avia-menu > li > a {
            height: 35px !important;
            line-height: 20px !important;
        }
        #menu-item-8663 .avia-menu-text{
        	text-align: center;
        }
        #avia-menu .avia-menu-text {
    				width: 250px;
    				display: inline-block;
    }
        #menu-item-8663 .avia-menu-fx {
        	width: 248px;
        	margin-left: 10px;
        }
        #menu-item-8663 a {
        	padding: 2px;
        }
    }

    and it now looks like this:
    Screen Shot 2024 12 29 at 2.27.53 PM
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Hamburger icon/ menu always visible on mobile. #1474379

    Hi,
    The space is because you have a sub-menu element under your header, try adding this css:

    @media only screen and (max-width: 767px) { 
    #sub_menu1 ~ .sticky_placeholder {
    	height: 0 !important;
    }
    }

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

    Best regards,
    Mike

    Hi,
    Thanks for your patience, the color section background image is added via css and there seems to be a caching issue so the same image is shown on each page.
    I added this to the end of your child theme functions.php

    function custom_avf_post_css_create_file( $create ) {
    	return false;
    }
    
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    and it seems to have solved, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to make a border-top full-width (only for one page)? #1474368

    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: Hamburger icon/ menu always visible on mobile. #1474367

    Hi,
    I added the code from https://webers-testseite.de/bemodesign/
    and added it to your child theme and it works like on Guenni007’s test page with a slight number change.
    clear your browser cache and check.
    Note that you should check logged out as the admin toolbar will cause the height to be different.

    Best regards,
    Mike

    in reply to: Video in colour-section is not displayed fully? #1474365

    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: How to make a border-top full-width (only for one page)? #1474364

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

    #top.page-id-8462 #header .inner-container {
        border-bottom: none;
    }
    #top.page-id-8462 .av_minimal_header #header_main {
    	border-bottom: 1px solid #000;
    }

    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: Avia Layout Builder editor not working #1474363

    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: grids #1474323

    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

    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: No love for Bluesky? #1474321

    Hey JL,
    Unfortunately fontello.com doesn’t offer a Blue Sky icon, perhaps they will in the future as it becomes more popular, in the meanwhile you could add your Blue Sky link to a social network that you don’t use and use css to replace the icon with a Blue Sky image. See this thread.
    You can also add your request to the open Enfold Feature Request for Blue Sky here.

    Best regards,
    Mike

    in reply to: Missing Page Titles #1474308

    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: remove the titles of widget in the footer #1474307

    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 the titles of widget in the footer #1474298

    Hi,
    The footer height is determined by the content in the footer, but if you want it smaller you can remove the padding & margin with this css:

    #top #footer {
        padding: 0;
    }
    #top #footer .widget {
    margin: 0;
    }

    but you will need to add more page content so the socket doesn’t become larger and stays at the bottom of the page.

    Best regards,
    Mike

    in reply to: enfolded 4.5 – php 8 #1474297

    Hey Bernd,
    Our current version (v6.0.8) supports PHP v8, to update in this case please delete the theme folder /enfold/ via FTP and then upload the new theme folder /enfold/ from your theme download in your Theme Forest account via FTP. Don’t simply try to overwrite the theme folder via FTP as some old files will be left behind as cause errors.
    I recommend creating a full backup first.

    Best regards,
    Mike

    in reply to: remove the titles of widget in the footer #1474293

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

    #footer .widget_pages .widgettitle {
    	display: none;
    }

    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: Website #1474237

    Hey Andreas,
    Thanks for the link to your site, I see that it is using v4.8.8 of Enfold. This is very old, please login to your Theme Forest account and update to v6.0.8
    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: 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

Viewing 30 posts - 1,081 through 1,110 (of 34,572 total)