Alex Rollin
Forum Replies Created
-
AuthorPosts
-
July 5, 2019 at 12:52 pm in reply to: Import listings failing ("The uploaded file is not a valid csv file") #496388
If you are using the GD Single Taxonomy, then that is the way it works, but you can also try using GD Post Meta with the key set to tags or categories and see if you like that better.
July 5, 2019 at 12:48 pm in reply to: Hide post content in grid (location page) but display on details page #496386We have some example CSS for targeting elements on specific pages here:
/* Search Page */ body.geodir-page-search { filter: grayscale(100%); } /*All GeoDirectory Archive Pages*/ body.geodir-archive { filter: invert(100%); } /*GeoDirectory Place Archive Pages*/ body.post-type-archive-gd_place { filter: invert(100%); } /*All GeoDirectory Single Detail Listings*/ body.geodir_custom_posts { filter: hue-rotate(120deg); } /*GeoDirectory Single Place Detail Listings*/ body.single-gd_place { filter: hue-rotate(120deg); }However the location page is just a WP Page usually so you would need to use something like the page ID:
/*GeoDirectory Location Page - Get the page ID to create something like this*/ body.page-id-8 { filter: grayscale(100%); }Hello,
please check the integration settings as described here:
https://wpgeodirectory.com/docs-v2/integrations/userswp/If there is still an issue, write back in a private reply with your WP Admin credentials in case we need to check the settings.
July 5, 2019 at 12:27 pm in reply to: Trying to add a new franchise…it's already filled in w/wrong biz #496384Hi,
please share WP Admin credentials in a private reply and we will check into that.
Which CPT should be try?
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:Not a demo, but, if you run the setup wizard it will configure the widgets and menus for you.
A sample frontpage can be found linked from here on the getting started page:
https://wpgeodirectory.com/docs-v2/geodirectory/getting-started/That page also has links to all the template configuration docs where you can read more about the elements used to create the pages.
For the GD Detail page you can select the GeoDirectory single, as described here:
This reply has been marked as private.Hello,
you had only one event, and it was missing street address and category.
I tried to edit it and saved it with the complete data, and on refresh, the data was missing again.
We will need to do some debugging to find out what the exact issue is,.
Please write back with FTP so we can check into it further.
July 4, 2019 at 5:46 pm in reply to: transform header image into a slider of images and reduce opacity #496298Only Whoop has that option built in. For Supreme it would require a customization, which is outside of what we can do here in support.
This reply has been marked as private.Please update GD Addons and themes to the latest version and let us know if the issue persists.
You must specify the post type if you only want to show categories from one post type. For max count it will show that number of cats for each post type.
Hello,
does the listing have a category and full address?
If you can’t find the problem please share connection info here and we will take a look at the settings:
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:The option to switch the sidebar is in the customizer. Is that what you are after?
Other changes for the details/profile page are done in the template: https://wpgeodirectory.com/docs-v2/templates/details/July 4, 2019 at 11:16 am in reply to: Supreme (v1) 'Claim Listing ' shortcode or widget required if possible. #496246Yeh, I was gonna mention that when I saw you wanted to hide it, but, yes you will need to remove that CSS.
-
AuthorPosts