stinkysGTI
Forum Replies Created
-
Hello @belimperial,
That resolved it, thank you for a quick and helpful response!
Same thing is happening to me too. Do we need to call it in the template?
Forum: Developing with WordPress
In reply to: Database INSERT not workingI ended up just separating them out and it works. Not as pretty or efficient, but it works
Forum: Developing with WordPress
In reply to: Database INSERT not workingI turned on debugging and fixed a couple of unrelated errors, but ultimately nothing changed. It’s as if the
if($key[1] === 'url')
condition is returning false for some reason which is weird because the previous one,if($key[1] === 'text')
, works just fine.I tried switching it to just a generic
else
with no condition and it still isn’t working.Forum: Fixing WordPress
In reply to: Unwanted # is being added to urlsThank you for the response. I actually figured it out this morning, but couldn’t figure out how to delete my post.
There was an htaccess file one level up (since it’s a subdomain on a godaddy server) that was causing it. I just made the redirects more specific and now it works fine.
Very odd. It was just the one location out of 33 that did that and I copied and pasted the addresses. Maybe what I copied it from had a typo.
Well, it’s fixed now either way.
Thank you for following up.
I went ahead and manually changed the lat/long values in the database and that fixed it. For some reason the address was displayed correctly, but when it saved the location it calculated the coordinates incorrectly.
The address is:
6481 W Main Street
Houma, LA 70360But it was appearing two states away in Alabama.
The similar/nearby address is:
836 Grand Caillou Rd. Ste. 2
Houma, LA 70363It can be viewed here: https://abcautoinsurance.com/test/
As I said before though, I fixed it by going into the database. I just still wanted to follow up and show you the address in case it was something about it that was causing it.
Unrelated, is there a way to order the initial view alphabetically?
Forum: Plugins
In reply to: [Slideshow Gallery LITE] Adding Multiple Slides not workingI’m having the same issue. I select all the ones I want to add, click “Select Images as Slides” and the media upload window closes, but nothing actually gets added. I was able to add 1, by selecting only that one. It worked even though there was a bunch of output code on the page for a second. Still can’t get it to add any others though.
WP: 4.1.1
Gallery: 1.5.3