Forum Replies Created

Viewing 30 posts - 3,571 through 3,600 (of 25,536 total)
  • Author
    Posts
  • in reply to: Hide image file names in Gallery / Portfolio #1336138

    Hi john,

    I have slightly tweaked your code again:

    function remove_title_attr(){
    ?>
    <script>
    jQuery(window).on('load', function(){
      jQuery('#wrap_all img.avia_image, #wrap_all .avia-gallery-thumb img, #wrap_all .avia-gallery-thumb a, #wrap_all .av-masonry .av-masonry-image-container, #wrap_all .av-masonry .av-masonry-entry, #wrap_all .av-masonry .av-masonry-entry img').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_attr');

    please review your site. :)

    Best regards,
    Nikko

    in reply to: Blog posts block, grid view #1336132

    Hi cryptotradingbg-com,

    Thanks for giving us admin access.
    I noticed that your site is still using Enfold 4.8.6 (latest is 4.8.8.1), also WordPress as well as plugins are not updated, can you backup your site first then update WP, Enfold and plugins and see if this helps.

    Best regards,
    Nikko

    in reply to: Custom font size does not work #1336129

    Hi Alex,

    Yes, Guenni007 is correct in saying that it only changes the paragraph (default text) but not including h1-h6.
    As for custom CSS not working, I have checked the link you gave and I don’t see any custom CSS being fetched or overridden, is it cached? if not can you post the custom CSS code that’s not working?


    @Guenni007
    thanks for clarifying :)

    Best regards,
    Nikko

    in reply to: gaps in places #1335973

    Hi smarta-brett,

    Yes, I believe that’s the reason.
    The other reason I also find is that images are placed inside Text Block, I have moved it in an image element on the homepage.
    The way Text Block/Classic Editor works is that when you put an image it will be wrapped inside a paragraph which has a top and bottom margin which shows the white gaps you see.
    Please review your site and see if it helps.

    Best regards,
    Nikko

    in reply to: Hide image file names in Gallery / Portfolio #1335970

    Hi John,

    Thanks for posting the code as well as giving us admin access.
    I have slightly modified the code to this one:

    function remove_title_attr(){
    ?>
    <script>
    jQuery(window).load(function(){
      jQuery('#wrap_all img.avia_image, #wrap_all .avia-gallery-thumb img, #wrap_all .avia-gallery-thumb a, #wrap_all .av-masonry .av-masonry-image-container, #wrap_all .av-masonry .av-masonry-entry').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_attr');

    Please review your site.

    Best regards,
    Nikko

    in reply to: HI transform setting not wokring #1335967

    Hi smarta-brett,

    Can you try to disable CSS file merging and compression and Javascript file merging and compression?
    Let us know if this helps.

    Best regards,
    Nikko

    in reply to: gaps in places #1335966

    Hi,

    There seems to be a lot of empty H2 tags that are inserted on your site.
    I tried to check the backend however I can’t get past the popup: https://imgur.com/5ROP2z4
    I tried the frontend pw = yoga you mentioned but it’s not working as well as trying the admin credentials for it (please post the user/pw for popup in private content).

    Best regards,
    Nikko

    in reply to: Custom font size does not work #1335965

    Hi Alex,

    I have tested the settings however I am not getting the same result as you have.
    The Font Size option in General Styling > Typography > Advaced Options, is working as intended and changing the Font Size for example in Text Block overrides it which is working correctly.
    Is there a specific element you’re using that this is not working?

    Best regards,
    Nikko

    in reply to: All pages work except one #1335952

    Hi daves1997,

    The whitespace on the top seems to be showing because of the comma (,) on the upper left.
    I’m not sure why there’s an extra character over there but if you can provide us with a staging site then we’ll try to find out what’s causing that extra character to show up.

    Best regards,
    Nikko

    in reply to: Sidebar not showing up on WooCommerce category page #1335949

    Hi aledef,

    We’re glad to hear that :)
    Just let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Blog posts block, grid view #1335947

    Hi cryptotradingbg-com,

    Thanks for giving us information, I have tested it out on my end with Blog Posts using the Grid layout, the sorting seems to work properly on my end.
    Can you provide us with a staging site? so we can test it? probably some plugins might be interfering with the sorting behavior.

    Best regards,
    Nikko

    in reply to: Color section: background 100% #1335942

    Hi grassifrancesca,

    The reason for that happening on the homepage is because of this code in Quick CSS:

    #section-container-width .container {
        width: 100% !important;
        min-width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    once that is removed, the first column’s left padding of 10% should be removed and you should see it lining up with the logo properly.

    Best regards,
    Nikko

    in reply to: Scroll blocked #1335935

    Hi KP,

    Thanks for posting those codes.
    If we can reproduce this issue especially on our demos then I believe we’ll have fixes on this on the next version however it doesn’t seem to happen in most cases.
    I think caching should be disabled temporarily for now so changes will take effect immediately (unless there’s a built-in caching in the server).
    Here are some topics that are related to it:
    https://www.bram.us/2016/05/02/prevent-overscroll-bounce-in-ios-mobilesafari-pure-css/
    https://stackoverflow.com/questions/20461485/ios-disable-bounce-scroll-but-allow-normal-scrolling
    I tested it with two mobile devices and the issue seems to be fixed on my end even after testing multiple times, unlike before I could consistently get the scroll block.

    Best regards,
    Nikko

    in reply to: Scroll blocked #1335708

    Hi Klaus-Peter,

    I have checked your site and tested it several times, I don’t seem to have the scrolling issue like before even with the child theme used.
    Does the issue still persist on your end?

    Best regards,
    Nikko

    in reply to: Links are not showing withing blog post on home page view #1335359

    Hi hostworks,

    The pastebin link isn’t showing up, this warning is showed instead:
    Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it.
    Please check.

    Best regards,
    Nikko

    in reply to: Columns not stacking on tablet #1335358

    Hi aestheticare,

    Thanks for giving us admin access.
    The issue I found is that the style isn’t being fetched because of WP Optimize (which I have now purged the cache and deactivated the plugin).
    Then replaced your code with this one:

    @media only screen and (max-width: 1023px) { 
      .responsive #top #wrap_all #custom-breakpoint .flex_column_table {
        display: block;
      }
    
      .responsive #top #wrap_all  #custom-breakpoint .flex_column.col {
    		display: block;
        margin: 0;   
        width: 100%;
      }
    }

    Let us know if it helps.

    Best regards,
    Nikko

    in reply to: Scroll blocked #1335349

    Hi Klaus-Peter,

    I can’t seem to find the specific cause of the issue since there are no js errors showing up however the issue seems to get fixed when the WP Speed of Light and WP Speed of Light Addon plugin is deactivated and the theme is switched to the parent theme (I have left the site in this state so you can test it). If these 2 plugins are disabled and the child theme is enabled the issue still shows. I tried to comment out the code in functions.php in the child theme including the custom styles in style.css however the result is still the same, I believe there are some configurations may be in the child theme or plugin options that are causing the issue.

    Best regards,
    Nikko

    in reply to: iphone problem with woo product with hover image #1335336

    Hi Peter,

    It seems iOS devices apply the hover effect on the first tap and the link only functions on the second tap.
    Can you try to add this code:

    @media only screen and (max-width:568px) {
      #top .thumbnail_container .avia-product-hover {
        opacity: 1;
      }
    }

    The code only applies to mobile phones.

    Best regards,
    Nikko

    in reply to: How to make the site's friend link horizontal display. #1334656

    Hi huxiaoping,

    Thanks for providing us with the link to your site however I don’t see any links displayed vertically, can you give us a screenshot of how it looks on your end?

    Best regards,
    Nikko

    in reply to: Logo Centered Menu Below #1334655

    Hi G4Design,

    The reason the footer is broken is that the header.php and/or footer.php in your child theme needs to be updated, you can check this thread for further details: https://kriesi.at/support/topic/missing-footer-after-updating-to-enfold-4-8-6-3-please-read-this-first/
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Footer missing after theme update #1334654

    Hi G4Design,

    The reason the footer is broken is that the header.php and/or footer.php in your child theme needs to be updated, you can check this thread for further details: https://kriesi.at/support/topic/missing-footer-after-updating-to-enfold-4-8-6-3-please-read-this-first/
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Logo design #1334203

    Hi edwindepianist,

    Try to use this online image editor that’s almost similar to photoshop: https://www.photopea.com/

    Best regards,
    Nikko

    in reply to: mp4 movie no sound #1334202

    Hi rixi,

    When it comes to background video that autoplays, it is required for it to be muted since most browsers especially big ones like Chrome will not allow videos to autoplay if it’s not muted.
    Here’s an article: https://developer.chrome.com/blog/autoplay/

    Best regards,
    Nikko

    in reply to: logo slider error after enfold update #1334201

    Hi dondela,

    The two logos at the bottom now shows up in the same size as other logos on my phone (screenshot link in private content).
    As for the error, I suggest not adding empty logos instead we can help with CSS if any adjustments are needed.

    Best regards,
    Nikko

    in reply to: mp4 movie no sound #1334190

    Hi rixi,

    Is it supposed to be showing in the first Color Section?
    Can you try using .mp4 instead?

    Best regards,
    Nikko

    in reply to: View the source code of the page #1334183

    Hi EricSmeets,

    You’re welcome and we’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Api key #1334181

    Hi Elisabeth,

    Please try to update it using this plugin: https://www.envato.com/lp/market-plugin/
    Also make sure to have a backup first before updating.

    Best regards,
    Nikko

    in reply to: View the source code of the page #1334177

    Hi EricSmeets,

    I believe the code you are looking for is this:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    For further information please check: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Nikko

    in reply to: WooCommerce Brands overview page #1334175

    Hi envis,

    Please see response in private content.

    Best regards,
    Nikko

    in reply to: Layerslider Buttons problem #1334173

    Hi sitesme,

    Thanks for giving us the link to your site.
    I have checked it using Windows 11 with Chrome, Edge and Firefox and it seems to be showing properly unlike the one in the screenshot provided, can you try to clear the your browser cache? or try using Chrome in incognito mode?

    Best regards,
    Nikko

Viewing 30 posts - 3,571 through 3,600 (of 25,536 total)