Forum Replies Created

Viewing 30 posts - 15,751 through 15,780 (of 35,013 total)
  • Author
    Posts
  • in reply to: PayPal Express button doesn't show on cart page #1258620

    Hi,
    Sorry for the late reply, I just wanted to let you know I’m still looking into this.

    Best regards,
    Mike

    in reply to: Line breaks do not work #1258605

    Hi,
    Thanks for the login, I tested the first site and found that if I disable the “Keep paragraph tags in the Classic block and the Classic Editor” option in the tinymce advanced options the extra BR is removed:
    2020-11-05_065855.jpg
    Also, I wanted to point out when you use the “button” for the line brake, please do not hit the [return] key.

    Best regards,
    Mike

    in reply to: Phone number and social icons on mobile issues #1258284

    Hi,
    Thanks for the login, I changed your HTML to this:

    <span class="topbar-phone">[av_font_icon icon='ue800' font='fontello' style='   ' caption='' link='' linktarget='' size='18px' position='left' color='#808080'][/av_font_icon] (xxx) xxx-xxxx</span>    <span class="topbar-email">[av_font_icon icon='ue805' font='entypo-fontello' style=' ' caption='' link='' linktarget='' size='18px' position='center' color='#808080'][/av_font_icon] (Email address hidden if logged out) "> (Email address hidden if logged out) </span>

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Element visibility settings do not work #1258254

    Hi,
    Thanks for the page shortcode, so as-is the last color section shows with the promo boxes “Zucht”, “Garten”, “Tiere”, “Haus”
    with all of the screen options selected. But I find that removing the masonry under “of Summer Snow News” seems to correct.
    2020-11-04_060811.jpg
    It is odd that removing is one element seems to correct, I tried to recreate the page from scratch but couldn’t.
    What is your goal for this element if you want to hide it for all screens?

    Best regards,
    Mike

    in reply to: Line breaks do not work #1258024

    Hi,
    Thank you, the login you posted earlier seems to be for a different site, so from your test page the <br class="permanent-linebreak"> are followed by another line brake tag:
    2020-11-03_081712.jpg
    So, from my understanding, you are using a custom toolbar button in visual mode to add the <br class="permanent-linebreak"> … at this point are you hitting the [return] key to start a new line?
    This maybe adding the “extra” BR
    If this is not the case, please include an admin login so I can test the workflow of this issue on this test page.

    Best regards,
    Mike

    Hi,
    As I understand your request, you would like the “chat bot button” to only show after scroll when the “scroll top button” shows.
    So in this case the “scroll top button” shows only when the class “avia_pop_class” is added, so we could watch the “scroll top button” and match classes like this:

    function custom_script(){
      ?>
      <script>
    (function($){
         $(document).one( 'scroll', function() {
      $('#scroll-top-link:first').clone().attr('href', '#3-col-intro').attr('title', 'Chat Bot').attr('id', 'chat-bot').insertAfter($('[id^=scroll-top-link]:last'));
        });
        $(document).scroll(function(){
        if ($('#scroll-top-link:first').hasClass('avia_pop_class')) {
      	$('#chat-bot').addClass('avia_pop_class');
        } else {
        	$('#chat-bot').removeClass('avia_pop_class');
        }
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    To try this script please ensure you remove the previous script first.
    So for your css for this script you will want to include the class “avia_pop_class” like this:

    #chat-bot.avia_pop_class:before {
      content: "" !important;
    }
    #chat-bot.avia_pop_class {
    bottom: 150px;
    width: 81px;
    height: 81px;
    background-size: 81px 81px;
    background-image: url(https://static.wixstatic.com/media/f5aed6_0412643c07754b6f9791bf5d8a92e434~mv2.png/v1/fill/w_361,h_313,al_c,lg_1,q_85/HaveYourSay.webp);
      display: inline-block;
    background-color: transparent;
    position: fixed;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    z-index: 1030;
    }

    2020-11-03_070007.jpg

    Best regards,
    Mike

    in reply to: Problem with Tab Section #1257612

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: footer widget display issue after section #1257610

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Very good, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: design problems #1257607

    Hi,
    I see your css is like this:

    .single-product-main-image .onsale {
        right: -45px;
        width: 40px;
    }

    please change to this:

    #top .single-product-main-image .onsale {
        right: -45px !important;
        width: 40px !important;
    }

    the !important; will help override the current css:

    #top .single-product-main-image .onsale {
        top: 0px;
        right: 7px;
    }

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

    Best regards,
    Mike

    in reply to: image lightbox is no longer showing image caption or title #1257594

    Hi,
    I took a look at one of your product pages /102-swaz5-refractor/, and product image doesn’t have a title attribute, in my tests on my localhost, in order to add the title attribute, you must add the text to the image description field, like this:
    2020-11-02_064306.jpg
    in the product page lightbox
    2020-11-02_064503.jpg
    Please try this.
    If this doesn’t help with the product image, then perhaps you have a plugin or script that is removing the title attribute from images? Some people do this to remove the mouseover popup on images, does this sound like something you added?
    As for your ACF page, it seems that the plugin is not including the title attributes of the images, I’m not sure how you would achieve this because I do not use the ACF plugin, but this is what the lightbox needs to show the titles below the lightbox image.

    Best regards,
    Mike

    Hey Jason,
    Sorry for the late reply and thanks for the mockup, I couldn’t quite make out your URL, but I thought one way to achieve this would be to copy the “scroll top” button and adjust the link, title, icon and color, like this:
    2020-11-01_213049.jpg
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
         $(document).ready(function() {
      $('#scroll-top-link:first').clone().attr('href', '#3-col-intro').attr('title', 'Chat Bot').attr('id', 'chat-bot').insertAfter($('[id^=scroll-top-link]:last'));
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    in the code above you can change the URL #3-col-intro to your own.
    Then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #chat-bot:before {
    content: "\e83c";
    font-family: entypo-fontello;
    color: #fff;
    }
    
    #chat-bot {
    bottom: 150px;
    background-color: yellowgreen;
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    z-index: 1030;
    }
    

    Please adjust to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Incompatibility with print/pdf plugins #1257440

    Hey MediaMix1,
    Sorry for the late reply, and thanks for the login, I see from your PDF Print plugin that it is getting the text from the excerpt
    2020-11-01_060438.jpg
    But I believe that you need to set the “Custom Post Fields” for the content to show:
    2020-11-01_060600.jpg
    Than being said, typically plugins have trouble using the Advanced Layout Builder shortcodes to get the content so I’m not sure if this plugin will work correctly, but perhaps it will after it is set up.

    Best regards,
    Mike

    in reply to: design problems #1257438

    Hi,
    Glad to hear, I tested Rikard’s css and it seems to correct the on-sale button:

    .single-product-main-image .onsale {
        right: -45px !important;
        width: 40px !important;
    }

    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field, and then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    in reply to: design problems #1257373

    Hi,
    Sorry for the late reply and thanks for the link, but I’m not sure what the customer matched zone is and your screenshot didn’t work. To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.
    Hopefully, the screenshot will have the issue highlighted so we can understand better.

    Best regards,
    Mike

    in reply to: image lightbox is no longer showing image caption or title #1257372

    Hey S-edwards,
    Sorry for the very late reply, do you mean that you built this with the Advanced Custom Fields plugin (ACF)?
    Anyways the element looks custom, the gallery image links do not have title attributes and this is what the lightbox needs to show the titles. The counter is automatically populated by the lightbox script by counting all of the images on the page.
    Please try adding the title attributes to your image links.

    Best regards,
    Mike

    in reply to: Enfold Datepicker #1257367

    Hey briandeeney,
    Sorry for the very late reply, and thanks for the links to the two test pages. So to try and make the Gravity Forms datepicker look like the Enfold datepicker we first need to add the Enfold class avia-datepicker-div to the datepicker so the Enfold css will apply.
    You are welcome to try this by adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_datepicker_script(){
      ?>
      <script>
    (function($){
    $('.ginput_container_date').click(function() {
      $('body').find('#ui-datepicker-div').addClass('avia-datepicker-div');
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_datepicker_script');

    You will see that this helps, but your Gravity Forms css is still overriding some of the elements of the datepicker and it also looks like you are using site caching so it’s a little hard to tell.
    Please disable all caching and compression so we can investigate further.
    Please remove the script above after if you test it, I will probably need to adjust it further.

    Best regards,
    Mike

    in reply to: Problem with Tab Section #1257331

    Hi,
    Sorry for the very late reply and thanks for the link & screenshots, I found that your #trayectik section, above the tab section, is larger than 5811px, but some inline css sets it as the max-height, so I see the bottom of “Валенсия” is cut:
    2020-10-31_172226.jpg
    This css corrects in my tests:

    #trayectik > .av-tab-section-outer-container {
        max-height: unset !important;
    }

    Please try this and clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Line breaks do not work #1257329

    Hi,
    Sorry for the very late reply, please link to a test page with your line breaks, I believe that your paragraphs are adding extra padding or margin and can be adjusted with some css.

    Best regards,
    Mike

    in reply to: PayPal Express button doesn't show on cart page #1257326

    Hey anjmat,
    Sorry for the very late reply, I see that on your cart page the woo-paypalplus-checkout-button > paypalplus_ecs_cart_button is an empty div.
    I also notice that the woocommerce checkout button is showing on the cart page load, and then it seems to be replaced by the empty PayPal button div. I also tried to clone the mini PayPal button to the cart page but this doesn’t seem like a good solution because I believe the button is created dynamically.
    I also notice that when you go through the checkout the PayPal button does seem to work correctly, you just can’t skip the checkout from the cart page.
    So as a workaround how about injecting a button to the checkout from the cart page below the “notice” where the PayPal button would be? This will put your customers into your checkout and seem natural to the purchase process.
    For your plugin, I found this support thread that says: PayPal Plus is only available when having your registered office in Germany, International transactions do work with PayPal Plus, but only if the requirement above was met. So it seems that part of the issue could be my location? (I’m in the USA) I’m not so sure about that.

    Best regards,
    Mike

    in reply to: footer widget display issue after section #1257319

    Hey Jules,
    Sorry for the very late reply, and thanks for the link to your site. I was not able to view your script because the theme editor is hidden, but in my testing of the frontend HTML I find that if you add the class avia-section your inserted div with these classes widget_text my-extra-widget-page then the page shows correctly.
    I was able to test by injecting this script via my browser:

    (function($){
    $(document).ready(function(){
      $('.widget_text.my-extra-widget-page').addClass('avia-section');
    });
    })(jQuery);

    Please try adjusting your script to add the class, please don’t use my script above it is only for testing.

    Best regards,
    Mike

    in reply to: Scroll down arrow not working on large height element #1257309

    Hi,
    Sorry for the late reply and thanks for the screenshot, I believe the issue is that you have a hidden color section with the ID standalone_tech_specs between #eco_vanity & standalone_kit_for_sale
    So in your screenshot the arrow in the #eco_vanity section is pointing to #standalone_tech_specs, which is hidden, so the link doesn’t work.
    Please test your page with no hidden color sections.

    Best regards,
    Mike

    in reply to: Phone number and social icons on mobile issues #1257303

    Hi,
    Sorry for the late reply, to show the social icons on mobile, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks {
        display: block !important;
    }
    }

    For your phone & email shortcode, both spans are in a single div with the class “phone-info” try using a div for each span.
    Please include an admin login in the Private Content area so we can check further.

    Best regards,
    Mike

    in reply to: Layer Slider Error #1257286

    Hi,
    I believe the issue is because you have the theme setting Enfold Theme Options > Performance > Load jQuery in your footer enabled, I disabled, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: easy slider full width – no scroll down button? #1257279

    Hi,
    Thank you for the login, I took a look at your page, and since you are using three of these code blocks each needs to be a little different, for example, the first code block has the ID of next-section-arrow-one and the link to the next color section, and the color section’s ID needs to be next-section-two like this:

    <style>
    #top #next-section-arrow-one .scroll-down-link {
        left: 27.5vw !important;
        color: black !important;
    }
    </style>
    
    <a href="#next-section-two" title="" class="scroll-down-link av-control-hidden" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>

    then the next one is like this:

    <style>
    #top #next-section-arrow-two .scroll-down-link {
        left: 27.5vw !important;
        color: black !important;
    }
    </style>
    
    <a href="#next-section-three" title="" class="scroll-down-link av-control-hidden" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>

    Since you are using a 50px white space above the code block I removed the “top” setting and adjusted the “left” setting in the css because you are using a sidebar on the page and you will want the arrow to be centered.
    I made these changes for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Offset Columns #1257224

    Hi,
    Thank you for the feedback, in this example the /about/ page is “page-id-16” & the /services/ page is “page-id-20”.
    So the css would look like this:

    #top.page-id-16 .av_header_transparency div .av-hamburger-inner, 
    #top.page-id-16 .av_header_transparency div .av-hamburger-inner::before, 
    #top.page-id-16 .av_header_transparency div .av-hamburger-inner::after {
        background: red !important;
    }
    #top.page-id-20 .av_header_transparency div .av-hamburger-inner, 
    #top.page-id-20 .av_header_transparency div .av-hamburger-inner::before, 
    #top.page-id-20 .av_header_transparency div .av-hamburger-inner::after {
        background: blue !important;
    }

    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field, and then clear your browser cache and any cache plugin, and check.
    Please feel free to adjust the color to suit.

    Best regards,
    Mike

    in reply to: Gallerys are not displayed – Flashlight Theme #1257222

    Hi,
    Glad we were able to help, we will close this now. Thank you.
    For any other questions or issues, feel free to start new threads in the forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold > Background image > Remove on mobile #1257046

    Hi,

    @marotiem
    for Vinay’s code above did you adjust it for the unique ID of your section? #unique_id

    @media only screen and (max-width: 989px) {
    #unique_id {
    background-image: none !important;
    }
    }

    Please link to your example page so we can assist further.

    Best regards,
    Mike

    in reply to: Offset Columns #1257043

    Hi,
    This question seems to be very similar to another thread of yours here, am I correct?
    I tested Rikard’s css for your menu link colors on the “About” page with an added !important; and it changes the menu text color to red, as the example suggests:

    .page-id-84 ul#avia-menu .avia-menu-text {
      color: red !important;
    }

    In the other thread you also wanted to swap the logo image for that page, so did that thread help?
    If not please explain so we can assist.

    Best regards,
    Mike

    in reply to: easy slider full width – no scroll down button? #1257032

    Hi,
    Please review this post above, the first step is to add a code block element “with the ID “next-section-arrow” ” in the developer settings like this:
    2020-10-30_062653.jpg
    I see that you are using the code block arrow 3 times on the page but none of them include the custom ID, this adds the ID to the element so the css will work. If you include an admin login we could help further with this.

    Best regards,
    Mike

Viewing 30 posts - 15,751 through 15,780 (of 35,013 total)