Alex Rollin
Forum Replies Created
-
AuthorPosts
-
You can use GD Listings to create a list of the user’s favorites.
We recommend you do that with UsersWP for a list of favorites on the profile.
If you make a page called “My Favorites” the user must be logged in to see their favorites. This is handled automatically by UsersWP.
Here is the GD listings shortcode
[gd_listings post_type="gd_place" post_limit="100" show_favorites_only="1" favorites_by_user="current_user" sort_by="az" title_tag="h3" layout="1" view_all_link="1" bottom_pagination="1" category="0"]
Use the shortcode builder to craft the perfect shortcode for your site.
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
Hello,
the street address field will not re-order that for you automatically. You will need to adjust it to meet your needs manually for each address.
There isn’t a workaround for this at the moment but I will ask the developers to consider looking into this in the future. Each country has differences in address formats. As there is not an extra field for the street address number at this time this change may require other changes first to enable.
February 10, 2020 at 4:30 pm in reply to: Add in the detail page an event tab and custom calendar #529689Hello,
this can be done quite easily with GeoDirectory when using custom post types for events and blog posts.
Here is an overview of the steps, with some links for details about the steps. In these instructions I will state the steps as if you are using the default Places CPT as the listing details page:
1. Create the new events and blog custom post type. Install events addon if you want it to have start and end dates that are searchable.
2. Add a “Link Posts: Place” field to each new CPT. Use this field to link and event or blog post to a place.
3. Visit the Settings for the Places CPT, then the tabs UI. Add the tab for Linked Posts Events or Blog Postshttps://wpgeodirectory.com/docs-v2/addons/events/
https://wpgeodirectory.com/docs-v2/addons/custom-post-types/
https://wpgeodirectory.com/docs-v2/places/tabs/That might be possible with CSS.
Please share a link to your site and we will take a look.
Have you added this snippet using the code snippets plugin?
Is it now running on the frontend?
You have used this snippet? https://wpgeodirectory.com/docs-v2/templates/archive-item/#customizing
Please post your version here so we can take a look.
February 10, 2020 at 3:46 pm in reply to: I want to make another home page for mobile phones #529681Hello,
GD Elements are responsive and work with any theme, so you will probably find it to be compatible, whichever way you accomplish that.
Hello,
GD has several links that can be added to the menu. You can find those in
WP – Appearance – Menus – GeoDirectory Endpoints
Be sure to check out all of them at the top by clicking on ‘screen options’
If you want to show or hide them based on some criteria you will need custom code or 3rd party add-ons.
GeoDirectory doesn’t have any features for drawing shapes on the map.
It would have been a customization of some kind.
If you need help to recreate it you can contact experts familiar with GD here:
February 10, 2020 at 4:48 am in reply to: Where do I modify the notifications in gd_notification? #529601Hello,
which string are you looking for?
You can edit PO files with POEdit.
Instructions are here:
Unfortunately that is not possible at this time. We are considering adding that in the future, though.
February 10, 2020 at 2:37 am in reply to: Facebook app status: should I tick App status On or Off? #529589This reply has been marked as private.There isn’t a GD feature for that, and the options in the backend are restricted in order to make sure all the features present will work with Bulk Edit.
GD doesn’t use that particular ordering. If you added a custom field with a number you could add a sort ordering based on that field value.
To hide the near search field:
/*GDV2 Custom CSS – Hide the Search Near field in all GD Search Bars */ .gd-search-field-near { display: none; }
From: https://wpgeodirectory.com/docs-v2/faq/common-examples/#gd_search
I updated the map tab with this shortcode
[gd_map width="100%" height="425px" maptype="ROADMAP" zoom="14" map_type="post" scrollwheel="1" marker_cluster="1"]
There is a problem with the shortcode builder on your site, probably a CSS theme conflict.
If you could share FTP we can look into the issue further.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:February 10, 2020 at 1:58 am in reply to: GD Location and Archive listing boarder and background color #529585That will require your own Custom CSS.
Here is an example to get you started:
/* GD V2 - GD Listings Border and spacing for grid 3*/ body ul.geodir-category-list-view.geodir-gridview.gridview_onethird>li { width: 25%; margin-left: 4%!important; margin: 4%; border: 1px solig grey; }
Adjust the GD Listings or GD Loop shortcode.
Use the shortcode builder. It can be found in any text or classic editor.
Set the layout to 3
https://wpgeodirectory.com/docs-v2/geodirectory/shortcode-builder/
-
AuthorPosts