Forum Replies Created

Viewing 30 posts - 2,401 through 2,430 (of 25,536 total)
  • Author
    Posts
  • in reply to: Burger menue goes over Logo in mobile version #1367873

    Hi rixi,

    Please replace the last code I gave with this one (just adjust the width as you see fit):

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        width: 74%;
      }
    
      .responsive #top #wrap_all .main_menu {
        right: -10%;
      }
    
      .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
        margin-right: 7px;
      }
    }

    Best regards,
    Nikko

    Hi fkm,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: WooCommerce Description box doesn't open on page load #1367803

    Hi Ed,

    You’re welcome :)
    I’ll leave this thread open so you can post back if it does not work.

    Best regards,
    Nikko

    in reply to: Content Elements Fullwidth Button #1367793

    Hi Samuel,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    Hi fkm,

    Try adding this CSS code as well:

    #top #avia-timeline-1 {
        max-width: 1107px;
    }

    The code is global and may affect timelines on other pages, please review your site especially the ones with timelines.

    Best regards,
    Nikko

    in reply to: Burger menue goes over Logo in mobile version #1367790

    Hi rixi,

    Please remove the code I gave and replace it with:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .main_menu {
        right: -10%;
      }
    
      .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
        margin-right: 7px;
      }
    }

    Just adjust the values as you see fit.

    Best regards,
    Nikko

    in reply to: WooCommerce Description box doesn't open on page load #1367785

    Hi Ed,

    Thanks for giving us access.
    Unfortunately, I don’t know of a quicker way unless a js error appears which makes it easier to figure out which file is causing the issue.
    I tried to change the settings of WP Rocket however even if I tried to disable all settings from WP Rocket it does not show up if you’re not logged in.
    It seems to show up just fine when you’re logged in even if the plugin is activated and has all the settings but when the cached version is served on visitors then it does not seem to show up on page load unless you disable WP Rocket. I’m not sure if Asset Cleanup plays a role in the issue as well but I had seen some Enfold users who are using WP Rocket but I never encountered the same issue as your site. I think the most reasonable way to resolve this without spending a lot of time is to add the CSS code I mentioned.

    Best regards,
    Nikko

    in reply to: Hide element in menu #1367772

    Hi Mauro,

    The code should still work, there’s a comment there that it does not work, however, there’s one response to it as well that it works.
    Also, you can check woocommerce’s code and see that the filter is still there.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Video loading without end #1367769

    Hi Natacha,

    Changing DNS server should not remove any video from youtube.
    You can remove those DNS server address and return to default settings.

    Best regards,
    Nikko

    in reply to: menu background always white #1367762

    Hi fabioloutfi,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .av_minimal_header .header_bg {
        opacity: 0.8;
    }

    Just adjust the values from 0 to 1, 0 means fully transparent while 1 is fully white.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: All Settings Gone in Advanced Styling #1367759

    Hi cindybird52,

    I’m glad that Rikard could help you :)
    Just let us know if you still need further assistance.

    Best regards,
    Nikko

    in reply to: Critical Error upon initial download #1367757

    Hi Matt,

    Thanks for the info, please provide us a login link as well.
    As for creating FTP access, please check the following articles:
    https://support.cpanel.net/hc/en-us/articles/1500012573002-How-to-create-an-FTP-account
    https://www.hostgator.com/help/article/how-to-create-an-ftp-account-in-cpanel

    Best regards,
    Nikko

    in reply to: 404 pages #1367754

    Hi Chris Brooks,

    Thanks for contacting us!
    Can you give us more context on the topic?
    404 pages on Enfold is only a single page however if the URL on the browser is pointed to non-existing pages then it redirects to that page.

    Best regards,
    Nikko

    in reply to: Burger menue goes over Logo in mobile version #1367753

    Hi rixi,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .logo {
        width: 60%;
      }
    }

    Best regards,
    Nikko

    in reply to: Content Elements Fullwidth Button #1367741

    Hi Samuel,

    To remove the underline, please add this CSS code in Enfold > General Styling > Quick CSS:

    #top #main .avia-button-fullwidth {
        text-decoration: none;
    }

    As for the color of the font, edit the full-width button and go to Styling > Colors > Button Font Color set it to Custom Color then select a color that you want to use.

    Best regards,
    Nikko

    in reply to: Image double after open #1367734

    Hi Franz,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: WooCommerce Description box doesn't open on page load #1367630

    Hi Ed,

    I tried to check on it however some google authenticator is preventing me to change anything.
    Please try to disable anything related to js in WP-Rocket and see if it helps (and remove the code I gave).
    Once it’s working fine enable js related options one by one so you will know which one is causing the issue and just leave it disabled.

    Best regards,
    Nikko

    in reply to: avia video background #1367553

    Hi ramiropuig,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Blog small featured image is resized ignoring styling #1367552

    Hi Sovietovic,

    Thanks, please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .big-preview img {
        width: auto;
    }

    Best regards,
    Nikko

    in reply to: disable tooltip, keep titles on masonry gallery #1367505

    Hi Munford,

    Please try adding this PHP code in your functions.php (child theme):

    function remove_title(){
    ?>
    <script>
    (function () {
        function removeTitle(el) {
            el.removeAttribute('title');
        }
    
        const items = document.querySelectorAll('#top .isotope-item');
        const containers = document.querySelectorAll('#top .isotope-item .av-masonry-image-container');
        
        items.forEach(removeTitle);
        containers.forEach(removeTitle);
    })();    
    </script>
    <?php
    }
    
    add_action('wp_footer', 'remove_title');

    Hope it helps.

    Best regards,
    Nikko

    in reply to: WooCommerce Description box doesn't open on page load #1367504

    Hi Ed,

    Yes, the default behavior is for it to open on page load.
    Do you have some site optimization plugin installed and activated on your site? if yes please try to clear its cache and temporarily deactivate it, and see if it helps.
    We can try to debug it further, but we’ll need admin access to inspect it or you can simply add this CSS code in Enfold > General Styling > Quick CSS (for quick fix):

    #top .product .woocommerce-tabs .wc-tab {
        display: block;
    }

    Best regards,
    Nikko

    in reply to: Footer Disappeared in Enfold Chid Theme #1367503

    Hi Valeria,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Enfold Recapcha color #1367501

    Hi galliulisse,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Accordian Content Element using Avia Layout Builder #1367499

    Hi markpay10,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Blog small featured image is resized ignoring styling #1367498

    Hey Sovietovic,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Critical Error upon initial download #1367497

    Hi matthewandersonthompson,

    Can you give us temporary admin access as well as FTP access? so we can try to check and debug the error.

    Best regards,
    Nikko

    in reply to: Hide element in menu #1367496

    Hey profumopuntoit,

    Can you try to add this PHP code in functions.php of your child theme:

    add_filter( 'woocommerce_product_categories_widget_args', 'rv_exclude_wc_widget_categories' );
    function rv_exclude_wc_widget_categories( $cat_args ) {
    	$cat_args['exclude'] = array('55','68'); // Insert the product category IDs you wish to exclude
    	return $cat_args;
    }

    Just change the category ID.
    For further information, please check this article: https://www.engagewp.com/remove-categories-woocommerce-product-category-widget/

    Best regards,
    Nikko

    in reply to: Theme customization not available – critical error #1367495

    Hi DynamoGymnastics,

    Try to change 1340px in Mike’s code to 1760px.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Update an Imported Demo Theme #1367494

    Hi ussma,

    The site is still in maintenance mode so we can’t view it.
    However, I believe you can change it in Appearance > Widgets > Footer-Column 3.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Underline Links #1367492

    Hi Samuel,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 30 posts - 2,401 through 2,430 (of 25,536 total)