Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Hello,
Have you customized the output of the detail page?
Does disabling your customization restore the functionality?
Hello,
that is not possible without assigning your users the admin role or with a customization, but I will flag your question for the developers in case they have a fix for you.
Hello,
Are your other translated strings loaded (so we can narrow the issue down to being other than a translation-setup issue?)?
If you could allow us to recreate the issue on your site, it would be helpful. Can you please provide the following information:
Sample Listing URL where we can see the issue:
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:About the image you can check this function:
https://wpgeodirectory.com/codex/codex/geodirectory_functions/geodir_media_image_large_height/About the data, there are a lot of examples throughout the forum about how to display post data and custom fields after_title or within the tabs. Here is an example of how to add custom fields to the profile tab: https://wpgeodirectory.com/support/topic/custom-fields-in-profile-tab/
Hello Ian,
Duly noted, a drop down in the search area for locations, got it. I will flag this for the developers to keep it in mind.
You’re welcome 🙂
Thanks for letting us know 🙂
Glad you got it workingFebruary 26, 2018 at 8:25 am in reply to: Redirect function when clicking on Claim listing link #419219Hello,
please see https://wpgeodirectory.com/docs/redirecting-the-login-page/
Let us know how it goes
Hello,
You are correct that the pages created by GD are not accessible as ‘pages’ as they are created from templates in the plugin, and those are specifically post archive ‘type’ pages.
If I understand you correctly you would like to have some kind of custom layout for each of the archive pages for each of your CPTs: events, and venues.
These are the steps that would be taken to create a page like ‘our-venues’
Create page, set slug to ‘our-venues’
Add shortcode for Listing Map
Add shortcode for GD Listing shortcode – set post_type to gd_venue
DoneAdd additional GD Listing shortcodes as needed to sort/sift/filter your listings as needed.
The map will only show the listings that are on the page.
You can create your own custom CSS to hide other aspects of the map as needed.Let us know how it goes
Hello,
have you completed setup as described here?
https://wpgeodirectory.com/docs/social-importer-addon/#facebook
Hello,
thanks for writing in. I will flag this for the team; thanks for your patience while they look into it.
Hello,
Thanks for writing in today and sharing the CSS you have been working on.
Unfortunately we are unable to provide premium support if you are using premium plugins without a license.
Please login with the account you used to purchase the Location Manager Addon so that we can provide you with Premium Support
February 25, 2018 at 2:20 am in reply to: Remove Post Types selection from advanced search drop downs #419147Hello Joanna,
can you try this custom CSS and let us know if it is what you are after?
.post-type-archive-gd_accommodation .geodir-listing-search select.search_by_post { float: left !important; display: none !important; }The rules above target one specific page, based upon the body class for the page. Each page may need treatment like that, or you can use body classes to write a rule that works for all the pages.
When you use the tools inspector, scroll the code view up until you see the body class and can pick and choose a selector that works for your purposes.
A site backup would preserve any customizations, but allow the possibility to then re-install the GD plugins with ‘fresh’ copies to see if that addresses the issue.
You can start with the core GeoDirectory plugin, as that is the most likely place that changes might have been made.
-
AuthorPosts