Forum Replies Created

Viewing 30 posts - 2,221 through 2,250 (of 25,536 total)
  • Author
    Posts
  • in reply to: How to get 100% Sidebar Width? #1371188

    Hi hmsvictory,

    I apologize for the delayed response.
    Have you tried to change sidebar_right to sidebar_left? It should work unless there some changes in the classnames.
    I remember not seeing any left sidebar in the link you gave before, can you give us a link again? so we can try to inspect and give you CSS that should work.

    Best regards,
    Nikko

    in reply to: Display a banner image #1371187

    Hi profumopuntoit,

    I apologize for the delayed response, the js code is not necessary anymore since the moving the elements is done via WordPress hooks instead of using scripts.
    Please remove this code:

    function move_banner_below_the_title(){
        ?>
        <script>
            var banner = document.querySelector('#av_product_description');
            var titlebar = document.querySelector('.title_container');
            titlebar.appendChild(banner);
        </script>
        <?php
    }
    add_action('wp_footer', 'move_banner_below_the_title');

    Best regards,
    Nikko

    in reply to: How to get 100% Sidebar Width? #1370505

    Hi hmsvictory,

    Thanks for giving us admin access, I have added this CSS code in your Quick CSS:

    #main .container_wrap.sidebar_right .av-section-cont-open {
        display: flex;
        flex-direction: column;
    }
    
    #main .container_wrap.sidebar_right .av-section-cont-open > * {
        width: 100%;
    }
    
    #main .container_wrap.sidebar_right .av-section-cont-open .entry-content-wrapper {
        padding-right: 0;
    }
    
    #main .container_wrap.sidebar_right .av-section-cont-open .inner_sidebar {
        margin-left: 0;
    }

    Please review your site.

    Best regards,
    Nikko

    in reply to: Blog Post Slider – Excerpt No Longer Showing #1370503

    Hi GWS,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: How to get 100% Sidebar Width? #1370485

    Hi hmsvictory,

    We can help you with CSS, can you give us a link to the page mentioned? so we can make sure the CSS we give you will work.
    You can post the link privately.

    Best regards,
    Nikko

    Hi Audrey,

    I forgot to close the browser window and have it minimized, I apologize for that.
    As for self-hosted video it does depend on how many users are viewing the videos at the same time as well as the capacity of your server, using CDN would be the best approach for self-hosted videos.

    Best regards,
    Nikko

    in reply to: IMPOSSIBLE TO INSTALL SPA DEMO #1370483

    Hi Pascal,

    Thanks for giving us admin access.
    Please review your site. :)

    Best regards,
    Nikko

    in reply to: enfold latest news WIDGET how to remove date and time #1370409

    Hi jb84,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .widget .news-time {
        display: none;
    }

    Best regards,
    Nikko

    in reply to: link not follow #1370407

    Hey engjellush,

    Thanks for contacting us!
    Our textblock editor is using WP classic editor and it does not have that automatic adding of nofollow on external links, so the only workaround for that is to switch it to Text mode and manually adding nofollow to the rel attribute.
    Hope this helps.

    Best regards,
    Nikko

    Hi laboiteapixels12,

    I see, I tried to check further into this and it seems youtube does not give you the ability to remove it (so it does show briefly at the beginning).
    Here’s a link you can check: https://support.google.com/youtube/thread/10141246/i-am-unable-to-remove-the-video-title-and-play-controls-when-trying-to-embed-my-video?hl=en
    Also, you can check here the available parameters for the player: https://developers.google.com/youtube/player_parameters
    I think you can try using Vimeo or even using a self-hosted video.

    Best regards,
    Nikko

    in reply to: How to get 100% Sidebar Width? #1370403

    Hi hmsvictory,

    I think you can use the Advanced Layout Builder for that.
    You can use a Color Section on top and inside it is a Widget Area element.
    Then you have the middle for the main content and for the bottom another Color Section with Widget Area element.
    I hope this helps.

    Best regards,
    Nikko

    in reply to: Footer page not rendering headings on other pages #1370402

    Hi John,

    Thanks for giving us admin access.
    It seems that the BIALTY – Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce plugin is responsible for the issue.
    Try to deactivate the plugin and you’ll see it get fixed.

    Best regards,
    Nikko

    in reply to: How to get private token for newly bought theme #1370400

    Hi sundara88,

    Please make sure you have the correct permission:

    For further information please follow the instructions in our documentation: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    Best regards,
    Nikko

    in reply to: Typo Lato loaded from Google Server ? #1370399

    Hi HUHU7777,

    That’s correct Lato font is from google, and your site does not load the Lato font but correctly uses helvetica.
    The plugin isn’t a mistake but it does override some things for performance.

    Best regards,
    Nikko

    in reply to: Blog Post Slider – Excerpt No Longer Showing #1370398

    Hi GWS,

    We are happy to hear that :)
    You can change the excerpt length of the post slider using this code (just change the value as you see fit):

    function custom_postgrid_excerpt_length($excerpt_length) {
    	$excerpt_length = 20;
    	return $excerpt_length;
    }
    add_filter( 'avf_postgrid_excerpt_length', 'custom_postgrid_excerpt_length');

    Best regards,
    Nikko

    Hi laboiteapixels12,

    Thanks for giving us access to your site.
    I have checked the background video on the homepage and reload the page again (clearing browser cache so video is not fetched from cache) however I don’t see the title of the video on the top left or the youtube logo. Is this already fixed?

    Best regards,
    Nikko

    in reply to: How to hide Headers and Footers? #1370249

    Hi ballindigital,

    The code is safe as it only targets pages that use the blank (no header, no footer) page template.
    If you want to make it really specific to the page, you can change #top.avia-blank to #top.page-id-57
    As for the extra white space, you can align it vertically on top as well as removing the extra top padding, by adding this CSS code:

    #top.avia-blank #wrap_all {
        vertical-align: top;
    }
    
    #top.avia-blank #main .container_wrap .content {
        padding-top: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Cosmetic bar above header #1370247

    Hi Wp3P,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: IMPOSSIBLE TO INSTALL SPA DEMO #1370244

    Hi Pascal,

    Yes, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Hide data from magazine #1369984

    Hi GoodPixel Web Agency,

    I have checked your site and it seems to be the correct code however it’s not being fetched.
    The issue seems to be caching (old CSS is fetched) since the code you posted does not appear in the stylesheet/css, this can be fixed by flushing out cache or try disabling the caching plugin.

    Best regards,
    Nikko

    in reply to: Endless loading Avia Advanced Layout Builder #1369983

    Hi nuslyz,

    To be exact, I’m just thinking of using the wp_footer hook to add the script and then using conditional tags in order to have the script added only to specific pages.

    Best regards,
    Nikko

    in reply to: Professional Help Needed For Image Issues #1369982

    Hi Lee,

    It’s a pleasure that we could help you :)

    As for the location of image sizes, you can find it in functions.php of your child theme:

    // Remove unneeded WP image sizes
    // Remove default image sizes here. 
    function prefix_remove_default_images( $sizes ) {
      // do NOT remove small and medium sizes, they are used in backend Media Library!
      // unset( $sizes['small']); // 150px
      // unset( $sizes['medium']); // 300px
      unset( $sizes['large']); // 1024px
      unset( $sizes['medium_large']); // 768px
      unset( $sizes['extra_large']); // 1500px
      return $sizes;
    }
    
    add_filter( 'intermediate_image_sizes_advanced', 'prefix_remove_default_images' );
    
    function remove_enfold_image_sizes() {
    // do NOT remove widget size, is used in backend portfolio items!
    // remove_image_size('widget');
      remove_image_size('square');
      remove_image_size('featured');
      remove_image_size('featured_large');
      remove_image_size('portfolio_small');
      remove_image_size('gallery');
      remove_image_size('magazine');
      remove_image_size('masonry');
      remove_image_size('entry_without_sidebar');
      remove_image_size('entry_with_sidebar');
      remove_image_size('shop_thumbnail');
      remove_image_size('shop_catalog');
      remove_image_size('shop_single'); 
      remove_image_size('shop_gallery_thumbnail');
    	
      remove_image_size('1536x1536'); 
      remove_image_size('2048x2048');	
    }
    add_action('init', 'remove_enfold_image_sizes');

    if you want those size back, you just remove the line of code, and you can regenerate them in Tools > Regenerate Thumbnails.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Professional Help Needed For Image Issues #1369540

    Hi Lee,

    Thanks, I have regenerated all images, please review your site.

    Best regards,
    Nikko

    in reply to: Change color of a:link #1369538

    Hi John,

    You can change the link color in Enfold > General Styling > Main Content (tab) > Primary Color
    As for a:hover you can change it by changing the Highlight Color.
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Fullwidth Slide Audio Not Working #1369532

    Hi envisageiam,

    You’re welcome. :)
    However, for the mobile, I think it’s pretty hard to do that in a Color Section, maybe you can use a video element instead for mobile.

    Best regards,
    Nikko

    in reply to: Color section background color shown inconsistently #1369531

    Hi servicetrade,

    Can you post the link in private content? so all moderators are able to view it and check.

    Best regards,
    Nikko

    in reply to: Document Uploads #1369530

    Hi John,

    In your WordPress Dashboard, go to Media > Add New, then upload the files/docs/pdfs that you want add.
    Once it’s uploaded you’ll be given with link to that file.
    I hope this helps :)

    Best regards,
    Nikko

    in reply to: Tabs and accordions not working #1369527

    Hi lris3021,

    It’s probably due to caching.
    I’m glad that you were able to fix it. :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Debug file #1369525

    Hi Asterios,

    I see, to be honest, I don’t see a way to fix it unless we try to deactivate the plugins and isolate the issue and then enable the plugins one by one.
    Anyway, I’m glad that we are able to help you :)
    Thanks as well for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Header is invisible and appears once users scrolls down #1369522

    Hi reidmccallhhi,

    Thanks for providing us with admin access.
    It seems you are not yet using the latest version of Enfold, please backup your site first and then temporarily disable caching/optimization plugin such as SiteGround Optimizer and then update the theme.

    Best regards,
    Nikko

Viewing 30 posts - 2,221 through 2,250 (of 25,536 total)