Tarnya Burge
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Responsive for Youtube] iphone 6 Video is brokenYes I do. Screenshot here http://puu.sh/rDn4l/fe60459fc0.jpg
Forum: Plugins
In reply to: Admin new order allows out of stock productsI wonder if this would be helpful https://codecanyon.net/item/shop-as-customer-for-woocommerce/7043722
then you should easily see whether item is out of stock.Forum: Plugins
In reply to: Woocommerce Plugin for Mail Order BusinessI have used the following plugin on multiple site for printing invoices, it is easy to customize
https://woocommerce.com/products/print-invoices-packing-lists/
This plugin offers partial orders – although I have no experience with it.
https://codecanyon.net/item/woocommerce-partial-orders/5808497
This plugin looks good for the back orders
https://codecanyon.net/item/woocommerce-availability-notifications/8422290
again I have no experience with it but the ratings on both are good.I think it would be some custom coding to create a purchase order on reaching some kind of stock threshold. At present woocommerce has the functionality where you can receive an email alert when that is reached but it doesn’t generate a purchase order
That is what wordpress mu sitewide tags plugin does.
Here is an example with posts http://elevatecdt.org.nz/tags/tag/news-2/
it pulls the events from all the local groups on to one site and when you click on it, you land on the site within the network. Just need to it work with CPT instead of standard posts for your example.I have used the https://ww.wp.xz.cn/support/plugin/wordpress-mu-sitewide-tags to pull all the posts from all the sites on a multisite. Since products with woocommerce are a CPT I am wondering if this support thread which looks at pulling CPT with the above plugin would work.
https://ww.wp.xz.cn/support/topic/plugin-wordpress-mu-sitewide-tags-pages-grabbing-custom-post-type-posts. Sorry I have not done this myself but would be very interested if this provides a solution.Forum: Plugins
In reply to: [Table Maker] how to import csv file and make it a rable on siteThanks for your plugin. The styling is very good π I am getting Can’t open file: . Error: 0. when I try to create a new table and my file is in csv format.
Wonderful! Thank you so much.
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Content Jumping when Tabby Tab first loadshttps://dev-uletters.com/samples/ (I will take down the maintenance plugin for a while as this is a development not public site)
Forum: Plugins
In reply to: [AdRotate Banner Manager] [Plugin: AdRotate] Adrotate and Responsive DesignAdRotate WordPress Plugin making mobile responsive I wrote a post about how I made the advert blocks mobile responsive in the sidebar.
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Shortcode?Hi ti2m thank you so much! Have you got a donate button on your blog somewhere?
Hi Stephen we will need the update to the plugin which ti2m has added but is not showing yet on the wordpress plugin page yet. The current version is still the one we have 0.3. We will need to wait for 0.4 or 0.3.1 – the update might have to reviewed I guess and might take some time.
Forum: Plugins
In reply to: [Edge Suite] [Plugin: Edge Suite] Shortcode?I would love it the shortcode would also work in a widget? And one of the attributes of the shortcode would be the id number of the Adobe Edge composition.
Forum: Fixing WordPress
In reply to: Visual Editor is no longer workingI have a new site in 2.8 no visual editor
I added
define( ‘CONCATENATE_SCRIPTS’, false ); in my wp-config.php file
and the visual editor is back Hurrah Hurrah
Thank you