Alex Rollin
Forum Replies Created
-
AuthorPosts
-
March 18, 2020 at 6:49 pm in reply to: Need the add listing redirect patch applied to my site #535655
For GDV1 login is required, regardless of the CPT.
This CSS will hide the error messages:
body.signup .error_msg_fix { display: none; }
https://wpgeodirectory.com/docs-v2/geodirectory/upgrade-from-gdv1/
Add this CSS to your customizer:
/*Hide Popular Categories in the Featured Area below search bar on the home page only */ .home .header-wrap .geodir-categories-container { display: none; }
Have you already review the settings you have for the tabs?
Seems like you need to check to make sure you have the “Listings tab” added in the tabs configurationWP Backend – UsersWP – Form Builder – Tabs
March 18, 2020 at 6:02 pm in reply to: Need the add listing redirect patch applied to my site #535648Can you say what you are trying to do?
Do you mean…don’t redirect them away from the add-listing page?
For GDV1, it is the expected behavior that users must login before they can fill the add listing page. They will always be redirected away. We offer that redirect for V1 in case you have a custom login or registration page.
So you are saying you exported a listing and used that CSV?
You can use Widget Logic to corral listings to pages based on conditional tags:
https://wpgeodirectory.com/docs-v2/faq/common-examples/#logic
is_front_page()
This reply has been marked as private.You will need to create your own CSS and add it as a code snippet or to your themes functions.php for managing admin/backend CSS; CSS added to the customizer is not loaded in the backend.
https://wpgeodirectory.com/docs-v2/faq/customizing/
https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/Is there a reason you aren’t using the frontend add-listing form?
March 18, 2020 at 5:03 pm in reply to: Patience with the Beginner – GD Sidebar Widgets / Footer / Menu #5356411. Can you provide more information? A link, and a screenshot would help.
3. CSS can be added to the customizer:
https://wpgeodirectory.com/docs-v2/faq/customizing/March 18, 2020 at 5:00 pm in reply to: Need the add listing redirect patch applied to my site #535640This reply has been marked as private.Use a File Upload custom field, and set the file types to the image file types you want to use.
March 18, 2020 at 4:58 pm in reply to: E-mail-address-field prefilled in with the e-mail address from registration #535638Unfortunately there isn’t a feature for that at this time, so it would require your own custom code.
March 18, 2020 at 4:57 pm in reply to: Back button from the detail page to the search results page #535637You could try adding a menu link that points to your search page.
We don’t have a GD Element for a ‘back button’.
I see there is a plugin you could try: https://wordpress.org/plugins/back-button-widget/
Hello,
instead of matching the sample CSV, try this:
1. Add a listing and fill in all fields
2. Export the listings in that CPT
3. Merge your data into that CSV (theone that is exported)The sample is just that, a sample. The column structure for the live data is different because it includes all your fields etc.
https://wpgeodirectory.com/docs-v2/geodirectory/settings/import-export/#recommended
Hello,
Can you give me an example of exactly what you are trying to do?
I will take the example of the phone field.
Let’s say you want everyone without a franchise package to NOT be able to add a Phone.
So, you open the phone field and choose the Franchise package to INCLUDE that field in the Franchise package (and thereby exclude the field from every other package).
Now, when a listing owner adds a listing, with the Franchise Package, they can fill in the phone. Also, they can choose to lock that field.
If that example doesn’t work, please share more about what you are trying to do there.
-
AuthorPosts