Guust
Forum Replies Created
-
AuthorPosts
-
This seems to be specific to your site, the demo does not have that same issue: https://wpgeo.directory/supreme-directory/
It might have to do with how you added those widgets there, it seems you used Visual Composer.
Please post your admin details in a private reply if we need to have a further check for you.You can use a default image: GD > design > Listings tab > Upload listing no image
That will then show unless any image is uploaded to the listing itself.This reply has been marked as private.This is the specifics you are after: https://wpgeodirectory.com/docs/faqs/can-i-change-place-title-and-place-description/
Cheers
Follow the second step firs: add that code snippet to your functions.php file or to be safe, use the code snippets plugin: https://wpgeodirectory.com/docs/useful-plugins/#snippets
Then when inspecting the source of a detail page, you should see the package ID added to the code as shown in step 1.
Now you can hide certain elements on the detail page with using CSS code as explained in step 3.
Please let us know if I need to explain better. In that case, give us a URL and WP admin details and exact details of what you are trying to achieve.
Thanks.
You’re welcome. I’ll set this to resolved.
Thanks.This reply has been marked as private.The earlier code I gave will not work for very small screens of older phones indeed.
So also add something like this:
@media screen and (max-height: 575px){ .gd-captcha {transform:scale(0.8); -webkit-transform:scale(0.8);transform-origin:0 0;-webkit-transform-origin:0 0;} }Adjust the @media screen settings to target the sizes you want.
For example change to (max-width: 480px)
and change 0.8 to 0.6 etc depending on the devices you are targeting.January 3, 2017 at 11:39 pm in reply to: reset (without any reason) of the fields of a Category #336097Please also see https://wpgeodirectory.com/docs/core-place-settings/#multiselect
I have not followed or understood the whole topic here, I just saw Giacomo’s last reply, so I might be completely off-topic.Do not leave spaces between values when separated with commas.
Ignore if irrelevant.
Thanks for letting us know.
You mean Comment Fields?
Please seek assistance at https://wordpress.org/support/plugin/wp-comment-fields
ThanksTry uploading it to the correct folder:
/wp-content/languages/geodirlocation/
not
/wp-content/languages/geodir_location_manager/
see https://wpgeodirectory.com/docs/translating-addons/or you can upload the files to
/wp-content/languages/plugins/
tooStiofan will be checking it later. Thanks for your patience.
If you drop the street number, it should find it:
https://wpgeo.directory/?geodir_search=1&stype=gd_hotel&s=+&snear=California+St%2C+San+Francisco&sgeo_lat=37.7875445&sgeo_lon=-122.44492709999997https://wpgeodirectory.com/requests/
You can just use all the fields, and if they are left blank, they will not show anyway.
-
AuthorPosts