Lakjin
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajaxize] Ajaxize not workingOkay, once I edited out nonce, Ajaxize is working but on my main page only; it shows nothing on product posts (I’m running WooCommerce). Any idea what is up?
Forum: Plugins
In reply to: [WooCommerce] Changing item meta after compeleted saleBy the way, I think the solution to this may be using a different hook. However, I’ve tried multiple hooks like
woocommerce_order_status_completed
andwoocommerce_checkout_update_order_meta
andwoocommerce_checkout_order_processed
but they don’t work. Maybe I’m doing it wrong?Thanks. I’m not sure why I had that enabled.
Forum: Plugins
In reply to: [Auto ThickBox Plus] [Plugin: Auto ThickBox Plus] Does not work with W3TCThanks for all your help but for now I’ve just disabled minify.
Forum: Plugins
In reply to: [Auto ThickBox Plus] [Plugin: Auto ThickBox Plus] Does not work with W3TCWith minify disabled or enabled? Are you excluding the ThickBox JavaScrips from W3TC?
I’ve already looked at the FAQ page. The issue is not solved by any of the suggestions, the issue is minify on W3TC breaking the script.It is actually to just download links and images in old posts — not in pages or posts at all.
Thank you for the reply.
I know for sure it is W3TC. Not only do I not have Addthis installed but I disabled browser cache in W3TC to check and it went away.
Forum: Plugins
In reply to: [Ad Injection] [Plugin: Ad Injection] How to remove ads from WP-Print?Erm, okay. I figured it out after posting. Adding
remove_filter('the_content', 'adinj_content_hook');
before$content = apply_filters('the_content', $content);
in wp-print.php solves the issue.Thanks! I was actually looking for the code for the bottom ad and your advice pointed me in the right direction. ??
Forum: Plugins
In reply to: [Plugin: TinyMCEComments] MCEComments box won’t show for non-adminSeems to be a conflict caused by WP Ajax Edit Comments…
Forum: Fixing WordPress
In reply to: Can’t use “thumbnail, medium, large” for images anymore?Thank you very much. You can delete this thread now – my host was kind enough to help me out.
Forum: Fixing WordPress
In reply to: Can’t use “thumbnail, medium, large” for images anymore?Quoting dd32 from the trac ticket you created:
Chances are, in this case, your new server is lacking GD support.
I realize that. But can anyone tell me how I can add GD support? dd32 says to contact my hosting provider, but is there a way for me to do it myself before I resort to that?
Thanks.
Forum: Fixing WordPress
In reply to: Can’t use “thumbnail, medium, large” for images anymore?*Bump*
Anyone have any clue?
Thanks.
Forum: Plugins
In reply to: [Plugin: @ Reply] Add support for WYSIWYG editors?Iyus,
Thank you! Now if only I can get a hold of the MCEComments author to see why the MCEComments box will only appear for admins on my website, all will be well.
Again thanks for all your support. I am looking forward to being able to use @reply and MCEComments together.
Forum: Plugins
In reply to: [Plugin: @ Reply] Add support for WYSIWYG editors?I also tried the plugin with just inserting the code to make it work with MCEComments and not deleting anything. The plugin works but the window is not re-focused.