Watch Teller
Forum Replies Created
-
Look like stop working again.
+1 here. You will see lots WooCommerce website BLANK %%ct_<custom-tax-name>%% out there (from thier page sources).
FYI, for product attribute/category/tag should ct_pa_brand, ct_product_cat, ct_product_cat….. But stop working.
I workaround to use %%term_title%% which (if) same as %%ct_<custom-tax-name>%%.
^.^
Depend on theme.
My have jquery 1.11.0 and jquery ui 1.10.4 from google load into my website.
Jquery ui (datepicker, dialog, lots features function) was bundled with jquery/theme, some theme will break without this (info from forum), some website wondering why google libraries never auto bundled (some theme features funtion failed).
Features request:
Hope you turn this jqury ui (from Google cdn too) feature js into this plugin. I tried “jquery ui widget plugin” but not luck or may be duplicate js I have or I lack knowledge of html markup. I plan to use “select menu with dropdown” function. For this jquery ui js we can skip lots pluigns.I never use my theme featured function therefore I deregiter jquery ui (big file size).
Sorry my english
Forum: Plugins
In reply to: [GTM4WP - A Google Tag Manager (GTM) plugin for WordPress] Enhanced EcommerceGreat. +1
Forum: Plugins
In reply to: [BP GTM System] Plugin returning errorsTry http://wordpress.org/plugins/duracelltomi-google-tag-manager/
also for WooCommerce too…Hi,
Thanks reply.
There are 2 Google js loading into website (depend on your theme). I solved to deregister “jquery-ui” only. This in resulted cut down page load from 0.93s to 0.57s and 20%+ page sizes on gtmetrix.
My minify (head) js file sizes cut down 55%+.
^.^
V5.8 to support WC. But tried not luck. Especially hide widget only shop page.
Tried all option.
I still cannot to make it to hide widget in WC Shop Page and shown in Product Category Page?
Resources reference: http://docs.woothemes.com/document/conditional-tags/
Tried Development Version 0.5.8. Not Luck
Tried:
is_page( ‘shop’ ) && is_woocommerce() && !is_shop() AND Is_woocommerce() && !is_shop() (want to not to show in shop page but shown in all product category and tag page.Is it Development Version (svn)????
Forum: Plugins
In reply to: [Widget Logic by Path] Where,I can't find .+1
Just installed both plugins. I only can see widget logic and widget logic by path section box?
Thank yoi reply.
Yes! Work fine if I have product in product category page “/cat/”.
Yes! Only 404’s generated if dont have product in product category page “/cat/”.
But will not 404’s generated if I not checked/enabled the permalink function for /cat/ product category base url if dont have products?
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Dropdown OutputThanks!
Will update you here.
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Dropdown OutputHi Wizzud,
Trying you new code.
$nav_menu = sprintf( $nav_menu, $title );
Warning: sprintf(): Argument number must be greater than zero in /home4/bigbestb/public_html/seo/themes/bazar/functions.php on line 41
My mobile site. For you preview: https://docs.google.com/file/d/0B4Gb-AO3e5BYb1FYNGlwWFlkSTg/edit?usp=drivesdk
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Dropdown OutputWow…Very fast code response. Genuine. …
Reply via mobile.
Refer http://wordpress.org/support/topic/simplest-of-cms-menu-functions?replies=7 if that possible your plugin to build “likely like Amazon Product Filter Menu”?