Zach Wills
Forum Replies Created
-
Forum: Reviews
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Print contentHey laurafr75,
I’m not sure I understand the question. Can you try to provide more details about what you’re looking for?
Regards,
Zach
- This reply was modified 9 years, 2 months ago by Zach Wills.
Hey zonebattler,
Performing a rollback would work as a temporary solution for the problem. Sorry for the inconvenience this bug has caused you. We are working on this and hope to have release with the fix out this week.
Regards,
Zach
Hey solarman2-
I’m sorry that the hamburger menu on your site isn’t responsive on the latest version of the plugin. We are looking into this issue and hope to have a fix out in a new release in a few days.
Thank you for helping to make WPtouch better by reporting this issue!
Regards,
ZachHey Nicos,
Thanks for reporting this issue. I’ve logged it in our internal bug tracker so we will be sure to get it fixed in an upcoming release.
Forum: Plugins
In reply to: [Tracking Code Manager] Conflict with WoocommerceHey IntellyWP,
If you look at the v1.11 code on SVN you’ll see the issue within this file: https://plugins.svn.wordpress.org/tracking-code-manager/trunk/includes/classes/utils/Ecommerce.php
I’m not sure what you mean by ‘it seem an internal issue of code’, but after finding the aforementioned hook and removing it the issue described in this ticket is resolved.
Forum: Plugins
In reply to: [Tracking Code Manager] Conflict with WoocommerceUntil the primary plugin is updated by the developer, you can fix this by reverting to the previous version
1.10.12. I threw the zip for that version here since I didn’t see it in the SVN downloads area for the plugin: https://cloudup.com/cd9GEyJp6TSForum: Plugins
In reply to: [Tracking Code Manager] Conflict with WoocommerceThe issue is within
includes/utils/Ecommerce.phpon line 108 (function wooCommerceThankYou).It breaks the order page because that function is being used as the callback for the
woocommerce_thankyou_order_idhook which is supposed to be used to filter the order ID, but it doesn’t actually return anything (which ends with the order ID being set to null).I think this was accidentally added as the function is also used during as the callback for this action
woocommerce_thankyou, which makes more sense given what the function is doing.Forum: Plugins
In reply to: [Menu Section Titles] Plugin adding extra doctype, html and body tagsHey Robin,
Thanks for your input! I’ll check out that PR later today and try to get it merged / deployed soon. Appreciate you figuring this out for everyone 🙂
Forum: Plugins
In reply to: [Menu Section Titles] Plugin adding extra doctype, html and body tagshommealone,
I’m glad you were able to get something up and running. Thanks for using the plugin (albeit for a short time)!
Good luck with your site 🙂
Forum: Plugins
In reply to: [Menu Section Titles] Plugin adding extra doctype, html and body tagsHey hommealone
Glad you like the plugin! Sorry to hear that you are having issues. The plugin shouldn’t be adding any markup to your site beyond adding the
h4that you asked it to when you set the custom link.Here is what the HTML looks like on a menu item with the plugin enabled:
http://postimg.org/image/j6pwppvnf/Here is what it looks like with the plugin disabled:
http://postimg.org/image/w2szyzgvd/Do you know what version of PHP you are running? Maybe the issue has to do with a version I haven’t tested with? The screenshots are from my local running PHP 5.5.9.
Forum: Plugins
In reply to: [Menu Section Titles] WP 4.4 compatable?Hey hommealone,
I just tested it locally and it does work with 4.4.
The plugin adds no extra screens or anything like that- if you take a look at this screenshot: https://ps.w.org/menu-section-titles/assets/screenshot-1.jpg?rev=953864 it might help you understand how the plugin works.
Basically you create a section title by adding a custom link and setting the URL to
#(h2)or something, and then it takes what you put and wraps the label for that menu item with that tag (in the current example that would be an <h2> tag).Let me know if you have any further questions!
Forum: Plugins
In reply to: [Menu Section Titles] Getting an errorHey Hannah,
First off let me apologize for not replying to this sooner: I didn’t realize that I needed to subscribe to my own plugins to enable notifications. Since I wasn’t subscribed, I didn’t get an email notification that there was a new support thread.
I can definitely take a look and see what I can find. Are you still running into this issue?
Forum: Plugins
In reply to: [WP Crontrol] 'Run Now' only working the first time the cron is set upI can confirm I have the same issue of the ‘Run Now’ not working- although I don’t remember if it did work the first time I ran it.
I’m getting the same error as well. Looks like we might have to turn to Akismet.. if I change spam plugins, do you think I will lose all the current comments in the Defensio queue? I don’t think my client would want to lose all of his comments!