Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi,
It looks like there is some custom menu happening in your dashboard.
It seems to be hiding important links, so, probably disabling that is the way to go.
Ok, try adding some dummy data to your CPT and then export the listings for that CPT.
Let us know how it goes
You can download it from your account.
Hello,
Please follow these instructions to install WP Easy Updates, add your licenses, and update all your GD addons.
https://wpgeodirectory.com/docs/installing-addons/#updates
If you wish to continue to use GDV1, you will need to delete all plugins that are for V2, those which have a version number of 2.+. These are V2 addons, and are not compatible with V1. You will need to download and install the V1 addons to replace them.
For support for GD Business Hours, please contact the plugin author. The plugin is no longer being offered sale, as far as I know, and support may not be available. That particular error looks to be due to incomplete files, so, the plugin needs an update or is missing some files. In either case it is support from the plugin author that will help you with that, if available. You can also try contacting an expert here: http://geodirectoryexperts.com
GeoDirectory V2 includes a business hours feature with the core plugin. Read more about V2 here: https://wpgeodirectory.com/docs-v2/geodirectory/overview/
September 25, 2018 at 12:20 pm in reply to: Search by map does not find a value in the description field #447643That text can be changed by translating the plugin:
https://wpgeodirectory.com/docs/translate-core/You can hide it with custom CSS:
.map_category input[type="text"] { display: none !important; }This reply has been marked as private.GeoDirectory – Settings – Locations (Tab) – Advanced
September 25, 2018 at 11:06 am in reply to: Search by map does not find a value in the description field #447639That field only searches Titles, it cannot search more without a customization.
Hello,
after some testing, it seems like a small change to the snippet was needed.
add_filter('uwp_check_redirect_author_page', 'uwp_redirect_author_page_cb'); function uwp_redirect_author_page_cb(){ return false; } add_filter('uwp_use_author_page_content', 'uwp_redirect_author_page_cb');This has been updated for your site.
We recommend that CSS be added to:
GeoDirectory – Design – Scripts – Custom CSS
and that new functions be added as code snippets using the code snippets plugin:
https://wpgeodirectory.com/docs/useful-plugins/#snippets
If changes to templates are needed, then a controlled upgrade process will be required to merge changes into a newly updated theme. This can be difficult and time consuming, so, if large changes are needed, it may be better to find a different theme that more closely meets your needs without those modifications.
September 25, 2018 at 10:01 am in reply to: How to make some listing content un-editable for listing claimers #447633The field needs more values in “Show in what locations”, like, maybe “More info tab”?
It will require a customization to append it to the description field contained in the profile tab, but that will be easier in V2.
GeoDirectory does not strip HTML on HTML fields. I did look at the test HTML, and if it is the content below the shortcode, there does not appear to be any other shortcodes in the content, so shortcodes would not need to be enabled on the field.
I tried testing with a test user ‘alexrouted’ but I could not add a listing, as I was redirected to the profile each time I tried.
You can try deactivating non-GD plugins and themes to identify which plugin or theme is stripping the html tags out of the content. Because it is limited to subscriber role that probably means the function is related to a plugin or theme feature that uses roles.
Hi!
In V2 there is a setting for this, on the Locations Tab
“Add current url location to the archive page urls”
Uncheck that and see what you think.
No, it is for all WordPress plugins and themes.
Hi Josh, yes, please tell us how to recreate this on your site so we can see the issue.
You have the correct page for editing, it sounds like:
GeoDirectory – Listing Claims – Notifications – Claim listing request
When you edit the text there it should change the output in the email received by a user when they make a claim on a listing.
-
AuthorPosts