Forum Replies Created

Viewing 30 posts - 14,131 through 14,160 (of 34,604 total)
  • Author
    Posts
  • in reply to: Mobile device display order #1309944

    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

    in reply to: Media library // Caption details #1309943

    Hi,
    Thank you for your patience and the link to your site, the .avia-tooltip.avia-tt is used for many elements and it’s color & it’s arrow can be adjusted basically like this:

    .avia-tooltip.avia-tt,
    .avia-tooltip.avia-tt .avia-arrow { 
    	background: rgba(211, 147, 52, 0.8);
    }

    but unless you want to set the color for your whole site I would recommend adding a body class or page ID because the element is created on mouse-over and appened to the body, that is, it is outside the gallery element at the bottom of the page.
    So for example you can target the one page like this:

    #top.page-id-182 .avia-tooltip.avia-tt,
    #top.page-id-182 .avia-tooltip.avia-tt .avia-arrow { 
    	background: rgba(211, 147, 52, 0.8);
    }

    or you can target all of the /schmuck/ child pages like this:

    #top.parent-pageid-2 .avia-tooltip.avia-tt,
    #top.parent-pageid-2 .avia-tooltip.avia-tt .avia-arrow { 
    	background: rgba(211, 147, 52, 0.8);
    }

    Please give this a try and adjust the color to suit and after applying the css, clear your browser cache and check.

    Best regards,
    Mike

    in reply to: #fb-root Issue on Portfolio Sites #1309928

    Hi,
    Thank you for pointing out that we need a super wide screen to see the layout my 23″ Monitor was not showing it. So the space at the bottom is odd and I would like to login to see what is going on but there is something wrong with your recaptcha plugin, please disable so I can login, and also disable the Jet Pack plugin, to rule out any of it’s typical issues.
    2021-07-13_001.jpg
    Then I can login and investigate further.

    Best regards,
    Mike

    in reply to: Display the image caption in the Horizontal Gallery #1309914

    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: Column anchor links not working on home page only #1309912

    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: Jquery Script is Hiding DropDown Navigation #1309911

    Hi,
    Very good, if you have any problems please link to a test page that we can check.

    Best regards,
    Mike

    in reply to: Copyright field on Masonry Gallery #1309904

    Hi,
    The dev team wrote back that there is not a quick way to include the copyright field right now but that I could submit a feature request for this. I did and perhaps we will hear back soon but sometimes this takes a while, I will reply again when I hear more, thank you for your patience.

    Best regards,
    Mike

    in reply to: deactivate the image overlay effect #1309794

    Hi,
    It looks like this css:

    .widefat * {
        word-wrap: break-word;
    }

    from: \wp-admin\css\common.css which seems to be a WordPress core file, but I’m not sure why it’s not effecting my install? You could try disabling your plugins and cache and see if that helps, if so enable one at a time to find when the error starts, or I think I could write a script for your functions.php to override, but we are both using the same WordPress & Enfold version so I don’t know what the “real” cause is.

    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: Horizontal Gallery cropped on mobile #1309787

    Hi,
    Yes, I see the screenshot but it doesn’t look like that for me, I will ask the team to check with an iPhone and see if they can help, thank you for your patience.

    Best regards,
    Mike

    in reply to: #fb-root Issue on Portfolio Sites #1309782

    Hi,
    I don’t see an empty space, actually, your whole page is a single column and not a grid as in your screenshot.

    Best regards,
    Mike

    in reply to: deactivate the image overlay effect #1309777

    Hi,
    I would need to login to the backend to examine the error.

    Best regards,
    Mike

    in reply to: Masonry alignment #1309774

    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

    Hi,
    Thank you for the feedback, I found that this script is changing the quantity div:
    /wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/js/frontend.min.js
    when the script is blocked the quantity plus & minus are there:
    2021-07-12_003.jpg
    when the script is used the quantity plus & minus are removed:
    2021-07-12_004.jpg
    There is not much we can do for a third-party plugin removing divs, try checking with the plugin author.

    Best regards,
    Mike

    in reply to: Horizontal Gallery cropped on mobile #1309745

    Hi,
    Yes, it looks ok for me, but I don’t have an iPhone, is that what you are using, did you fully clear the cache?

    Best regards,
    Mike

    in reply to: Unable to preview homepage #1309743

    Hi,
    I will ask the rest of the team if they have any ideas, thank you for your patience.

    Best regards,
    Mike

    in reply to: #fb-root Issue on Portfolio Sites #1309742

    Hi,
    Sorry I do not understand what is at the bottom of your page, the “footer”?
    You can disable this on a per page basis with the Layout > Footer Settings:
    2021-07-12_001.jpg
    or in the Enfold Theme Options > Footer > Default Footer & Socket Settings:
    2021-07-12_002.jpg

    Best regards,
    Mike

    in reply to: Masonry alignment #1309740

    Hi,
    I hope you mean WordPress and not Drupal, we do not support Drupal. If WordPress won’t let you save it then you probably need to add it to your child theme functions.php via FTP.

    Best regards,
    Mike

    in reply to: Column anchor links not working on home page only #1309732

    Hi,
    Glad to hear this helped, if you are using a child theme you can follow these steps to load modified shortcode.js from child theme, so you won’t lose the modification with each update.
    Please let us know when you successfully make this change and we will close this thread.

    Best regards,
    Mike

    in reply to: Change link of Blog – Latest news at the top of posts #1309730

    Hi,
    Thank you for the feedback, try adding this code to the end of your functions.php file in Appearance > Editor instead:

    function custom_single_to_blog_script() { ?>
        <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $("#top.single-post .main-title > a[href^='https://www.sensity.pl/']").prop("href", "https://www.sensity.pl/blog/")
    })(jQuery);
    });
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_single_to_blog_script');

    Best regards,
    Mike

    in reply to: Thumbnail size in sidebar after moving to a new server #1309720

    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: Timeline Loading #1309717

    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: Thumbnail size in sidebar after moving to a new server #1309627

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Own Social Icons in header #1309625

    Hey Stefan,
    Thank you for your patience, yes you can use your own icons, please see our documentation How to add Custom Social Icons to Enfold options, it should cover everything you need.

    Best regards,
    Mike

    in reply to: #fb-root Issue on Portfolio Sites #1309624

    Hi,
    Thank you for your patience, I checked your page but didn’t find the <div id="fb-root"></div> in your source code, is this resolved?

    Best regards,
    Mike

    Hey cengolino,
    Thank you for your patience and for the link to your site and the code you wanted to add, I wrote this function that you can add to your functions.php but I would recommend using a Child Theme so that it won’t be lost in an update.

    function custom_captureOutboundLink() { ?>
        <script>
    (function($){
        var getinstagram = $(".main_menu .social_bookmarks_instagram a").attr("href");
        var getwhatsapp = $(".main_menu .social_bookmarks_whatsapp a").attr("href");
        var getfacebook = $(".main_menu .social_bookmarks_facebook a").attr("href");
        $(".main_menu .social_bookmarks_instagram a").attr("onclick", "captureOutboundLink("+ getinstagram +"); return false;");
        $(".main_menu .social_bookmarks_whatsapp a").attr("onclick", "captureOutboundLink("+ getwhatsapp +"); return false;");
        $(".main_menu .social_bookmarks_facebook a").attr("onclick", "captureOutboundLink("+ getfacebook +"); return false;");
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_captureOutboundLink');

    Best regards,
    Mike

    in reply to: Unable to preview homepage #1309621

    Hey carylls,
    Sorry for the late reply and thanks for the login, I have not seen anything like that before. I tried clearing your cache plugin but it didn’t help. I don’t typically use the “Preview” button but I tested this on my demo site and it doesn’t have any issues. All I can imagine is that your server has this old version cached but I don’t know. Perhaps try opening a second tab in your browser and refresh it when you want to check the changes of your editing tab.

    Best regards,
    Mike

    Hi,
    Thank you for the link to your page, I see that you are using Version: 4.6.1, another user had a similar issue with the YITH Quick View plugin, the solution was to update the theme, please try updating to v4.8.3

    Best regards,
    Mike

    in reply to: Can the horizontal gallery autoslide the images? #1309618

    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

    in reply to: Change inner content width #1309616

    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

Viewing 30 posts - 14,131 through 14,160 (of 34,604 total)