Strong Coffee
Forum Replies Created
-
AuthorPosts
-
Now I’m getting “New user registration disabled” again. We decided to just hide the link for new user registration for now.
Fixed. Thanks.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.But it does change. If you disable the Geodirectory style in the inspect element in Chrome you’ll see it default to:
ul {
list-style: disc;
}and the lists show up just fine after (see screencap attachment).
Also, the css you provided doesn’t work unless I change it to:
.geodir-x .x-2-3 ul {
list-style: disc;
}So I do have it working now but maybe something to look into for the X compatibility pack?
OK. I copied the geodirlocation-en_US.mo and geodirlocation-en_US.po files and moved it to wp-content/languages/geodirlocation then did a find and replace of Region with Mountain Range and saved the file. I cleared my cache and refreshed my page but it still says Region. Can you take a look and make sure I did everything right?
Thanks to both of you! I found the second method works better as the title of the place is missing in the first solution.
Editing the place settings solved most of the issue. The location selector is still showing as region/city though.
This reply has been marked as private.according to the docs the path should’ve been: /wp-content/languages/geodirectory/geodirectory-en_US.mo which is what I have. I changed it to what you mentioned above: wp-content/language/geodirlocation/geodirectory-en_US.mo but still does not work.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I have it placed in my child theme functions.php but no change.
-
AuthorPosts