Forum Replies Created

Viewing 30 posts - 31 through 60 (of 433 total)
  • Author
    Posts
  • in reply to: toggle id’s in accordian #1468177

    On the demo page we sent over if you enter any of the accordian # anchors into the searchbar the current one disappears.

    The css jumps and the toggle disappears off the page to the side

    If you refresh your screen the toggle is correctly displayed.
    we have tried chrome, firefox and edge. We have also tried 2 different computers

    See if it happens your end. If not we will send a loom video

    To add – sometimes it works when you go from a different URL to the one with the #toggle id.

    Really confused!

    in reply to: Bug: No option for background video to loop #1468170

    Hi
    This requires investigation none of the video options are looping in the current version of enfold (6.04)
    Please can you take a look at this in a clean version of enfold
    Thank you

    in reply to: toggle id’s in accordian #1468167

    Disabling the plugins and our changes to functions.php don’t seem to have helped. The toggle seems to completely disappear when the ID is used in the URL.

    in reply to: toggle id’s in accordian #1468121

    Hi Gunter,

    I’ll try disabling the plugins and report back.

    in reply to: toggle id’s in accordian #1468111

    Hi Günter

    that doesnt seem to have helped it is now not scrolling at all though it is opening the right tab

    in reply to: Bug ?avia_extended_shop_select=yes breaks the filters #1468104

    Solution: Reinstate the default woo dropdowns – Applies to all Enfold sites:

    The default woo filters are dequeued in enfold > config-woocommerce > config.php and config-365.php

    We can requeue them and disable the Enfold filters by adding the following to functions.php in the child theme:

    // Removes Enfolds sort by dropdowns
    function avia_woocommerce_frontend_search_params()
    {
       return;
    }
    
    // Re-adds the default sortby dropdown
    add_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 20 );

    Styling fixes
    Add the following css:

    @media only screen and (max-width: 767px) {
        .responsive #top .woocommerce-ordering {
            position: relative;
            float: left;
            clear: both;
            margin: 0;
            padding-bottom: 0px;
            padding-top: 15px;
            top: 0px;
            margin-top:60px;
        }
    }
    
    @media only screen and (min-width: 768px) {
        .responsive #top .woocommerce-ordering {
            position: relative;
            float: left;
            clear: both;
            margin: 0;
            padding-bottom: 15px;
            padding-top: 15px;
            top: 0px;
            margin-top:0px;
        }
    }
    
    #top.woocommerce-page .woocommerce-ordering select {
    width: 100%;
    font-size:16px;
    padding: 8px;
    line-height: 1.2em;
    }
    in reply to: Bug ?avia_extended_shop_select=yes breaks the filters #1467424

    Essentially this doesn’t work:
    ?avia_extended_shop_select=yes&product_order=price – Only works on shop root and not categories or filtered items
    ?avia_extended_shop_select=yes&product_order=price&product_sort=desc
    ?avia_extended_shop_select=yes&product_order=price&product_sort=asc

    But these work just fine:
    ?orderby=price-desc – without any extra params – just like storefront theme
    ?orderby=price-asc – without any extra params – just like storefront theme

    Please can we change this in Enfold for compatibility?
    Why do we even need to alter these from the woocommerce defaults?
    ?avia_extended_shop_select=yes
    &product_order=price

    when there is a new single parameter query for sorting by price:
    ?orderby=price-desc
    ?orderby=price-asc

    • This reply was modified 6 months, 2 weeks ago by thinkjarvis.
    in reply to: Bug ?avia_extended_shop_select=yes breaks the filters #1467420

    If you look at the default store front theme
    It has two filters not three I think this is the root cause of the problem.
    https://themes.woocommerce.com/storefront/shop/?orderby=price-desc
    https://themes.woocommerce.com/storefront/shop/?orderby=price-asc

    Why are we adding the extra parameter for
    ?avia_extended_shop_select=yes
    and
    product_order=price when the default woo filters dont use these queries at all?

    Is there a way to just use the default woocommerce filters instead of the modified Enfold ones?

    • This reply was modified 6 months, 2 weeks ago by thinkjarvis.
    • This reply was modified 6 months, 2 weeks ago by thinkjarvis.
    in reply to: Bug: No option for background video to loop #1466376

    Thanks Ismael,

    We couldnt get this to work for some reason.

    We’ve used a full screen background slider for now which does the job just fine for our design intent.

    I’ll test this again when we are next doing a video background element.

    in reply to: Unload unused CSS/JS automatically #1466182

    Going back to your original question and a solution for you:

    It would be an excellent feature for Enfold to Automatically do its own version of Remove unused CSS to bring the number of JS and CSS files down per page.

    However if you wanted to do this using a plugin WP-Rocket and others come with remove unused CSS or RUCSS as it is known. I have had good results with Enfold and RUCSS in WP-Rocket. Seems to work without specifying any fallback css or exceptions.

    RUCSS is not perfect however. So if Enfold could add an option to only load the CSS for used elements per page it would be a 100% compatible way of doing RUCSS without the unreliability of systems that attempts to work it out after css file generation.

    I’d be keen to know what Gunter thinks of this idea. It is essentially an extension of the current only load used elements function.

    Performance advice and how it works in reality
    All of this said – Once a browser has downloaded the files – Assuming you have a long cache life on your CSS and JS files in your HT Access file (Or set this value with a plugin like WP-Rocket or WP Super cache, etc.) then those files wont be re-downloaded by the visitors browser per page visit. So even if they have to download 100kb worth of CSS and JS to view page 1. page 2,3,4,5,6 etc onwards will use the cached css loading instantaneously.

    The minimum requirement for this to happen is page caching with a good cache life.

    If you want any more advice on this sort of thing let me know.
    https://www.hirekaraoke.co.uk/
    The site above is one of ours and passes web vitals. They are the UKs largest Karaoke Hire company. So a national business. This site uses our performance stack including page caching and some bespoke settings. The actual booking pages are completely uncached (Which is why the TTFB score is a little higher on desktops – brings the average response time up). The site just serves minified CSS. It is not necessary to RUCSS to pass web vitals if everything else is done correctly.

    • This reply was modified 6 months, 4 weeks ago by thinkjarvis.
    in reply to: Bug: Cannot turn off sonar animation on ALB icon element #1466045

    Cheers, Ismael / Gunter hope all is good your end,

    The new global custom ALB layout system in 6.0+ is an excellent addition by the way. We’ve made good use of this so far.

    I have a lot of projects I need to post on the showcase from the past 12 months so will try and get them up there when I get a minute.

    in reply to: Bug: Cannot turn off sonar animation on ALB icon element #1465415

    Hi Ismael,

    I can confirm the problem occurs in stock enfold.

    You can see it in the test area shared in the private data

    Let me know if we can get a fix – It has caused us a problem on some existing sites that suddenly started animating even when disabled.

    in reply to: Hook to add widget area above blog loop? #1465412

    Hi Mike,

    Sorry for the duplication – I forgot I had a thread on this already. I have posted this on both threads.

    Unfortunately what you have suggested doesnt work. BUT IT SHOULD!!!

    Using the documentation guide – This works:

    add_action( 'ava_after_main_title', 'enfold_customization_blog_widget_area', 50 );
    function enfold_customization_blog_widget_area() {
    	$check_tjnewswidget = true;
    	
    	if ( is_home() ) { 
        $check_tjnewswidget = false;
        }
    	
    	if( !$check_tjnewswidget ) {
            dynamic_sidebar( 'blogheaderwidget' );
        }
    }

    Not quite as per documentation but I like using the true and false method of determining if something is a particular thing.

    in reply to: Bug:Blog Header hooks no longer working properly #1465410

    Hi Mike,

    Unfortunately what you have suggested doesnt work. BUT IT SHOULD!!!

    Using the documentation guide – This works:

    add_action( 'ava_after_main_title', 'enfold_customization_blog_widget_area', 50 );
    function enfold_customization_blog_widget_area() {
    	$check_tjnewswidget = true;
    	
    	if ( is_home() ) { 
        $check_tjnewswidget = false;
        }
    	
    	if( !$check_tjnewswidget ) {
            dynamic_sidebar( 'blogheaderwidget' );
        }
    }

    Not quite as per documentation but I like using the true and false method of determining if something is a particular thing.

    • This reply was modified 7 months, 1 week ago by thinkjarvis.
    in reply to: Bug: Cannot turn off sonar animation on ALB icon element #1465409

    Hi Ismael,

    I’ll fire up a blank Enfold theme and double check. Our standard setup however is pretty much Stock Enfold. The plugins we use don’t alter the core Enfold system.

    Will reply once Ive set it up.

    in reply to: Bug:Blog Header hooks no longer working properly #1465255

    See test area showing issue where my two widget areas are both showing on the shop when it only used to show one in the previous enfold version.

    in reply to: Bug:Blog Header hooks no longer working properly #1465254

    Sorry the issue here is the hook above never used to load on shop pages. It now loads on all pages which is causing the button I would normally load on the shop to not work because both filter news and filter products buttons are visible.

    Can we get a new hook that only adds a widget area to the Blog in the same way that the before shop look adds a widget area before the products in the shop?

    This is quite urgent see this post for context: https://kriesi.at/support/topic/hook-to-add-widget-area-above-blog-loop/

    in reply to: Hook to add widget area above blog loop? #1465253

    Hi Guys,

    I need a hook that only loads above the blog.

    The hook suggested loads above all pages.

    can we get a hook for this. Sorry I have just raised a new ticket regarding this.

    The problem is the code above has now started showing on my woocommerce pages as well as the blog. This is new behaviour in version 6.03. So now my filter button on the shop doesnt work because it is also loading the button directly above it taking over the function.

    Hi Gunter,

    Having tried upgrading the site back to PHP 8.1 I can confirm that there does appear to be a compatibility problem with Enfold and 8.1 – The ALB image element displays a blank screen when selected and then the message from my original post flagging a memory limit issue.

    The memory allocated to the site is much larger than the amount it claims it is limited to.

    It appears to be a scalability problem – This particular site has over 130,000 product variations

    Would you like me to create a test area of the site so we can investigate?

    @mike you can now close this issue.

    For any other users of Enfold who use scalability Pro by Super Speedy Plugins / WP Intense:

    To ensure that Enfold thumbnail sizes arent removed please go to Settings > Scalability Pro > Imports > Global Image sizes > Click Enable and then tick all of the boxes to exclude the image sizes from the optimisation settings. Obviously you can tweak this list if you want to disable some of the items.

    You can also use other plugins like Shortpixel Regenerate Thumbnails plugin. We use this because you can quickly add new sizes as well.

    Hi Mike,

    Please can you keep it open for now?

    I am waiting for Super Speedy to confirm a fix so they may have questions to add.

    Hi Mike,

    Thank you for confirming. This has really helped.

    I can confirm the issue is caused by the latest release of Scalability Pro.

    I have raised a ticket on github

    https://github.com/superspeedyplugins/issue-tracker/issues/120

    Thanks Gunter,

    Its a plesk server so we have full control over the server limitations.

    Server is a fully hardware dedicated unit.
    16 core AMD EYPC CPU with 32 threads (VCores) with 128gb of ram and 960gb nvme storage.
    There is plenty of memory/ram available.

    I’ll clone the site and provide access. Please bear with me on this. I’ll get back to you asap. I’ve got a pretty full week this week so might have to do the site clone next week.

    Having done some investigation.

    This problem does not occur in PHP 8.0.
    I downgraded from PHP 8.1

    I need some help investigating this – It appears to be an issue with the ALB image element.

    I dont know why the memory limit is flagging so low when it is set high in php settings.

    This site has more images than any other on the server. It has 116,000 product variations. I have another with 68,000 products that does not have this issue so it appears to be a scalability problem and a memory leak.

    in reply to: Mime type error with Post CSS Files still a problem #1436366

    99% sure I have found the cause of the problem.

    I have not used the additional headers box in plesk apache and nginx settings.
    Instead I have added the nosniff to the nginx, http and https directives.

    I’ll run a test and let you know if doing it this way works properly.

    More annoyed that I have applied this to all of my sites and now will need changing for all….Fun afternoon for me…

    I’ll get back to you once I’ve tested this properly and confirm no issue.

    in reply to: Mime type error with Post CSS Files still a problem #1435365

    Hi Mike,

    Thanks for confirming. I’ll try adding the headers via htaccess instead of php settings in plesk and see if it still occurs.

    Will report back when I get the chance to test this.

    Weird problem!

    in reply to: Mime type error with Post CSS Files still a problem #1435360

    Hi Mike,

    I just want to make sure you have investigated this properly. I am not asking you to use security tools to check the headers.

    To troubleshoot this propery and recreate the issue:

    1 – Enable the post css create file (default settings)
    2 – Ensure NoSniff header is set.
    3 – Log out of wordpress and browse to a few pages to generate the post css files
    4 – Go to a private browsing window and visit those same pages and check the console.
    5 – The problem is immedietely noticable on pages that use a colour section with a background image set. The background image will be missing because the post CSS file is blocked by the no sniff settings.

    This occured on every single Enfold site on my server. So ive got the post css generation turned off on all sites as a workaround.

    Let me know if you follow these steps whether you still see the problem.

    in reply to: Mime type error with Post CSS Files still a problem #1435116

    @Guenni007
    I can confirm that almost 100 enfold sites on my server had the same issue when nosniff was enabled.

    I have since done an emergency setting change to turn off the post css file generation. I already had the code sat there because it makes Enfold work better with Cloudflare/any cdn by inlining the css background images.

    I did make my header changes via Plesk control panel instead of ht.access though. So that could be a contributing factor but unlikely.

    I’ll take a look over your other security settings. Just trying to tighten up a few of my sites security. Thank you for sharing this.

    Thanks Mike,

    I’ve put my current solution on the feature request list in full.

    It will need reworking to be an integrated part of the theme instead of the way I have used widget areas.

    I’ll give this a try but the main issue here is needing to show and hide the filters. So its not just putting them above.

Viewing 30 posts - 31 through 60 (of 433 total)