Chris McCoy
Forum Replies Created
-
i also get this error, trying to change the number of characters the slug can be, gives me same error, and wont save the new value
Forum: Plugins
In reply to: [WooCommerce] Deleting Categories via SQL?Remember to backup your database before you do any sql modifications.
I have tested with my own woocommerce site, to remove categories with no products in it.
DELETE a,c FROM wp_terms AS a LEFT JOIN wp_term_taxonomy AS c ON a.term_id = c.term_id LEFT JOIN wp_term_relationships AS b ON b.term_taxonomy_id = c.term_taxonomy_id WHERE c.taxonomy = 'product_cat' AND c.COUNT = 0;
no that is all, i just found it handy, instead of going to the envira each time, since each of my posts has a gallery, having at the post screen made it easy.
i actually figured it out, the custom command im using if anyone else is in need.
"columnDefs": [ { "data": "price", "targets":[2], "render": function ( data, type, full) { return '<span>$</span><span>' + data + '</span>'; }, } ]
Forum: Plugins
In reply to: Carbon Fields Rich Text broken in WP 3.9what is the url for carbon fields to download latest ?
ive avoided this plugin ever since i paid money for the plugin when it was commercial, which was a total waste since its now free.
when you activate the plugin it makes every post an aside, so when its deactivated they are still aside(s). so that makes the post have no titles, you will have to bulk edit all your posts and change the post format back to standard.
Forum: Plugins
In reply to: [Attachments] Attachments Pro unavailable?yes that does ??
never had an issue with front end pro myself, great job on both, nice to see you integrating with the new 3.5 media manager, not a lot of plugins do this, good example to dig through on how to do it.
thanks for clearing that up.
happy new year.
Forum: Plugins
In reply to: [Attachments] Attachments Pro unavailable?i bought the pro version as well as front end upload pro, will these not be updated anymore?
and if not, will the attachments and front end upload on wp.org have the pro features?
Forum: Plugins
In reply to: [VideoPress] VideoPress Login screen not appearing?login is fixed, but the insert into post doesnt work still.
Forum: Plugins
In reply to: [VideoPress] VideoPress Login screen not appearing?ive experienced this as well. also when trying to insert into post i get this error
TypeError: Property ‘send_to_editor’ of object [object Window] is not a function [https://christophermccoy.wordpress.com/wp-admin/media-upload.php?type=video&tab=library&post_id=0&video_plugin=1:4]
you can still copy and paste the shortcode.
i will be looking into this, the plugin is being recoded from scratch, so i can take all the issues reported into account.
thanks for making a post, this will help me when i recode this plugin.
Forum: Fixing WordPress
In reply to: bulk add categoriesso wont be ready until 2012?
must be adding a lot of stuff
Forum: Fixing WordPress
In reply to: Fatal Errorwill be fixing this
Forum: Plugins
In reply to: [Youtube with Style] [Plugin: Youtube with Style] Using The Galleryi will be going through the code this weekend to fix any issues, i have a big list on what to fix.