Forum Replies Created

Viewing 30 posts - 7,471 through 7,500 (of 35,074 total)
  • Author
    Posts
  • Hi,
    I’m not sure so I have asked the rest of the team for advice, thank you for your patience.

    Best regards,
    Mike

    in reply to: Admin-Seite wählt Hauptmenü nicht an #1408660

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

    #top #wrap_all #main .av-social-link-mail:hover a, #top #wrap_all #main .av-social-link-mail a:focus {
        color: #fff;
        background-color: #9fae37;
    }

    and change the background color to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Customize animated countdown #1408568

    Hey enfold,
    Thanks for the link to your page, please note in your css above the custom class my-custom-countdown you should add this to your element in the Advanced tab under Developer Settings for the css to work.
    Or you could remove this class from your css if you don’t mind it applying to all of your countdown elements on your site.

    Best regards,
    Mike

    in reply to: Page navigation design advice #1408566

    Hi,
    Thank you for your patience and the link to your example page, each left side menu item opens a new page with the same layout, this is the same as our demo page that you linked to, and this would be my recommendation also. I can’t think of a different solution for the same behavior.

    Best regards,
    Mike

    in reply to: Dynamic post css missing #1408561

    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,
    I believe that you misunderstood, I suggested adding the last snippet also, that is try using both together.

    Best regards,
    Mike

    in reply to: Gradient transparent permanent header #1408557

    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: Text transform & social media icon #1408556

    Hi,
    The reason that you are not seeing your social icon in your footer and instead see the shortcode [social-bookmarks] is because you didn’t add the function to make the shortcode work to your child theme functions.php, I added it for you and now it works.
    This was the thread you are trying to duplicate, thanks to Guenni007’s solution.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, I’m pretty sure that it is referring to the icons in the footer widget because it says div.textwidget
    Try copying the html for the social icons in the frontend and paste it into the widget instead of the shortcode and change the aria-hidden to false in the html and test again.
    Did you also test your homepage and get the same results as I did in the screenshot above, that shows no error for the same elements? Is your wp-rocket settings different for your homepage such as lazy loading or such?

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, I see your link is to some inner pages where I had tested the homepage, I don’t know why you see the error there:
    Enfold_Support_2140.jpeg
    but not on the homepage:
    Enfold_Support_2142.jpeg
    For the two social icons in your footer in the text widget, I assume that you added these manually, can you just change the aria-hidden to false?
    I will research a solution for the scroll-top-link

    Best regards,
    Mike

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

    @media only screen and (max-width: 767px) { 
    #top.single-product .woocommerce-product-gallery .thumbnails a:nth-child(n+4) {
    	display: none;
    }
    }

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

    Best regards,
    Mike

    in reply to: Text transform & social media icon #1408461

    Hi,
    The above css doesn’t look right, but your site is not showing footer icons I only see a shortcode, [social-bookmarks] please enable the function to make the shortcode work and try this css:

    #footer .widget ul.social_bookmarks {
    display: inline-flex;
    gap: 0px 10px;
    }
    
    #footer .widget ul.social_bookmarks li {
    border: none
    }

    Best regards,
    Mike

    in reply to: Lightbox #1408459

    Hi,
    I changed the background to black and made the width 90% and made it work on the homepage, but you can not remove the scroll bar, please review Guenni007’s example again:

    please clear your browser cache and check your homepage:

    Best regards,
    Mike

    in reply to: function for truncate breadcrumbs not working #1408409

    Hi,
    Please clear your browser cache and check the catagory name above the post title now.

    Best regards,
    Mike

    in reply to: Add a widget on a mobile menu at the button #1408407

    Hi,
    Glad to hear, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top #av-burger-menu-ul {
        text-align: justify;
    }
    #top #av-burger-menu-ul .avia-menu-text {
    	padding-left: 20%;
    }
    }

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

    Best regards,
    Mike

    Hi,
    Thank you for your patience, I tested your page on PageSpeed and I didn’t get the elements contain focusable descendents that you showed in your screenshot but I did see the ARIA role missing which when I expaned the error it said it was due to the burger menu:
    Enfold_Support_2136.jpeg
    typically a compatibility plugin could change this but since you are not using one I added this code to your child theme functions.php:

    function custom_aria_role_for_burger_menu() { ?>
      <script>
    (function($){
      $('.av-burger-menu-main').each(function () {
      $(this).attr('role', 'menuitem' );
    });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_aria_role_for_burger_menu');

    and now this error is gone:
    Enfold_Support_2138.jpeg

    Best regards,
    Mike

    in reply to: Lightbox #1408340

    Hi,
    Guenni007 thank you for sharing your solution, Stilecatalini I have applied Guenni007’s solution to a new page:

    I added the code to your WP Code plugin and copied your three pages to portfolio pages so they would show in the masonry element.

    Best regards,
    Mike

    in reply to: Default sidebar css works only at top levels #1408333

    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: Pinterest Tag Checkout not firing #1408330

    Hi,
    Glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: function for truncate breadcrumbs not working #1408318

    Hi,
    Thank you for your patience, I modified the snippet removing the EventListener and changed it’s loading order and it seems to have corrected, please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    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: Pinterest Tag Checkout not firing #1408316

    Hi,
    As I understand from the documentation above it should only fire after a payment is made, the documentation says to set the payment option to demo so you don’t need to use a real cc card and it also says that it will not work with coupons or discounts that make the item free, I see in your video you used a coupon to make the item a dollar, not free I know, but maybe the coupon throws it off.
    I believe your site is live, can you test on a staging site with the payment set to demo and use a test card instead of a coupon?

    Best regards,
    Mike

    in reply to: Blog posts not displaying all entries correctly #1408315

    Hi,
    Yes, please Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    If this doesn’t help try changing the post #738 to draft so it will not load, I assume this was the post “Shooting Star”, if this doesn’t help also try changing the one before it and after it to draft and see if that helps.

    Best regards,
    Mike

    in reply to: When updatign emoji's get lost #1408312

    Hi,
    You gave us admin login earlier this is how I was able to test on your site and make the video on your site.
    Try downloading the Firefox Developer Edition 114.0b7 (64-bit) and see if that works for you.

    Best regards,
    Mike

    in reply to: Default sidebar css works only at top levels #1408305

    Hi,
    Glad to hear this helped, shall we close this then?

    Best regards,
    Mike

    in reply to: tweaking hamburger mobile menu #1408301

    Hi,
    Glad to hear that you have this sorted out, perhaps the email notifications are going to your spam folder, when I check your profile it shows that you are subscribed to this thread. 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: tweaking hamburger mobile menu #1408244

    Hi,
    Thanks for the feedback, the burger menu close “X” is in the correct spot, the same spot as the burger icon. The issue I see is that a margin-top of 50px was added with some custom css:

    @media only screen and (max-width: 767px){
    .html_av-overlay-side #top .av-burger-overlay-scroll {
        margin-top: 50px;
    }
    }

    Please try to remove this from your customization so the burger menu background will cover the whole screen.
    If you can’t find the css please include a admin login so we can help.

    Best regards,
    Mike

    Hi,
    Glad to hear this helped, I don’t understand your next question, please open a new thread and explain further perhaps with an example of a mockup.
    Please note that we ask that each thread stays “on topic” and different threads are used for multiple questions, this helps future users find solutions easier and multiple Moderators assist you with a solution, thank you for understanding.

    Best regards,
    Mike

    in reply to: When updatign emoji's get lost #1408239

    Hi,
    Thank you for your patience, I tested these emojis on a test page linked below a created a video of editing them in Firefox on Windows 10, please review.
    I used Firefox because of the browser issue outlined here, which we don’t have control over, I don’t have Windows 11, but the Dev Team reports that they can not reproduce the error in Windows 11.

    Best regards,
    Mike

    in reply to: Lightbox #1408237

    Hi,
    Did you see my review of your examples? One of them opens new pages and not in popups, one of them uses an element like our ajax portfolio and the last one uses a text box popup like I created for you earlier, but none of them shows a full page in a popup they all only show enough text that will show in the visible screen area even on mobile.
    So for exactly like this I recommend the text box popup solution from earlier and only add a littel text in the text block like your example sites do.
    Try using the page revisions to go back to that solution.

    Best regards,
    Mike

Viewing 30 posts - 7,471 through 7,500 (of 35,074 total)