Kor
Forum Replies Created
-
AuthorPosts
-
Hi Marc,
I’m not sure if I’m getting this. Could you elaborate? Or perhaps provide us a WP admin credentials?
Thanks!
Hi Mike,
Please review https://wpgeodirectory.com/docs/faqs/where-do-i-find-the-change-log-for-a-gd-addon-or-gd-theme/
Thanks
Hi James,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Dotty,
Categories are compulsory for your listings. Please update your listings with categories.
Thanks!
Hi mrv,
You can use custom CSS to achieve that. Do you have a link? I can help with this.
Thanks!
Could you please replace this
/*PHONE LINK ON MOBILE*/ a[href^=”tel”] { color: #fff !important; }with this
@media only screen and (max-width: 500px) { /*PHONE LINK ON MOBILE*/ a[href^=”tel”] { color: #fff !important; } }Then check and see if it works better.
Hi Regina,
With your membership, you can use the licenses on as many websites as you wish. Also, GD supports multisite https://wpgeodirectory.com/docs/multisitenetwork-faqs/
Thanks!
Hi Scott,
Did you insert the code I’ve shared earlier into GD > Design > Scripts > Custom Style CSS?
Thanks!
Hi Caroline,
You can apply some paddings to the GD container. Insert the code below into Gd > Design > Scripts > Custom style CSS
#geodir-wrapper { padding: 0px 50px; }Hi Eberle,
Kindly refer to “Listing General Settings” from this section of the documentation https://wpgeodirectory.com/docs/core-design/#listings and see if it helps.
Thanks!
Hi Chris,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Caroline,
It should be in the Widget page. Locate the widget and increase the amount of listing. If not, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Roseann,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Michael,
you can do that via Place Settings using Fieldsets to group the add listings form fields.
Let us know how it goes,
Thanks
Hi Scott,
Please use this custom CSS code below.
body a[href^="tel"] { color: #000 !important; } -
AuthorPosts