Kor
Forum Replies Created
-
AuthorPosts
-
Hi Victor,
I’ve just tested your Website and the near me button seems to work fine on my end. Did you disable to location tracking on the browser? Or probably try using another browser and see if it works.
Thanks!
Hi nimeshd,
For security reason, could you please start a new topic regarding this issue? Then on your second reply, please include the WP temp admin credentials using the private reply option so we can take a better look at it.
Thanks!
Hi Vlad,
Please ignore my previous reply. I think I misunderstand your question. To confirm, when a registered user submits a listing, the user can edit the listing without needing to ask the admin. I hope this clears it up. Let us know how it goes.
Thanks!
Hi there,
It depends on how you want to style it. Refer to this documentation that explains how you can use the code inspector to customize the styles to your liking. https://wpgeodirectory.com/docs/customizing-your-style/
If you would like to change the color for all fontawesome icons, use the custom CSS below to target all. Insert into GD > Design > Scripts > Custom Style CSS.
.geodir_more_info i { color:red }
To target individually, use this
.geodir_more_info .fa-ambulance { color:blue; }
Thanks!
This reply has been marked as private.Hi Vlad,
I’ve just discussed your requirement with our developer and what you needed there isn’t something that currently possible to achieve out of the box. This would probably require some customization to the plugin core files which falls outside the scope of what we offer for support. Well, let us know if you need anything further.
Thanks!
Hi Michael,
Kindly refer to this thread as it explains how you can do that. https://wpgeodirectory.com/support/topic/footer-support/
Thanks!
Hi Mabel,
You can try using this plugin called WordPress social login and is compatible with GD. https://wordpress.org/plugins/wordpress-social-login/
Thanks!
Hi Adam,
The custom CSS code below should remove the spacing below the menu. Also, you can always create an empty page and use shortcode to display those sections. You can start from here. https://wpgeodirectory.com/docs/core-shortcodes/
.geodir-category-list-in { margin-top: 0px; }
Thanks!
October 12, 2016 at 9:34 am in reply to: Twice search button display failure after advance search update to 1.4.4 #282015Hi Wci,
I’ve just applied the custom CSS code below into GD > Design > Scripts > Custom Style CSS and it should look nice now. Could you please check on it?
@media only screen and (min-width: 1040px) { .geodir_advance_search.geodir_custom_posts .geodir_full_page .geodir-search .geodir_submit_search { width: 80px; margin: 5px; } .geodir_advance_search.geodir_custom_posts .geodir_full_page .showFilters { width: 80px; margin: 5px 0px 5px; } }
Hi Kelly,
I couldn’t sign up a test account on your Website. Could you probably share a temp WP admin access to your Website so that we could take a better look at it? You can post the details here using the private reply option below. Also, this could be some type of conflict with another plugin, could you try disabling all non-gd plugins and see if it fixes the issue there?
Thanks!
October 12, 2016 at 8:36 am in reply to: WP Multisite – New Vendor listing showing Page Not Found #281945Hi Ellen,
I’d like you to know that GD is compatible with multisites. Do you think you can 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 Christina,
I’d like you to know that you can change those texts using the language file, see https://wpgeodirectory.com/docs/translate-core/
Thanks!
Hi Kim,
I’ve just checked your Website and I’m able to see a console. Looks like a plugin conflict. Could you try deactivating all non-gd plugins and see if it fixes the issue there? Then activate each plugin and see which one is causing the issue.
Thanks!
Hi Kim,
Check out this section of the documentation as it covers this topic. https://wpgeodirectory.com/docs/custom-post-type-shortcodes/
Thanks!
-
AuthorPosts