Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
You can set the field as “For Admin use only” so that normal users will not see it.
We would be happy to take a look at your settings to see if we can find the problem.
Please be sure to have completed all the steps for configuration, and do check to see that your plugins are all up to date.
https://wpgeodirectory.com/docs/installing-addons/#updates
To allow us to examine the site, please create a private reply and include all the information listed below so we can make a complete diagnosis.
Add listing URL where we can see the issue:
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
SFTP/FTP:
FTP Host:
FTP Port:
FTP User:
FTP Password:Please try the search with BP Profile Search disabled and let us know how it goes.
Here is one way to change the snippet to allow adding in some additional markup:
add_action('geodir_details_main_content','customfieldname', 25); function customfieldname() { global $post; echo '<div class="Your-class" ><p>'; echo $post->geodir_customfieldname; echo '</p></div>'; echo ob_get_clean(); }OK, yes, that one is listed here: https://wpgeodirectory.com/docs/known-issues/#sns
Thanks for letting us know 🙂
Hello,
odd display in the backend is often a symptom of CSS conflicts between plugins.
Could you try deactivating non-GD plugins to find the culprit?
https://wpgeodirectory.com/docs/troubleshooting-guide/#conflict
If you cannot find the conflict, we would be happy to take a look to see if we can find the problem.
Please be sure to have completed all the steps for configuration, and do check to see that your plugins are all up to date.
https://wpgeodirectory.com/docs/installing-addons/#updates
To allow us to examine the site, please create a private reply and include all the information listed below so we can make a complete diagnosis.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
SFTP/FTP:
FTP Host:
FTP Port:
FTP User:
FTP Password:The plugin is designed to allow those discriminations by CPT, as Guust says, not by category.
It is not technical so much as a duplication of functionality.
It looked like that CSS had been removed from the settings , so I replaced it, please check and see, it works for me.
Hello,
it is not advised to remove the featured image, instead it would be better to use another theme.
Supreme uses the featured image area to display information during the Listing Preview.
.single-gd_place .featured-area { display: none!important; }OK, if you want us to go further with it, pleaae provide CPanel access, or the DB host URL, or PHPMyAdmin Access.
See :https://wpgeodirectory.com/docs-v2/geodirectory/status/
V2 is all RC, and not recommended for production sites at this time.
V1 addons will not work with V2.
We do recommend trying it out, and the best way is with a fresh WP install using the Primer theme. Export your listings from your V1 site and import them into your V2 site.
Hello,
there appears to be a conflict with another plugin that is executing on the backend editor pages.Please try disabling non-GD plugins to identify the plugin causing the issue.
https://wpgeodirectory.com/docs/troubleshooting-guide/#conflict
Hello,
no, it has been completely removed, and is replaced in V2 with the options to use a variety of other 3rd party plugins in place of it.
-
AuthorPosts