Guust
Forum Replies Created
-
AuthorPosts
-
There is no need to wait for a response from us before you can reply to your own post in private.
Just add your introduction, post that, and then add your private notes in a private reply to your first post.1) The demo uses more than one Custom Post Type (CPT), it uses Places and Events.
That dropdown will only show there if you have more than one CPT.2) Add the Popular Post widget to a GD Home section if you use GD Home as your homepage, if you use a WP page, add the shortcode
https://wpgeodirectory.com/docs/widgets/#popular-post
https://wpgeodirectory.com/docs/core-shortcodes/#poppost
https://wpgeodirectory.com/docs/layout/#directory3) You can rename Places to Restaurants using the language files or by using the Custom Post Types addon
https://wpgeodirectory.com/docs/faqs/how-do-i-change-place-and-places/4) To change the homepage subtitle, review https://wpgeodirectory.com/docs/supreme-directory-overview/#homepage
Can you please check that password? Thanks.
You’re welcome 🙂
That is not possible.
The Social Importer Addon allows your users to import their business or event details from Facebook by simply entering the Facebook page or event URL in the dedicated field of the Add listing form, and then clicking Import (only possible from the frontend).
You can add listing 3 ways: CSV upload, from admin area or front end. The result is the same.
You can add the popular post widget to your front page:
https://wpgeodirectory.com/docs/widgets/#popular-post
https://wpgeodirectory.com/docs/core-shortcodes/#poppostYou’re welcome 🙂
You will need to create a new email custom field
https://wpgeodirectory.com/docs/core-place-settings/#emailThen select to show that in the map bubble
https://wpgeodirectory.com/docs/core-place-settings/#showThe default email address is designed to create a contact form without showing the email address.
October 21, 2016 at 8:51 am in reply to: import / export ERROR: Could not create cache directory #289071It is the wp-content/uploads/ folder, where it tries to create a wp-content/uploads/cache subfolder.
You will need to enable write permissions, 755 should work.October 21, 2016 at 8:33 am in reply to: Can't get categories to display on archive or 'places' page. #289067Head to GD > Place Settings > Custom Fields > Category field, and select “Listings page” in the “Show in what locations?” section.
See https://wpgeodirectory.com/docs/core-place-settings/#commonYou can only add tags to listings, so if you tag all the listings in the neighborhoods, then you can achieve what you want.
That depends whether you use a WP page or a GD page as your homepage.
If you are using the GD Home page, then you can change Places shown using the widgets in the GD Home sections.
If you are using a WP page, then you can change some of the display either using widgets or shortcodes.
It all depends on what information you have chosen to display and how, and what you mean with “specific” businesses. You can filter the popular post widget to only show listings that are featured or have special offers etc, so that would be the easiest way.You can achieve that when using Google Maps, with the Custom Google Map addon. You will be able to turn off/hide all map elements except the markers.
https://wpgeodirectory.com/downloads/custom-google-maps/Can you post your URL and WP admin details in a private reply, so we can check your settings? Thanks.
Try this using code snippets, that way it is not affected by any changes to any theme.
function geodir_add_place_before_main_content_custom() { if (isset($_GET['listing_type']) && $_GET['listing_type'] == 'gd_place') { ?> <div>bla bla</div> <?php } } add_action('geodir_add_listing_before_main_content', 'geodir_add_place_before_main_content_custom'); -
AuthorPosts