engineroom
Forum Replies Created
-
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Breaking CarouselAny news, sorry to keep chasing. @duracelltomi
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Breaking CarouselHi @duracelltomi,
Do you think this change will be integrated into the core code with an up and coming release?
Thanks,
JoeForum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Breaking CarouselAny news on this?
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Breaking CarouselHi Thomas,
Does the latest version include a fix for this issue? Didn’t want to upload and delete my hardcoded fix ??
Thanks,
JoeForum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Breaking CarouselYou don’t want my terrible coding in there, I think it best to leave it to you. ??
Thanks for the update.
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Breaking CarouselHi Thomas,
Did a check and it looks like it is working fine:
Any ideas when this change would be pushed live? ??
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Breaking CarouselDamn, I have altered line #1261 of “integration/woocommerce.php” to the below:
add_action( 'woocommerce_after_shop_loop_item_title', 'gtm4wp_woocommerce_after_shop_loop_item' );
And this has solved the problem.
Is this valid and can I alter the action via a child theme somehow?
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Breaking CarouselThe element that is being added is being treated by Owl Carousel as a new slide as shown in the source code here – https://i.imgur.com/FOhdzJY.png
Can’t get rid of this with CSS as the slides are created with the JS when the page loads.
Hi there,
We are having the same problem. Is there a way to alter the below, without editing the core plugin code:
add_action( ‘woocommerce_before_shop_loop_item’, ‘gtm4wp_woocommerce_before_shop_loop_item’ );
Need to alter it to:
add_action( ‘woocommerce_before_shop_loop_item_title’, ‘gtm4wp_woocommerce_before_shop_loop_item’ );
Assume this will still allow the tracking to work?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Dashes in SKUAh, thank you so much. Sorted it. I had the below functions in place to try and get round the issue:
/** * Relavanssi update to ensure dashes are included in the searches */ add_filter('relevanssi_remove_punctuation', 'savedashes_1', 9); function savedashes_1($a) { $a = str_replace('‐', 'DASH', $a); $a = str_replace('-', 'DASH', $a); return $a; } add_filter('relevanssi_remove_punctuation', 'savedashes_2', 11); function savedashes_2($a) { $a = str_replace('DASH', '-', $a); return $a; }
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Dashes in SKUThere are in 181 entries under the
doc
6071. Is this normal?- This reply was modified 5 years ago by engineroom.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Dashes in SKUThe
term
column is stored as “smu6083-1-1” and “smu6083”.Here is a screenshot – https://prnt.sc/pt54pu
Any ideas ??
- This reply was modified 5 years ago by engineroom.
Forum: Plugins
In reply to: [WooCommerce] Reports Not Working – Older OrdersForum: Plugins
In reply to: [Yoast SEO] Custom Post Type – Archive Title and Meta DescriptionPerfect, thank you. Not sure how I missed that. Thanks again for all the help with this one.
Forum: Plugins
In reply to: [Yoast SEO] Custom Post Type – Archive Title and Meta DescriptionWe have that setting enabled and we have the archive page available. We are just unable to set the meta title or description of this page anywhere.
Thanks,
Joe