Forum Replies Created

Viewing 30 posts - 301 through 330 (of 33,628 total)
  • Author
    Posts
  • in reply to: Shortcode in Shop Description #1472070

    Hey Daniel,
    I didn’t find a filter for this, but I asked the team for advice. Thank you for your patience.

    Best regards,
    Mike

    in reply to: automatic sizing of vertical images #1472069

    Hey icarogioiosi,
    Typically, forcing a 600*800 image to 1360*768 will stretch the image, is this what you want?

    Best regards,
    Mike

    in reply to: custom font not shown on mobile #1472068

    Hi,
    I don’t have a iphone, but it looks like you are using two different fonts, the av-masonry-entry-content is Chambersitalic
    and the av-masonry-entry-title is chambersregular
    I don’t see a “em” tag
    Screen Shot 2024 11 24 at 8.37.21 AM
    Screen Shot 2024 11 24 at 8.38.25 AM
    Did you want them to be the same?

    Best regards,
    Mike

    Hi,
    I’m not sure that I understand, I assume that you want to use the gray text color for the mobile “easy slider” that you chose in the advanced styling for H3:
    Screen Shot 2024 11 24 at 8.15.25 AM
    But in the element you picked “Define Custom Colors” to white, simply choose “default”:
    Screen Shot 2024 11 24 at 8.18.50 AM
    I did this for you on the first one, please check.

    Best regards,
    Mike

    in reply to: Add button into header under Social Icons #1472066

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

    @media only screen and (min-width: 767px) and (max-width: 1487px) { 
    #avia-menu #menu-item-1510 {
    	right: -167px;
    }
    #avia-menu #menu-item-1510 .avia-menu-text {
    	font-size: 10px;
    }
    }

    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 Feedback Box #1472064

    Hey peterolle,
    The only thing I can think of is the contact form, or possibly a plugin, but I have not examined any plugins like this.

    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: Bug – Abuse of /?avia_extended_shop_select= queries #1472061

    Hi,
    Yes, Github Feature Request
    Click on Issues:
    Screen Shot 2024 11 24 at 5.48.23 AM
    Then New Issue:
    Screen Shot 2024 11 24 at 5.50.13 AM

    Best regards,
    Mike

    in reply to: Woocommerce: Account Sign Up Option on Checkout page missing #1472053

    Hey jakubc15,
    Did you try going to WooCommerce > Settings > Accounts > Account Creation > Allow customers to create an account:
    Screen Shot 2024 11 23 at 5.44.40 PM
    This adds the option on my site:
    Screen Shot 2024 11 23 at 5.46.07 PM

    Best regards,
    Mike

    in reply to: Bug – Abuse of /?avia_extended_shop_select= queries #1472051

    Hi,
    Thanks, I still advise posting to the Github Feature Request for the Dev Team to review this, as it would require a core change.
    Note that nofollow is up to the bots to obey, it is a recommendation, there is no way to force this. Even the robots.txt is a recommendation, only a server RegEX may totally block.
    Perhaps the Blackhole for Bad Bots plugin may help.
    But you seem to be asking for a core change that would need to go through the Dev Team Github Feature Request

    Best regards,
    Mike

    in reply to: Lightbox: disable click through other images on page #1472048

    Hi,
    As I understand, when clicking on the Camera icons on your single product pages, the lightbox opens with the arrows to the next image, and clicking the image will show the next image. Both of these you want to remove.
    So try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .single-products .mfp-gallery .mfp-arrow {
    	display: none;
    }
    .single-products .mfp-gallery .mfp-content .mfp-img {
    	pointer-events: none;
    }

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

    Best regards,
    Mike

    in reply to: Border at bottom of content section should not display #1472047

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

    .container_wrap { border-top: none !important; }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help, please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: Bug – Abuse of /?avia_extended_shop_select= queries #1472046

    Hi,
    thinkjarvis, thank you for providing a solution to your issue, but I’m not able to reproduce this on my demo site, possibly I don’t have bots attacking it.
    Nonetheless, a core change like this will require the Dev Team to review, and examine what backward compatibility issuses it may cause, please post to the Github Feature Request for the Dev Team to review this.

    Best regards,
    Mike

    in reply to: iOS website jumps top the top of the page #1472044

    Hi,
    Your site and video is “Forbidden”, so we can not view.
    If Guenni007’s advice helped, please let us know so we can close this thread.

    Best regards,
    Mike

    Hi,
    gwo1, this thread is 10 years old, it would be nice if you opened a new thread with a link to your site and a admin login.
    Please ensure that you are using v6.0.6 and that the “layer slider” is not disabled, if this doesn’t help try switching to the “classic editor” at Enfold Theme Options ▸ Select Your Editor
    Also try disabling all of your plugins and then reload the page. If that resolves the issue, reactivate each one individually and reload the page until you find the conflict.
    Thank you for your understanding.

    Best regards,
    Mike

    in reply to: Accessibility Issues with Contact Form Element #1472042

    Hey clicksports,
    Please open a feature request for the Dev Team in our Github Feature Request for the Dev Team to review and connect with you directly. This will need a core change and is above what we in the support forum can handle.
    Thank you for your patience and understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: How to create this box hover #1472035

    Hi,
    Please scroll down on Guenni007’s example page for the css you should use and also add the custom class hoverstyle to the columns

    Best regards,
    Mike

    in reply to: Lighthouse CSP errors #1472034

    Hey zimbo,
    To edit .htaccess use FTP or the cPanel file manager on your web host.
    “dot” files like .htaccess are sometimes hidden in FTP clients and you may need to check your preference options
    also note in the thread that sometimes it needs an apache server restart, you may need your web host to help with that.

    Best regards,
    Mike

    in reply to: Mansonry – Link with pre-selected categorie #1472033

    Hey chiller3,
    Thank you for your patience, when you use this solution you need to add custom links to each image link on your homepage, currently all point to https://wach.design/guteraeume/kollektion/ with no hash tag.
    your Hash tags need to be for the sort data-filter like:
    #accessoires_sort
    #regale_sort
    #betten_sort
    #lampen_sort
    #sessel_sort
    #sofas_sort
    #stuehle_sort
    #teppiche_sort
    #tische_sort
    I tested and it works.

    Best regards,
    Mike

    Hi,
    The login is not working now, but the last time I checked the message was edible in Brave:
    Screen Shot 2024 11 10 at 8.17.50 AM
    perhaps you have a browser extension causing the error, please update the login so we can check again.

    Best regards,
    Mike

    in reply to: Footer and menu #1472031

    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: Text after TAX field, or after tax calcualtion #1472029

    Hi,
    Thank you for your patience, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function tax_exempt() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $(function() {
      	setTimeout(function(){
      $('.cart_totals .tax-total th, #order_review .tax-total th').each(function() {
        var text = $(this).text();
        $(this).text(text.replace('Tax', ' Tax Exempt ')); 
    });
    }, 2000);
    });
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'tax_exempt', 99 );

    in the cart:
    Screen Shot 2024 11 23 at 12.55.20 PM
    in the checkout:
    Screen Shot 2024 11 23 at 12.56.57 PM

    Best regards,
    Mike

    in reply to: Hide “Theme Options” menu in the nav bar for non admin #1472028

    Hi,
    If you don’t have WordPress ▸ Appearance ▸ Theme File Editor enabled on your site then use FTP
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add the above code and save.

    Best regards,
    Mike

    Hi,
    On mobile, I see that you are using the “easy slider” to change the H tag, click on the element and go to each slide, under the advanced tab change the heading tag:
    Screen Shot 2024 11 23 at 11.56.21 AM
    you had this code in your child theme function.php causing a conflict:
    Screen Shot 2024 11 23 at 12.00.52 PM
    I disabled it for you.
    Change the font size under the styling tab:
    Screen Shot 2024 11 23 at 12.04.45 PM
    to center add this css:

    .avia-slideshow.av-desktop-hide.av-medium-hide .avia-caption {
        bottom: 30%;
        left: 30%;
    }

    Best regards,
    Mike

    in reply to: Blue Sky Social Network #1472023

    Hi,
    You too!
    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,
    Thank you for your patience, I adjusted, please check.
    Screen Shot 2024 11 23 at 11.38.10 AM

    Best regards,
    Mike

    in reply to: Hide “Theme Options” menu in the nav bar for non admin #1472019

    Hey Ad-Min747,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action('admin_bar_menu', function ($wp_admin_bar) {
        if (!current_user_can('administrator')) {
            $wp_admin_bar->remove_node('avia');
        }
    }, 999);
    function hide_enfold_theme_options_menu() {
        if (!current_user_can('administrator')) {
            echo "<style>#toplevel_page_avia { display: none; }</style>";
        }
    }
    add_action('admin_head', 'hide_enfold_theme_options_menu');
    

    Best regards,
    Mike

    in reply to: Blue Sky Social Network #1472018

    Hey goldengate415,
    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.
    In the meanwhile you could add your Blue Sky link to the X social network and use css to replace the icon with a Blue Sky image, but fontello.com doesn’t offer a Blue Sky icon, perhaps they will in the future as it becomes more popular.

    Best regards,
    Mike

    in reply to: Unusual incredibly low loading page speed #1472017

    Hi,
    Thank you for your patience, when I check your /design-portfolio/ page with webpagetest.org as a desktop it loaded around 4s
    as mobile, it loaded around 8s, I found that your WP-Optimize plugin created separate files for mobile:
    Screen Shot 2024 11 23 at 10.15.46 AM
    when I disable this it then loaded around 6s for mobile.
    webpagetest.org uses 4g for mobile and page speed uses 3g, in both cases the mobile tests are throttled down and a real world device may use a 5g connection.
    Your bluehost plugin is also caching, so you have the theme cache, WP-Optimize cache, and bluehost cache.
    You could test the different settings in each, but in my experience, 4s for desktop and 6s for mobile is fair.

    Best regards,
    Mike

    Hi,
    Try adding your “Home” menu link and add this custom class:

    av-desktop-hide

    Screen Shot 2024 11 23 at 9.46.48 AM

    Best regards,
    Mike

Viewing 30 posts - 301 through 330 (of 33,628 total)