2nw9w7qb
Forum Replies Created
-
Thanks for the reply! Can you share some example code snippet to put in functions.php ?
Similar question, gtmetrix shows message “unused javascript” on object – https://www.mydomain.com/wp-content/plugins/super-socializer/js/front/combined.js?ver=7.13.30
It is enabled sitewide not only on the pages where plugin is directly used, is there any way to disable it where loading this object is just a waste of time?
I think I figured it out, maybe it can be done in a better way, but here are the references.
1. http://support.heateor.com/how-to-disable-default-comment-form-from-social-commenting/
– here I had to modify li#theChampTabs-1-li{display:none;} to li#theChampTabs-0-li{display:none;}2. https://wordpress.stackexchange.com/questions/170490/how-to-change-you-must-be-logged-in-to-post-a-comment/170492#170492
– here I modified: $fields[‘must_log_in’] = 0;Forum: Plugins
In reply to: [WooCommerce] How to add additional link in breadcrumbsThank you @maykato for the answer, can you please let me know what is the default breadcrumbs behavior for the following example?
https://my-dmomain.com/shop/category-name/product-name
I can see it like this
Home > category-name > product-name
But expected to see this
Home > Shop > category-name > product-name
Thank you