Bill Karkavos
Forum Replies Created
-
Hello @johndcoy,
thank you for your reply.
The thing is that I wanted a solution without dealing with sorting in GA
Actually I have added the following snippet – and this seemed to do the trick – as now product titles in GA do not include size attributes
/** * Removes all WooCommerce product attributes from product name in vars */ add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
Do you find anything wrong in using this?
Thank you!
Best,
Bill
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Update not workingupdate or installation of 1.3.8 is not working
- This reply was modified 7 years ago by Bill Karkavos.
Forum: Plugins
In reply to: [WooCommerce] Removing attributes in product titleUpdate >
Hey all,
I ve added the following
function custom_woocommerce_is_attribute_in_product_name( ) { return false; } add_filter( 'woocommerce_is_attribute_in_product_name', 'custom_woocommerce_is_attribute_in_product_name' );
https://gist.github.com/madeincosmos/eab163f60d3ea84ea8660aa6a014c14d
but this does not seem to resolve this.
Any suggestions would be appreciated.
Please let me know!
Best,
Bill
- This reply was modified 7 years ago by Bill Karkavos.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Plugin no longer supported, what now?Forum: Plugins
In reply to: [SSH SFTP Updater Support] Installed Plugin – Still Can’t Connect via SFTPI also have the same issue – have you tried opening a ticket with Woo?
Any updates here will be really helpful!
btw – this plugin seems to not be maintained anymore.
Thanks!
Forum: Reviews
In reply to: [Hide Related Products in WooCommerce] Woo 3.0Forum: Plugins
In reply to: [BuddyPress Member Type Generator] login redirect by member typeI also have this question
or can members select which type member they belong to
in the register form?
Thank you in advance!
Best,
Bill
Forum: Plugins
In reply to: [WooCommerce] Hide out of stock variations when filteringForum: Plugins
In reply to: [Google Analytics for WooCommerce] No HTTP response detectedActually I found that by disabling the Enhanced eCommerce option
Google Tag Assistant returns that the GA script has no errors (green)When I enable again Enhanced eCommerce then again the
“No HTTP response detected” appears- This reply was modified 8 years, 3 months ago by Bill Karkavos.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] No HTTP response detectedSame issue here with WP 4.7 and WC 2.6.8
Have de-activated and deleted the plugin and loaded it up / activate it again – this was not fixed
also Google docu is a bit vague regarding this error >
https://support.google.com/tagassistant/answer/3059154#http_responseAny suggestions?
Forum: Plugins
In reply to: [Yoast SEO] Yoast tools, xml site map, file editor not showingThank you @amboutwe for letting me know – appreciated!
Found the solution >
Please add the following code in custom JS section as shown in link below:
https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/
jQuery(‘body’).on(‘click’, ‘.pum-trigger’, function() {
jQuery(‘.pum-container’).trigger(‘resize’);
});
WP 4.6.1
Rev Slider 5.3.0.2
Popup Maker 1.4.20Forum: Plugins
In reply to: [Zendesk Chat] hide chat for mobileA bit frustrated with this –
I’ve been talking to the chat and they suggested that I delete the plugin and implement the chat manually in WP
adding the following in footer or header
https://chat.zendesk.com/hc/en-us/articles/212017088-Hiding-the-widget-on-mobile-devices-via-API
Has anybody done this successfully?
Thanks in advance for your help!
Forum: Plugins
In reply to: [Zendesk Chat] hide chat for mobileit would be good to have the solution here as I am also searching for this – Thanks