freewolli
Forum Replies Created
-
Forum: Plugins
In reply to: [Rename Media Files: Improve Your WordPress SEO] Plugin is not activatedUnfortunately I have updated to 2.02 and its not working due to an error ??
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Review Description Tabs not working.Did not read the night message – thanks, is a better solution not to remove everything, just change the return true.
Great!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Review Description Tabs not working.I changed the code in Divi’s custom.js and removed the following:
$( 'a[href*=#]:not([href=#])' ).click( function() { if ( $(this).closest( '.woocommerce-tabs' ).length && $(this).closest( '.tabs' ).length ) { return false; } if ( location.pathname.replace( /^\//,'' ) == this.pathname.replace( /^\//,'' ) && location.hostname == this.hostname ) { var target = $( this.hash ); target = target.length ? target : $( '[name=' + this.hash.slice(1) +']' ); if ( target.length ) { et_pb_smooth_scroll( target, false, 800 ); if ( ! $( '#main-header' ).hasClass( 'et-fixed-header' ) && $( 'body' ).hasClass( 'et_fixed_nav' ) && $( window ).width() > 980 ) { setTimeout(function(){ et_pb_smooth_scroll( target, false, 40, 'linear' ); }, 780 ); } return false; } } });
In my Divi custom.js the code to remove starts at line 3408. Did not find other problems after removing the code (right now ;-)).
Good Luck!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Review Description Tabs not working.Works perfect – thank you so much!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Review Description Tabs not working.Same problem on all pages where we updated ??
WP 4.2.4, Divi Theme, WooCommerce 4.2.1
Hi – this is also very urgent for us. We need to exclude the landing page from caching. We tried the “exactly match” option on the following string “www.b83.at” but it does not work.
No, please [!] how can we exclude the basic homepage / landingpage from caching since its not defined as some sort of subdirectory?
Wordfence displays:
Cache Exclusions
If the URL equals (without quotes): “www.b83.at” then don’t cache it.Example: https://www.b83.at
Thank you for your help!