Forum Replies Created

Viewing 30 posts - 931 through 960 (of 34,859 total)
  • Author
    Posts
  • in reply to: Phone Number aligned to right of logo area #1478941

    Hey jackwerrell,
    As I understand try using a “header widget” please see our documentation here: Adding a header widget area

    Best regards,
    Mike

    in reply to: Problem with font color in menu on mobiles #1478939

    Hi,
    1) for the search icon try this css in your quick css:

    #top #header .av-main-nav > li#menu-item-search > a {
        background-color: unset;
    }

    2) don’t understand how burger menu is too long, perhaps a screenshot would help.
    3) try this css:

    .header_color .av_ajax_search_title {
        color: #fff;
    }

    Best regards,
    Mike

    Hi,
    When I check your staging site, the products are in one column:
    Screen Shot 2025 03 09 at 9.57.33 AM
    do you mean these:
    Screen Shot 2025 03 09 at 9.58.51 AM

    Best regards,
    Mike

    in reply to: Section takes height although display;none #1478935

    Hi,
    Can not reproduce, please link to your live site, if you are using a local host, post the link to a live page when you upload it.

    Best regards,
    Mike

    in reply to: Easy Slider broken #1478934

    Hi,
    Typically when using cloudflare you will need to wait until their cache clears, about 12hrs, this is probably causing the error.
    I recommend disabling cloudflare completely and when you are done building your site enabled again.

    Best regards,
    Mike

    in reply to: Contact-Form: How to send a copy to the sender? #1478933

    Hey MarcusJeroch,
    If you use the Contact Form > Backend > Autoresponder the sender will receive message. You must add a Autorespond Text for it you work.
    For example:
    Screen Shot 2025 03 09 at 9.30.33 AM
    You get this email:
    Screen Shot 2025 03 09 at 9.32.43 AM
    the sender gets this email:
    Screen Shot 2025 03 09 at 9.34.49 AM
    otherwise use a plugin like Contact Form 7, which provides more flexibility and options for form functionality.

    Best regards,
    Mike

    in reply to: More space as large gap n the Masonry Gallery #1478932

    Hi,
    Glad to hear that you have this working now, unfortunately the spacing to the right for multiple lines is something we don’t have a solution for in the way that it is created. Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Duplicate CET #1478931

    Hey westefan,
    If the field options are locked they will carry over to the duplicate, 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

    Hi,
    Your login in not working, but there is not a way to use the same Categories Widget twice on the same page and have two different results, such as one showing all results and the other only showing 10 with the PHP code.
    Perhaps if you added a custom class to the one that you only want to show 10, some css could be used to hide all others, but I can’t find an example page on your site to examine.

    Best regards,
    Mike

    in reply to: Blog page #1478928

    Hi,
    We don’t have experience with your plugin and it is unlikely that we can connect your plugin to the theme, but I do recall a Reading Time that was working with the masonry element. Please see this thread, perhaps you can modify it for your needs. I’m not sure, but we are limited with such customizations and third party plugins.

    Best regards,
    Mike

    in reply to: revisions option blown out #1478925

    Hi,
    Thanks for the login to your site, when I check your site doesn’t have the Enfold theme installed, you have the Avada theme by ThemeFusion installed, you will need to check with them.

    Best regards,
    Mike

    in reply to: Center Logo on Mobile #1478919

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

    @media only screen and (max-width: 767px) {
        .responsive.html_header_top.html_logo_center #top .logo {
            left: 10%;
            position: relative;
            float: right;
        }
    }

    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 03 08 at 2.43.22 PM

    Best regards,
    Mike

    in reply to: Header Layout in mobile view needs help #1478918

    Hi,
    I adjusted the items order, please clear your browser cache and check.
    Screen Shot 2025 03 08 at 2.29.31 PM

    Best regards,
    Mike

    in reply to: More space as large gap n the Masonry Gallery #1478917

    Hi,
    The gap is not defined by a gap in pixels, it is defined by the “right:” as in the css above creating the “gap”.
    I couldn’t find your screenshot on your site, the css above was for 50px, not 15px.
    When you reduce the size of the page for testing, always reload the page so the javascript can recalculate.

    Best regards,
    Mike

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

    Hi,
    The menu item “Pranayamalehrer Ausbildung” is very long, to break it into two lines I gave you this css

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

    Screen Shot 2025 03 02 at 11.37.32 AM
    the line in the css line-height: 18px; brings the two lines in the single menu item closer together so your visitor will know it is one item.
    If you don’t like this then remove this line from the css:
    Screen Shot 2025 03 08 at 1.35.43 PM
    but it may look like two separate menu items and be confusing, or you can adjust the number to suit.

    Best regards,
    Mike

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

    @media only screen and (max-width: 767px) { 
    .responsive #top .av_header_transparency.av_alternate_logo_active .logo a>svg {
        opacity: 0;
    }
    
    .responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub {
        display: block;
    }
    }

    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 longer excerpt in blog post element. #1478907

    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: More space as large gap n the Masonry Gallery #1478906

    Hi,
    This is how it is achieved, it works when I test, is it working for you?

    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: More space as large gap n the Masonry Gallery #1478898

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

    .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
        right: 50px;
        bottom: 50px;
    }

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

    Best regards,
    Mike

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

    Hi,
    It looks like you have this custom css in your child this preventing clicks on your topbar sub-menu:

    #top #menu-item-1302 a {
        pointer-events: none;
    }

    I assume that you want to remove the click on the main item “Partenaires de séjours de vacances” but want the click on the sub-menu items, so remove your css and use this instead:

    .menu-item-1302 {
    	height: 30px;
    }
    #top #header_meta #menu-item-1302 > a {
       pointer-events: none;
    }
    #top #header_meta #menu-item-1302 .sub-menu a {
       pointer-events: auto;
    }

    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

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

    .single-post .big-preview.single-big {
    	display: none;
    }

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

    Best regards,
    Mike

    in reply to: Header structure #1478894

    Hi,
    When I check your site https://veltrh.abcbrand.sk/en redirects to https://veltrh.abcbrand.sk/ so I can not see the different headers.
    https://www.veltrhnehnutelnosti.sk/en doesn’t have the custom header widget area enabled, so you need to enable it.
    This is probably a header widget area, but I can’t see without a login.

    Best regards,
    Mike

    in reply to: Blog – Style single post – option no preview image #1478892

    Hi,
    We can offer css to hide the image above the blog article, please link to your page for us to examine.

    Best regards,
    Mike

    in reply to: More space as large gap n the Masonry Gallery #1478891

    Hi,
    When I look at your screenshot I wonder if you want to have your masonry full width
    Screen Shot 2025 03 08 at 6.49.34 AM
    simply adding a larger gap will make your images smaller, please include a link to your site and advise.

    Best regards,
    Mike

    in reply to: Easy Slider broken #1478890

    Hi,
    Glad to hear that you have this sorted out, please note that when you double minify with either two plugins or a plugin and the theme settings it will typically cause errors due to how minify works. Minify removes spaces and other characters from CSS, when it is double minified needed characters are sometimes removed causing errors. So the best approach is to minify only once with either the theme settings or a plugin.
    TTFB is a server response time, your test above is for a mobile device which is throttled and not using true mobile 5G speed, typically most test mobile at 3G and 5G for desktop.

    Best regards,
    Mike

    in reply to: Easy Slider broken #1478809

    Hi,
    That is a cloudflare error while they are updating their cache, cloudflare cache can take up to 24hrs to fully clear.

    Best regards,
    Mike

    in reply to: Accordion slider js conflict with WPRocket? #1478804

    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: Image overlays? #1478803

    Hey Matthew,
    please include an admin login in the Private Content area and a link to the page so we can examine.

    Best regards,
    Mike

    in reply to: Easy Slider broken #1478802

    Hey gatehealing,
    Your site is showing the error Uncaught SyntaxError: Unexpected string
    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 and check.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

Viewing 30 posts - 931 through 960 (of 34,859 total)