soldenburg
Forum Replies Created
-
Found the solution. I didn’t tag the property as Format: Numeric.
If anyone else runs into this same problem, please verify that your attributes are set correctly in the developer tab. I feel silly!
As a note, this is the SQL trying to pull the queries from the database:
SELECT post_id FROM wp_postmeta WHERE post_id IN ( 50,57,377,386,389,390,391,392,393,395,396,398,399,400,401,402,404,406,407,408,417,418,419,421,424,426,427,428 ) AND meta_key = ‘price’ AND meta_value LIKE ‘%150000-200000%’How can I change this to be correct? Of course it wont return results if its trying to wrap the entire range in % with a LIKE…
Forum: Fixing WordPress
In reply to: Weird White Screen ProblemUpdated the site url and associated references. The host/database wasn’t actually moved it was just a domain name change.
[Moderator Note: No bumping. If it’s that urgent, please consider hiring someone instead.]
Forum: Networking WordPress
In reply to: Can't login to sub-site dashboards?It was sub-domain. No worries, I actually figured this one out on my own (after many hours of banging my head!)
Turns out we configured the set-up incorrectly somewhere along the line. Deleting the sites, and recreating them and reconfiguring the domains fixed the issue and everything is going smooth now.