Guust
Forum Replies Created
-
AuthorPosts
-
The map is adjusted in the widget. That is the GD Home Map widget in the GD Home section.
Here is the documentation for that map widget: https://wpgeodirectory.com/docs/widgets/#homepage.January 8, 2017 at 4:50 am in reply to: Any way to remove pinpoint and review stars but for a particular CPT #338655I cannot see favorites or review links on the listings page for /project-proposal/
I guess you fixed it already?Please provide URLs if there is still anything to be looked at. Thanks
Hi Anthony, everything you describe is how it works by default.
Just walk through the setup explained here, and ask when you get stuck:
https://wpgeodirectory.com/docs/basic-installation/ [ignore the video – it is a bit old].Whoop can have large maps too, it’s all done with widgets, see https://wpgeodirectory.com/docs/layout/
Thanks
Not happening for me at all – tried 3 browsers.
That suggests you have redirection set and you are not waiting for the page to complete its actions.
Clear all cookies and geolocation settings from your browser and see if it persists.
https://wpgeodirectory.com/docs/faqs/how-can-i-clear-geo-location-settings/You need to set your maps to autozoom.
That link to https://www.blogcatalog.com/ must be there as a widget or because you added that content to the GD Home page.
If we need to have a look, add your URL and WP admin details in a private reply.
ThanksTo modify the footer credits, you will need to open the file functions.php of the child theme and modify the function that creates them:
//* Add My Custom Footer Links add_filter('genesis_footer_creds_text', 'custom_footer_creds_text'); function custom_footer_creds_text($creds) { $creds = '[footer_copyright] ' . get_bloginfo('name') . ' • <a href="https://wpgeodirectory.com/">WordPress Directory Theme</a> by <a href="https://wpgeodirectory.com/">GeoDirectory</a>'; return $creds; }Have you tried using the WP database format as in the post_date column? As in 2030-12-31?
You’re welcome 🙂
Do not enter any data for lat and lng.
If we need to have a look, add your URL and WP admin details in a private reply and the details of the location you are trying to set.
ThanksJanuary 8, 2017 at 1:12 am in reply to: Any way to remove pinpoint and review stars but for a particular CPT #338631Can you be more specific?
Where do you want to remove what?
So you only want the favorite icon and review icons removed from the search result page, but not from the Listings or Detail pages?Thanks for letting us know.
With the Franchise Manager, they are all different listings, they are just connected to each other.
So each franchise can have its own title, description, photos, reviews, etc.
And therefore will have different meta titles and descriptions.This is a good source too: https://wpgeodirectory.com/docs/searching-and-browsing
You are using the same slug for a few different things: a page and the listing prefix.
Also, if you create a WP page as your site’s homepage, you need to use the /location/page of the start page of the directory, see https://wpgeodirectory.com/docs/basic-installation/#homeThis is your search page: http://185.116.213.24/~ivca/?geodir_search=1&stype=gd_place&s=+&sgd_placecategory%5B%5D=&snear=&sgeo_lat=&sgeo_lon=
This a listings page: http://185.116.213.24/~ivca/global-search/
You have changed one of the core files to hide the extra output. In /wp-content/plugins/geodirectory/geodirectory-assets/css/style.scss this is the correct CSS:
.geodir_category_list_view li.geodir-gridview .geodir-content .geodir-entry-content { display: block; }It has been changed to
display: none;so that hides all of it.
1. You should not use SuperCacher: https://wpgeodirectory.com/docs/faqs/what-caching-plugin-can-i-use/
2. You had not removed anything as I suggested.
3. Correction to my earlier comments: admins will only be able to add listings to the other CPTs form the backend.
-
AuthorPosts