sta777
Forum Replies Created
-
No SMTP plugins.
Forum: Plugins
In reply to: [WooCommerce] wooCommerce search is searching whole site, need products onlySounds like you may have an error in your loop…
Forum: Plugins
In reply to: [WooCommerce] wooCommerce search is searching whole site, need products onlyAre you getting any search results back at all?
Forum: Plugins
In reply to: [WooCommerce] wooCommerce search is searching whole site, need products onlyHave a look at this and see if it helps – https://www.remicorson.com/customize-woocommerce-products-search-form/
??
Forum: Plugins
In reply to: [WooCommerce] wooCommerce search is searching whole site, need products onlyThe code I posted does work and will display “site.com/?s=keyword&post_type=product” in the address bar.
Where are you using the code? Have you copied it in full?
Forum: Plugins
In reply to: [WooCommerce] Price-Appearance ("from") of Variable ProductsThe above didn’t work for me (grabbed the highest price, not the lowest), this does work ?? – https://gerhardpotgieter.com/2014/02/13/woocommerce-2-1-variation-prices-revert-to-2-0-format/
Forum: Plugins
In reply to: [WooCommerce] Price-Appearance ("from") of Variable ProductsForum: Plugins
In reply to: [Download Monitor] SQL query deleting file urlsHahaha not really; end up manually changing the file urls to the new address first, then doing the sql replaces.
Forum: Plugins
In reply to: [WooCommerce] Different Shipping Prices based on quantityThis should do it – https://codecanyon.net/item/woocommerce-ecommerce-bundle-rate-shipping/1429243
Forum: Plugins
In reply to: [WooCommerce] wooCommerce search is searching whole site, need products onlyTry this:
<form action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get"> <input name="s" type="text" value="Enter product name..." onblur="this.value = this.value || this.defaultValue;" onfocus="this.value = '';" /> <input type="submit" value="Search" /> <input type="hidden" name="post_type" value="product" /> </form>
Forum: Plugins
In reply to: [Broadcast] Broadcasted items not visibleFixed by plugin author in v1.25 – https://github.com/the-plainview/threewp_broadcast/issues/15
Forum: Plugins
In reply to: [Broadcast] Turn off/disable ThreeWP Broadcast in sub-sitesApologies for any confusion – The plugin works great and does exactly what I require – I was only interested in not having it displayed on sub-sites as I only wanted to broadcast from the main root site, (hiding the functionality from lower level users also does the job, thanks @kennibc).
Forum: Plugins
In reply to: [Broadcast] Turn off/disable ThreeWP Broadcast in sub-sitesHaha cheers : )
Forum: Plugins
In reply to: [Broadcast] Custom Post types form brokenBrilliant thanks : )
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Exporting PODs settings/setupBrilliant thanks!