Martin
Forum Replies Created
-
Umm, I bought the Pro but don’t see anything to do with Star Ratings – have I got a wrong version?
I bought the Pro version just minutes ago anyway.
Would love to see bbPress functionality (Topics anyway) even if I need to add something to a template somewhere.Forum: Plugins
In reply to: [WooCommerce] Add to cart not showing for variable productHere’s the fix for my theme … until it gets fixed in the plugin itself …
Add this to your functions script:
function fix_woo_var_cart() { wp_enqueue_script('add-to-cart-variation', '/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js',array('jquery'),'1.0',true); } add_action('wp_enqueue_scripts','fix_woo_var_cart');That’s my crude code taken from another forum thread but it works fine.
Forum: Plugins
In reply to: [Custom Permalinks] 404 Error – potentially caused by revisionsGreat spotting @eserrano
Not that I saw any errors of the kind you mention but this one site that is only really different to others, is running this plugin and has only recently been displaying some weird stuff like 500 errors only on the Admin Front Page.
There also seems to be some deprecated code about User Roles in the plugin as well. Sounds like the plugin needs a new maintainer since the author appears to be unable to devote time to it.
Thanks again for the catch and it also seems like the site is running/loading a little faster too.
Ouch. Sorry about that for you then. Guess you’re still stuck with Smush.it then 🙁
You are trying the latest version, aren’t you, @flapane?
I wasn’t able to use the plugin previously and now I am and I’m on shared hosting with Hostgator.
To be honest, give up on Yahoo’s Smushit and check our EWWW Optimiser at http://wordpress.org/extend/plugins/ewww-image-optimizer/
It’s great now that it works on shared and doesn’t require any external services. All my sites now run it and its seamless too.Forum: Plugins
In reply to: [EWWW Image Optimizer] Bulk Optimise not workingAnd it would be a great addition to be able to have the Bulk Optimise option inside each Gallery too – i.e. be able to just optimise a gallery at a time
Forum: Plugins
In reply to: [EWWW Image Optimizer] Bulk Optimise not workingBrilliant. and works wonderfully on my WP images
One thing is the same blank page behaviour is showing on the Bulk Optimise screen for NextGen Gallery.
Is the fix required for NxtGen as well?Forum: Plugins
In reply to: [EWWW Image Optimizer] Bulk Optimise not workingHehe I was just uploading a video demonstrating the issue when you replied above.
Good it’s not just me then.
Appreciate your work – great plugin!Forum: Plugins
In reply to: [Media Rename] Library possible?Sweet, goes nicely with http://wordpress.org/extend/plugins/media-library-alt-fields/
You guys should merge together 🙂Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Set up exclusion by code?I’ve also been chatting the the developer of OIO Publisher.
While he can give me assistance in hacking some code to then hack your plugin’s database, he suggested the following as a much more elegant solution:
A cleaner solution, if the other plugin supports it, would be to exclude links based on criteria such as whether a specific class appears on the link. If it doesn’t support that kind of exclusion, it might be worth putting in a request for it.
For example, I could easily stick class=”oio-link” on to all links generated by OIO, which the plugin could then exclude.
Is this a possibility that WP External Links can simply ignore / bypass links that have a particularly configured class?
Forum: Fixing WordPress
In reply to: Widgets seem stuckYou aren’t running WangGuard, by any chance?
It’s got some bad JS that borked widgets in all my sites. They are working on it but once I disabled it and cleared caches, all was fine.Forum: Fixing WordPress
In reply to: upgrade to 3.5 disabled editing features–NOT WORKINGAnd to add to it all, it appears WangGuard is causing some serious JS errors – borks the drag/drop and menu screw ups in the Dashboard for all my sites. They apparently know about it.
I’ve seen this in action with another plugin and it works great.
Within the loop back to the site, light box PopUp saying ‘Just one more step to go, please fill in this one time only email address and this process is forever complete’.Filled in, job done, email address in place.