Forum Replies Created

Viewing 30 posts - 121 through 150 (of 33,466 total)
  • Author
    Posts
  • in reply to: Enfold theme not responsive #1472629

    Hi,
    When I check your middle image looks like this:
    Screen Shot 2024 11 30 at 1.11.36 PM
    and I see this on moblie:
    Screen Shot 2024 11 30 at 1.13.50 PM

    Best regards,
    Mike

    in reply to: Deep link and open tab #1472628

    Hey westefan,
    This was added a while back and works on my install without any added code. Ensure that you add a custom ID to each tab:
    Screen Shot 2024 11 30 at 12.09.37 PM
    and use a link with the ID “elements/tabs#tabthree” the page will scroll up and open the tab”
    Screen Shot 2024 11 30 at 12.12.41 PM
    If you are using the sticky header and the tab is too close to the header, you can add this code to the end of your child theme functions.php file in Appearance ▸ Editor to adjust the position:

    function custom_script() { ?>
      <script>
    (function($) {
    $(document).ready(function() {
        $('a[href^="#"]').click(function(e) {
            var targetHash = this.hash;
            setTimeout(function() {
                $('html, body').animate({
                    scrollTop: $(targetHash).offset().top - 100
                }, 500);
            }, 100);
        });
        
        if (window.location.hash) {
            $('html, body').animate({
                scrollTop: $(window).scrollTop() - 100
            }, 500);
        }
    });
    }(jQuery));
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Screen Shot 2024 11 30 at 12.46.39 PM

    Best regards,
    Mike

    in reply to: Ultimate member date picker appears under header #1472624

    Hi,
    I don’t see the form on the members page, logged in or out, Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    Hi,
    Also the other five images are all 80px in height, only the first green image is smaller, please add a new image that is the same height as the others, even if you add transparent space to the top and bottom, if you want it centered, or just to the bottom it you want it top aligned.

    Best regards,
    Mike

    Hi,
    When I check your elements on desktop and mobile, they look correct:
    Screen Shot 2024 11 30 at 8.11.25 AM
    because the lines of text is the same
    only between 768px-1240px does the screen size change the number of lines in the text:
    Screen Shot 2024 11 30 at 8.16.47 AM
    Try adding a custom class to each of the headings, like “heading” and another custom class to each content under it, like “content”
    Then I believe that we can help with some javascript to help for these screen sizes.

    Best regards,
    Mike

    in reply to: Ultimate member date picker appears under header #1472620

    Hi,
    Thanks for the login, I tested in Chrome, Firefox, and Brave, as playertest13 on desktop & mobile, and in all cases the date picker showed in the middle of the screen and did not scroll under the header as in your first screenshot, it is centered like your second screenshot:
    Screen Shot 2024 11 30 at 7.50.25 AM
    Screen Shot 2024 11 30 at 7.51.40 AM
    perhaps you have already solved this.

    Best regards,
    Mike

    in reply to: Sticky Header not working #1472618

    Hi,
    Thank you for your patience, this is because in your SiteOrigin CSS you have this css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
    }

    I disabled it for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Space above Layer Slider #1472394

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

    .home #av_section_1 > .container > .content {
    	padding: 0;
    }

    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: Vimeo Video Headers #1472393

    Hey Aron,
    The circle loading is from Vimeo site waiting for the video to load, there is not a way to stop this.
    You could try adding a fallback image to the color section to show before the video loads, such as the first frame of the video.

    Best regards,
    Mike

    in reply to: Lighthouse CSP errors #1472390

    Hi,
    I don’t have experience with this, his thread is still open, try posting to his thread as he may know.

    Best regards,
    Mike

    in reply to: Sticky Header not working #1472387

    Hi,
    Thanks, I found that you had this css in your Quick css, as Guenni007 pointed out, I removed it and now your sticky header works

    .html_header_top.html_header_sticky #header {
    	position: sticky !important
    }

    Best regards,
    Mike

    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

    Hi,
    In Brave please ensure to disable the “Brave Shield” in the address bar.
    I added the word “test” to your message bar:
    Enfold Support 6555
    Enfold Support 6557

    Best regards,
    Mike

    in reply to: Sticky Header not working #1472282

    Hi,
    I don’t see admin login.

    Best regards,
    Mike

    in reply to: Move shopping cart and burger menu #1472278

    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: Sticky Header not working #1472082

    Hi,
    The Sticky Header feature is not meant to work on mobile devices, for desktop it is working, perhaps you have added a plugin or code snippet that is a conflict.
    Try did you try disabling your plugins and code snippets?
    Also note that if you set this in the theme settings, each page also has this option that can be overridden, so check the page that you are having trouble with.
    Otherwise we will need a admin login to the page to check.

    Best regards,
    Mike

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

    Hi,
    I’m not sure why you only see this on iphone, I will ask the team to check with a iphone, it may take a few days, Thanks for your patience.

    Best regards,
    Mike

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

    Hi,
    I assume that here it is correct:
    Screen Shot 2024 11 24 at 11.14.36 AM
    here there is a “em” tag
    Screen Shot 2024 11 24 at 11.16.16 AM
    but on your other page there is not
    Screen Shot 2024 11 24 at 8.37.21 AM
    Please check your page the “em” tag

    Best regards,
    Mike

    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

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