Guust
Forum Replies Created
-
AuthorPosts
-
June 3, 2018 at 1:24 am in reply to: Generate API Key – Must be logged in to your Google Account #433298
You’re welcome 🙂
June 3, 2018 at 12:50 am in reply to: Near Me search – user position does not change on new search #433294I’ll get the developers to have a look at your question after the weekend. Thanks
You can add this code snippet to remove the website field:
function my_disable_comment_url($fields) { unset($fields['url']); return $fields; } add_filter('comment_form_default_fields','my_disable_comment_url');Thanks
WP Settings > Discussion > Other comment settings > Users must be registered and logged in to comment > YES
Thanks
That really depends which “Place” you are talking about.
Can you give more info, and include a URL.
ThanksJune 2, 2018 at 11:11 pm in reply to: Drop-down Tab Menu in details page not working (not clickable) #433283I cannot recreate that on my test site.
Please post your URL and WP admin details in a private reply so we can check this. Make sure to include the URL of that page you posted a screenshot of too.
Thanks
Try this CSS, adjust as required:
.geodir-content p {font-size: 16px;}This article explains how to find the CSS code easily yourself: https://wpgeodirectory.com/docs/customizing-your-style/
Images cannot be inspected for code, always post URLs too.
If we need to log in to your site, you will need to add your WP admin details to the new topic you post, we cannot go and look for other topics you posted.
Thanks
Just correcting Kor’s advice partly:
Can I set a black/white google map?
Yes, you can, with https://wpgeodirectory.com/downloads/custom-google-maps/Thanks
GD > General > Max upload file size(in mb)
https://wpgeodirectory.com/docs/core-general/#generalThanks
We have answered this at https://wpgeodirectory.com/support/topic/problem-payapal/#post-433258
Thanks
Have a look in the admin sidebar. Thanks.
The category can be added to a detail page, by adding the custom field “categories” to the detail page sidebar. The category is also listed there by default.
The custom post type is also printed by default on the detail page.
See the image for the default CPT and category display on a detail page.Thanks
Please post your WP admin details in a private reply so we can check your settings. Thanks
Please review https://wpgeodirectory.com/docs/geo-travel-genesis-child-theme-overview/
Thanks
June 2, 2018 at 10:39 pm in reply to: Photos in detail page do not give the option for go forward or backwards. #433266That screenshot I posted is from your website.
And so is this one, you can see the hover.
I have tried Firefox, Chrome and IE.
It looks like you right clicked instead of just clicked? -
AuthorPosts