Forum Replies Created

Viewing 30 posts - 121 through 150 (of 33,625 total)
  • Author
    Posts
  • in reply to: Logo mobile menu #1474671

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

    .av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap {
    	margin-right: 30px;
    }

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

    Best regards,
    Mike

    in reply to: Easy Slider image description #1474670

    Hey a-l-p,
    Thank you for your patience, this is not a easy solution in the Easy slider, please consider the LayerSlider where you can add text to the bottom of the slide with a text element in the slide.

    Best regards,
    Mike

    in reply to: Logo mobile menu #1474668

    Hi,
    I did not find a horizontal gallery on your site, but the element has three options, no gap, 1px gap, large gap:
    Screen Shot 2025 01 05 at 9.01.04 AM
    If large gap is not enough, please explain further and create a test page for us to examine.

    Best regards,
    Mike

    in reply to: Logo mobile menu #1474663

    Hi,
    It looks like you have this custom css:

    .logo img {
        position: relative;
        top: 20px;
    }

    change to this:

    @media only screen and (min-width: 768px) { 
    	.logo img {
        position: relative;
        top: 20px;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Instead of using the short “youtu.be” link, please use the full youtube link, I changed this for you and now it works, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: LayerSlider Transition between Slides #1474660

    Hi,
    Thank you for your patience, I see that your layerslider is based on the original slide from the original demo, since then the LayerSlider has been updated a lot. I was able to remove the 3D transition by changing the timing to zero on the first slide:
    Screen Shot 2025 01 05 at 7.34.55 AM
    please clear your browser cache and check.

    Best regards,
    Mike

    Hey Marcel,
    In your gallery element you had “Lightbox linking active”, you need to use “Use custom link”:
    Screen Shot 2025 01 04 at 2.12.57 PM
    I changed for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: text hide #1474633

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

    .search.search-results .post-meta-infos,
    .search.search-results .entry-content{
    	display: none;
    }

    Before:
    Screen Shot 2025 01 04 at 2.02.03 PM
    After:
    Screen Shot 2025 01 04 at 2.01.00 PM

    Best regards,
    Mike

    in reply to: Move Small Bar Above Menu #1474632

    Hey ballindigital,
    To move topbar below the header I added this script to your Snippets plugin.

    function custom_script() { ?>
      <script>
    (function($) {
      function a() {
        $('#header_meta').detach().insertAfter('#header_main');
      }
      a();
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Screen Shot 2025 01 04 at 1.51.22 PM
    Screen Shot 2025 01 04 at 1.52.35 PM
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Considering switching to Enfold #1474631

    Hey Robert Simmons,
    Thank you for your patience,
    1: Our team spread throughout the world with different time zones, currently we don’t have a support agent in Austria, but the Dev Team is.
    2: I don’t know about HPOS, but it looks like you only need to add this code to your functions.php file:

    add_action('before_woocommerce_init', function(){
        if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
            \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
        }
    });

    I have not tested.
    3: The plugin Events Calendar should work, but the layout will be a little different, please see this example, I don’t have a way to test Event Tickets Plus or WooCommerce Product Table from Barn2, this is a third party plugin and sometimes they have issues.
    4: We update as needed, we updated 14 times last year, see the dates here
    5: The Dev Team has maintained backward compatibility with each update, and try to balance it with the issue, for example, if the issue is with a specific plugin or customization it may be a one-off fix, if it is with a major issue we may offer a one-off fix to help with the Dev Team reviewing a permanent fix.
    6: Enfold can not import WPBakery Builder nor is WPBakery Builder compatible with Enfold’s builder. You will most likely need to recreate your site from scratch. Plain WP posts with no WPBakery Builder elements can be imported can continue to use the WP builder.
    7: same as above.
    8: we don’t have a pulbic road map, but you can see the Feature Requests that the team is working on here.
    I looked at your site and you should be able to recreate it with Enfold, but the layout may be a little different, please see some of our examples here. I hope that this helps.

    Best regards,
    Mike

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

    Hi,
    In that case add color: #fff; to the span, like this:
    Screen Shot 2025 01 04 at 12.19.38 PM
    I did this for you:
    Screen Shot 2025 01 04 at 12.21.07 PM
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change Position on Mobile #1474629

    Hi,
    Glad that this is working for you, but since each row is independent of each other, you can not set which row a element will show in from a different element.
    The independent elements, or rows, do not control any preceding elements, or rows.
    I hope that I am explaining this well.
    As I pointed out this is achievable with javascript, but since you want your client to adjust this in the future, they probably will need your help to adjust in the future.
    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: Lines in Timeline #1474624

    Hi,
    For the horizontal lines between the milestones add this css:

    #top .main_color .av-milestone-icon-wrap:after {
        border-color:#d4af39;
    }

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

    Best regards,
    Mike

    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

Viewing 30 posts - 121 through 150 (of 33,625 total)