Nick Young
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Cart page not working properly with unlogged usersOk good to know, thank you! I disabled the JS stuff because I noticed when the optimizer is activated then jquery is not found. Hopefully there are not too many others that will unknowingly have the issue!
Forum: Plugins
In reply to: [WooCommerce] Cart page not working properly with unlogged usersI had the same issue, thanks for your post. To be even more specific it all started working again when I disabled “Speed Optimizer” by SiteGround.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Still maintained@flexer Apologies that I am just now seeing your message. This plugin was passed to another developer and I am no longer part of the project. Sorry to see that is not being updated now 🙁
Forum: Plugins
In reply to: [WP Store Locator] Custom template won’t loadOh my gosh I am an idiot and I am sorry to waste your time. I just double checked the shortcode on the page and it was using the template attribute. Removed that and we are all good now.
So sorry and thanks for the plugin!
Forum: Plugins
In reply to: [WP Store Locator] Custom template won’t loadOk so it doesn’t work for me on 2.1.10 either I just finished checking.
While I have it installed though I added the code you suggested and got this:
Notice: Undefined variable: template_details in /home/nyoung87/public_html/plugins/wp-content/plugins/wp-store-locator/frontend/class-frontend.php on line 718So I changed it to this:
echo $template_path; exit();And that got me this:
/home/nyoung87/public_html/plugins/wp-content/plugins/wp-store-locator/frontend/templates/store-listings-below.phpSo it is always calling the
belowtemplate it looks like.Forum: Plugins
In reply to: [WP Store Locator] Custom template won’t loadThe line 715 that you linked me to is in version 2.2.10 and I am currently running 2.2.14 so that line is a bit different. I am going to try reverting to 2.2.10 and see if that helps and then report back here.
If not then it looks like the new line would be around 694 in 2.2.14 correct?
Yup that is possible with some filter work. You can see this example here to get started:
https://github.com/moonstonemedia/WP-Simple-Pay-Snippet-Library/blob/master/charge-created.php
The
157is the form ID. You would need to replace this with the actual form ID of your form you want to change. This is the same ID number that shows up in the shortcode you would paste into the page.It does not work like that by default without customization.
Hi,
We don’t include the .pot files anymore because of the changes to translating plugins through WordPress directly. You can check out this page for all the translations and become a contributor if there is not someone for your language.
You may need to contact godaddy to see if they need to exclude the confirmation page from a server side cache.
Hi Matt,
Could you send over your system report so I can check into this?
Thanks!
Hi,
I see the ticket you are talking about. Let’s keep it inside there. I will take over that ticket and respond.
Thanks

