pluginsware
Forum Replies Created
-
Hi,
Advanced Classifieds and Directory Pro” requires the following capabilities for a user to post his listings. These capabilities are added automatically by the plugin for the standard WordPress user roles. I believe you are looking to give users a CUSTOM ROLE.
If yes, Kindly Install “Members” plugin https://wordpress.org/plugins/members/ and the add the following capabilities for the user role you give for your regular users,– edit_acadp_listings
– publish_acadp_listings
– delete_acadp_listings
– delete_published_acadp_listings
– edit_published_acadp_listings
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] one listing per user & logoHi,
We want to restrict a user to only 1 listing.. where is the option or how do I do it? so they dont add more listing other than their own.
-Sorry, currently we don’ have the option to restrict a user to only 1 listing.
Also we need to add company logo not as in the image slide, separately.. if there is no option let me know the steps and which page to edit to show logo on grid and single page listing.
-In our plugin settings, you can set the number of images per listing. Here you please set “1”, so that the users can upload only one image and it will not displayed in the slider.
After login we need to redirect the user to the user dashboard now it is redirecting to account
– If you need to redirect your users to the user dashboard after login, please follow the below steps to achieve it.
Open the below file:Root\wp-content\plugins\advanced-classifieds-and-directory-pro\public\class-acadp-public-registration.php
Search the following code:$login_url = esc_url_raw( get_permalink( $page_settings[‘login_form’] ) );
replace the above code with the below code:
$login_url = esc_url_raw( get_permalink( $page_settings[‘user_dashboard’] ) );
That’s it, Now save the file and check
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Import of listingHi,
Actually, the import/export feature is available in our premium version where you can import/export listings with categories and locations.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Category options disappear on selectHi,
You must have enabled “Prevent listings from being posted to top level categories?” option in the plugin’s Settings page. Kindly disable it and check now.
If still, you face the issue, please submit a ticket on our site.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] email instead of usernameHi,
Sorry, there is no option to disable username and instead use email id as username
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] user managementHi,
Actually, ACADP listings are custom post type and we use standard WordPress registration and save users as default WordPress do. So to delete the user accounts, you can use third-party plugins. You can try the best one from here https://wordpress.org/plugins/search/delete+account/
Also, we will take note this and provide is an option in our plugin in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] user managementHi,
You can add [acadp_logout] shortcode to your page and link it to a menu. By clicking this menu, your users can logout.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Change date formattingHi,
Sorry, currently there is no option to change the date format. But, we’ll take note of this and add this option in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Listing email notificationsForum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] UpdatesHi,
Actually, we couldn’t able to get you. Please contact our team by submitting a ticket on our site https://pluginsware.com/submit-a-ticket/ and explain your requirement more in detail.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Listing Page Has 2 TitlesSorry for the late reply.
It seems to conflict with your theme. Could you please contact our tech team by submitting a ticket on our site https://pluginsware.com/submit-a-ticket/. So that our tech team will check and update you ASAP.
Thanks
Sorry, Currently there is no option to change the marker colour on the map.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] BreadcrumbsHi,
Sorry, currently we don’t have the breadcrumbs feature. Yes, this should be done outside our plugin.
Thanks
Hi,
Actually, the locations and categories are stored in the wp_terms table. Please check it.
Thanks
Hi,
Are you using the search form shortcode [acadp_search_form] on the search listing page? If so, please remove it and check.
Thanks
- This reply was modified 3 years, 7 months ago by pluginsware.