Forum Replies Created

Viewing 30 posts - 2,281 through 2,310 (of 34,588 total)
  • Author
    Posts
  • in reply to: Styling (css) areremoved/missing #1459801

    Hi,
    Thanks, I see the filter in place, but I don’t find the post-css or this error on your site.

    Best regards,
    Mike

    in reply to: Transparent Logo #1459800

    Hi,
    Thank you for your help Guenni007

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1459799

    Hi,
    Thank you for your patience, I believe that it is sorted out now, 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: Changes to right sidebar header #1458532

    Hi,
    Thanks the is pretty good, probably better that my approach, see my text here:
    My test ▸ https://enfold.savvyify.com/guenni007-sidebar-header/
    I probably need a little more css, but thank you for sharing :)

    Best regards,
    Mike

    in reply to: Masonry Gallery How to change Breakpoints #1458530

    Hey ErcanSariguel,
    Please link to your page so we can examine and offer a single column solution for 1440px

    Best regards,
    Mike

    in reply to: Hide the date of blog articles #1458529

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

    #main .avia-content-slider .slide-meta time {
        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

    Hey Empatica,
    It looks like your “mycollection.zip” doesn’t contain any icon fonts, only “svg” files
    Enfold Support 6215
    you need to convert these at fontello.com
    Enfold Support 6217

    Best regards,
    Mike

    in reply to: Transparent Logo #1458523

    Hi,
    It looks like there is an error in your SVG class codes, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to correct:

    #header.header-scrolled-full .av-contains-svg .st0 {
        fill: #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: Changes to right sidebar header #1458521

    Hi,
    That looks good, please share the code you used :)

    Best regards,
    Mike

    in reply to: Fullwidth Submenu – Onepage Dotsmenu #1458520

    Hi,
    The color is set to white here:
    Enfold Support 6213

    Best regards,
    Mike

    in reply to: back button to previous page #1458519

    Hi,
    In the code above change the text “Go Back” to “Ga terug”
    Enfold Support 6211
    And the font color etc can be changed with the class go-back-link
    like this:

    .go-back-link {
    /* your css here */
    }

    Best regards,
    Mike

    in reply to: Changing title according #1457949

    Hi,
    The page that you linked to is not using the Enfold Advanced Layout Builder for the product, it is using the woocommerce product like in your test page, nonetheless I added some custom classes to your original /dji-mavic-3-classic/ product to try to get this to work.
    In this text element:
    Enfold Support 6203
    I added the custom class product-type-variable :
    Enfold Support 6205
    and in the title H1 tag I added the custom class product_title, note that you must use the “text tab to add the class:
    Enfold Support 6207
    and now it works:
    Enfold Support 6209
    You will need to manually change your other products like this.

    Best regards,
    Mike

    in reply to: Problem with columns: doesn’t show as columns #1457907

    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: Unable to load logo despite 340x156px size #1457904

    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: Unable to load logo despite 340x156px size #1457905

    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: Changing title according #1457403

    Hi,
    Ok, thank you, I see the Variation Title in the variation but it doesn’t seem to work on the frontend. I don’t see any errors that might point to a cause.
    I did find the script that I posted above was in your child theme style.css so I moved it to your child theme functions.php and it changes the product title when a variation is picked, so that is good news:
    Enfold Support 6201

    Best regards,
    Mike

    in reply to: Header button beside burner menu and search icon #1457399

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

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .main_menu {
         position: relative;
         height: 66px;
        }
        .responsive #top .av-logo-container .avia-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        }
        .responsive #top .logo {
        height: 54px !important;
        width: 100%;
        display: flex;
        justify-content: center;
        }
    }

    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: Changing title according #1457397

    Hi,
    I tried to create one for you but didn’t get the variations correct, please see the link below and adjust the variations. Do not use the Advanced Layout Builder, only use the woocommerce product fields:
    Enfold Support 6199

    Best regards,
    Mike

    in reply to: Changing title according #1457394

    Hi,
    Thanks, now I see that you are using the ALB for the product with a text element for the title instead of the woocommerce title. Try creating a test product using the default editor and check.

    Best regards,
    Mike

    in reply to: Changing title according #1457391

    Hi,
    Perhaps you can post a admin login in the Private Content area so we can look.

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1457387

    Hi,
    Enfold Support 6197
    this is what I tried to do.

    Best regards,
    Mike

    in reply to: Easy scrolling to next section on one page website #1457385

    Hi,
    I’m not sure how https://mart-anthony-stark.github.io/Enfold-js/ works, but I don’t think you can animate the color sections, you will need to animate the objects inside.
    Try using the theme settings, we are limited to supporting custom code snippets and javascript libraries. The login doesn’t work.

    Best regards,
    Mike

    in reply to: Changing title according #1457384

    Hi,
    No I don’t mean add that code, your page has that javascript error, try disabling this code from your site, I think it is in your Simple Custom CSS and JS plugin.
    For the one you bought, you would install it as a plugin

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1457383

    Hi,
    Odd, it works for me, this is what it looks like:
    Enfold Support 6195

    Best regards,
    Mike

    in reply to: Easy scrolling to next section on one page website #1457376

    Hey Stefan,
    Some elements have animation settings move them into the screen as you scroll:
    Enfold Support 6193
    Our parallax demo shows some of these, try creating a test site and import this demo so you can review the setting and experiment.
    Please note that the Enfold js is not from the theme so the theme has different options.

    Best regards,
    Mike

    in reply to: Header button beside burner menu and search icon #1457369

    Hi,
    Thanks for the feedback, the issue is that the example link is using a normal menu and you are using a mobile burger menu for your desktop, these are two different menus.
    Whe I checked your site I found no “Book Now” button so I created a new one for you, and added the required custom class menu-item-avia-special cta which was disabled on your site, and then I added this css:

    .html_burger_menu_active #header .avia-menu .menu-item-avia-special.cta {
      display: block !important; 
    }

    and Guenni007’s solution works great, thanks for sharing Guenni007!
    Enfold Support 6191
    you will need to adjust the button url as I didn’t know the like you wanted.

    Best regards,
    Mike

    in reply to: Changing title according #1457357

    Hi,
    The WooCommerce Products by Attributes & Variations looks like it has a variation title field
    Enfold Support 6187
    which would be the easiest way, but make sure that you ask them if you can try it first, because some addons don’t work properly with Enfold. Some plugins have a free version on WordPress Plugins so I would also check there.
    As for the script I posted above, my variation in my screenshot looks different that yours so perhaps that is a issue, and your site has a javascript error in your Simple Custom CSS and JS fore the search form, try disabling it and check again
    document.getElementsByClassName('search-form')[0].innerHTML += '<input type="hidden" name="post_type" value="product">';

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1457354

    Hi,
    To change this so it only works on screens larger than 768px I changed the code to this, which also adds some body margin so it won’t overlap the page content, and I make the menu items closer and I adjusted the social icons, please check.

    function create_a_sidebar_header_with_burger_menu() { ?>
      <script>
    document.addEventListener('DOMContentLoaded', function() {
        // Check if the HTML element has the "wp-toolbar" class
        if (document.documentElement.classList.contains('wp-toolbar')) {
            return; // Exit the script if "wp-toolbar" class is found
        }
    
        // Check if the screen width is larger than 768px
        if (window.innerWidth <  768) {
            return; // Exit the script if the screen width is less than 768px
        }
    
        // Create the main toolbar div
        const toolbar = document.createElement('div');
        toolbar.id = 'right-toolbar';
    
        // Create the inner content divs
        for (let i = 1; i <= 3; i++) {
            const contentDiv = document.createElement('div');
            contentDiv.className = 'toolbar-content';
            contentDiv.id = 'content' + i;
            toolbar.appendChild(contentDiv);
        }
    
        // Append the toolbar to the body
        document.body.appendChild(toolbar);
    
        // Add the CSS styles
        const style = document.createElement('style');
        style.innerHTML = `
            #right-toolbar {
                position: fixed;
                right: 0;
                top: 0;
                width: 100px;
                height: 100%;
                background-color: #f8f8f8;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: center;
                padding: 20px 0;
                box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
                z-index: 999;
            }
            #content1 .main_menu {
            	position: relative;
            }
            .toolbar-content {
                width: 80px;
                height: 100px;
                background-color: #f8f8f8;
                margin-bottom: 10px;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: start;
            }
    
            .toolbar-content:last-child {
                margin-bottom: 0;
            }
    
            .rotated-logo {
                transform: rotate(90deg);
                transform-origin: center;
            }
            #content2 .logo {
            float: none;
            position: relative;
        		left: unset;
        		height: unset;
            }
            #content3 .social_bookmarks {
                /*transform: rotate(90deg);*/
                transform-origin: center;
            }
            
            .html_header_top.html_header_sticky #main {
        		padding-top: 0;
    				}
    				#av_section_1 {
    				    height: 100vh;
    				}
    				#menu-item-shop,#menu-item-search {
    				display: none;
    				}
    				#top #content1 .av-small-burger-icon {
        		transform: scale(1);
    				}
    				.html_cart_at_menu.html_main_nav_header #top .main_menu .menu>li:last-child {
    				    padding-right: 0;
    				    margin-right: 0;
    				}
    				.avia-menu.av_menu_icon_beside {
    			    padding-right: 0;
    			    margin-right: 0;
    			    border-right-width: 0;
    			    border-right-style: none;
    				}
    				.html_av-overlay-side-classic #top .av-burger-overlay li a {
        			border-bottom-style: none;
    				}
    				@media only screen and (min-width: 768px) {
    				  .responsive #top #content1 .av-main-nav .menu-item-avia-special.av-burger-menu-main {
    				      display: block!important;
    				  }
    				  #top #content1 .av-main-nav > li.menu-item  {
    				    display: none!important;
    				  }
    					.html_av-overlay-side #top .av-burger-overlay li {
       					 margin: 0;
     				   height: 50px;
    					}
    				  #content1 .av-main-nav-wrap {
    				      float: right;
    				  }
    				}
    				#header {
    					visibility: hidden;
    				}
    				body {
    				margin-right: 100px
    				}
    				#content3 {
    				height: 300px;	
    				}
    				#top .social_bookmarks li {
     				 display: inline-block;
     				 clear: both;
      				margin-bottom: 10px;
    				}
        `;
        document.head.appendChild(style);
    
        // Move the logo to #content2 and rotate it
        const logo = document.querySelector('.avia-standard-logo');
        if (logo) {
            const content2 = document.getElementById('content2');
            content2.appendChild(logo);
            logo.classList.add('rotated-logo');
        }
    
        // Move the menu to #content1
        const menu = document.querySelector('.main_menu');
        if (menu) {
            const content1 = document.getElementById('content1');
            content1.appendChild(menu);
        }
    
        // Move the social bookmarks to #content3
        const socialBookmarks = document.querySelector('.social_bookmarks');
        if (socialBookmarks) {
            const content3 = document.getElementById('content3');
            content3.appendChild(socialBookmarks);
        }
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'create_a_sidebar_header_with_burger_menu', 99 );

    Enfold Support 6185

    Best regards,
    Mike

    in reply to: Header button beside burner menu and search icon #1457340

    Hi,
    When I check it is outside the burger menu:
    Enfold Support 6183
    where did you want it to show? Perhaps a mockup would help.

    Best regards,
    Mike

Viewing 30 posts - 2,281 through 2,310 (of 34,588 total)