ghuger
Forum Replies Created
-
Forum: Plugins
In reply to: [Curbside Pickup] Curbside Details Showing on Non-Curbside OrdersHi @chumidor –
This issue has been fixed in the most recent release. I sent you an email as well.
Thank you again, and please let us know if you run into any other issues we can help with.
All the best,
GeorgeForum: Plugins
In reply to: [Curbside Pickup] Curbside Details Showing on Non-Curbside OrdersHi chumidor –
Yikes! I’d be glad to help you with this issue. I will test this today, and should have a fix for you soon.
We’ve been trying to reach you by email for over a week – can you check your spam folder for me? After our initial conversation I think we’ve lost the connection.
Thanks so much for trying out our plugin! I’m excited to get it working perfectly for you.
Regards,
GeorgeForum: Reviews
In reply to: [Curbside Pickup] Some problemsHey cleveland99,
This bug is fixed in version 1.5, which we’ll be releasing shortly. Thanks again for the report, and let me know if this doesn’t address your issue or if you have other suggestions.
Thanks again,
GeorgeForum: Reviews
In reply to: [Curbside Pickup] Some problemsHi cleveland99,
It looks like you’re right – when you check out and all the timeslots today have passed, you still see “Today” in the first drop down menu and no available timeslots in the second menu for just a moment, until the options are refreshed by the Javascript and it goes away.
I’ll see if we can make an update so that “Today” option isn’t shown at all if all the timeslots today have already passed. I agree that could be confusing.
Thanks for the feedback!
Best,
GeorgeForum: Fixing WordPress
In reply to: cURL error 6: Could not resolve hostHey bud, I had this same issue and just fixed it. Also on Linode, running Ubuntu.
It looks like its a DNS issue. I guess theLinode’s in-house DNS servers are having an issue? Its out of my depth, to be honest. You can get running again by using a public DNS instead (e.g., Google’s).
You can confirm you have a DNS issue by running this test script:
http://stackoverflow.com/a/1341688
If indeed this is a DNS issue, you should get a similar error as you’re seeing from WordPress (curl error 6, can’t resolve hostname).
To fix, login via SSH and edit /etc/resolv.conf:
nano /etc/resolv.conf
Comment out the existing nameserver lines (add a # to the front), and add in Google’s DNS servers instead.
Here’s how my /etc/resolv.conf file looks now:
nameserver 8.8.8.8
nameserver 8.8.4.4
#nameserver 196.126.127.5
#nameserver 196.158.107.5
#nameserver 196.158.111.5There could be other lines in the file (there are in mine) – just leave them alone.
Restart apache (or nginx) after making the change:
service apache2 restart
That should do it!
I hope this helps you. We’ve been trying to figure this out all day.
Cheers,
GeorgeForum: Plugins
In reply to: [Staff Directory Plugin: Company Directory] Custom template not detectedHi Wendy!
Although we are not usually able to monitor these forums for support questions, this is a great question and I suspect others will want to know. I’ve emailed you as well with the same information.
Yes: the template files must have a specific name, and they need to be in the root folder of your theme.
For example, if you wanted to customize the single-staff-member-content.php template, you would:
1) Navigate to /wp-content/plugins/staff-directory-pro/templates/, and save a copy of single-staff-member-content.php
2) Modify this copy of single-staff-member-content.php however you like
3) Upload your modified copy of single-staff-member-content.php to the *root folder* of your theme. For example, with the twentyfifteen theme, your customized template file would live at /wp-content/themes/twentyfifteen/single-staff-member-content.php
Its important that you place the modified template inside of the root folder of your theme – we will not be able to detect it from any other location. This could be confusing, because in our plugin the templates all live in the “templates” folder, whereas in your theme they need to be in the theme’s root folder.
I hope that helps!
All the best,
GeorgeHere is the code in question, Kenny:
http://pastie.org/private/r9nfst961rnojime1yb8bg
Please remove it.