pluginsware
Forum Replies Created
-
Hi Damiens,
Sorry, it is not possible to display custom field values individually. And custom fields don’t have slugs.
Thanks
Hi Martin,
Sorry, currently we don’t have the feature to enable a check box for users to accept the terms and conditions of use of the page. But you can use any third-party registration plugin with this feature instead of our registration. Our plugin has the flexibility to use third-party registration plugins for registration and login.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Correct slider operationHi Nikonn,
Seems to be strange. Kindly submit a ticket in our site https://pluginsware.com/submit-a-ticket/. So that our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Manage Listings Always EmptyHi,
Seems to be strange. KIndly submit a ticket in our site https://pluginsware.com/submit-a-ticket/ So that our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] How to hide entry-featured adsHi,
Sorry, currently we don’t have option display all listing excluding the featured listings.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] How to hide entry-featured adsHi,
Kindly send your site URL where you face this issue. So that we will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Hiding only the, “keyword” search boxHi,
That code should work fine. Kindly create a ticket on our site (https://pluginsware.com/submit-a-ticket/) by explaining the issue. So that our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Analytics Offered?Hi,
Sorry, currently we don’t have analytics or statistics feature. But we will take note of it and add this in future.
Thanks for your suggestion.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] How to show on the page ads its IDHi,
You can use our template override option for these layouts and echo $post_id to display the ad id. Kindly refer https://pluginsware.com/documentation/customizing-acadp-templates/ to override our plugin files.
Thanks
Hi,
You can use [acadp_listings listings_per_page=20] to show 20 listings per page and you can use 2 shortcodes in a page and it will not cause any issue. If still, you have any issues, please create a ticket in our site with the issue.
Thanks
Hi,
Sorry, we don’t have the option to change the function of the “Promote” button. If you need this feature, you can contact our customization team at info@pluginsware.com
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Start DateHi,
Currently, we don’t display the start date in our listings. Kindly explain your issue with a screenshot by submitting a ticket in our site https://pluginsware.com/submit-a-ticket/ where our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Some questionsHi,
Thanks for contacting us.
1- Is it possible featured a ads published? I explain, the user publish a ads, and few days latter want featured this ads, could be great do it like when renovate it.
– Sure, users can make their listing as featured which will be listed at the top. Kindly refer https://pluginsware.com/documentation/monetize-settings/
2- Is it possible to generate a autofeatured system? For example, featured this ads every 2 hours, every day…
– Sorry, currently this feature is not available. We will take note of it for the future version.
3- Is it possible integrate with mycred or other point/credit system? The user buy points/credits, and the expend in featured, autofeatured or renoval.
– SOrry, currently the feature to integrate with mycred or other point/credit system is not available.
4- Stripe payments, but i have read now that you are working on.
– We already have stripe payment addon. KIndly check https://pluginsware.com/add-ons/
and https://pluginsware.com/documentation/payment-gateway-settings/5- Is it possible have user with free plan (limited to ex. 10 ads), and premium users (limited ex. 20 ads, 50, unlimited) with a suscription payment?
– Yes, by using our Fee Plans or WooCommerce Plans addon (https://pluginsware.com/add-ons/) you can create your own plans. But currently we don’t have recurring payment feature.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Code errors after upgrading to PHP 7.2Hi,
We are working on PHP 7.2 compatibility and these issues will be fixed soon.
Thanks
Hi,
I believe you speak about giving access to non-admin users to the plugin back-end.
At the moment, the back-end access is restricted only to the site administrator for security reasons. I have users frequently asking this and in future, we will allow admin access for users based on the ROLES/CAPABILITY.
As an immediate solution, you can get this by adjusting our code,
1. Open /wp-content/plugins/advanced-classifieds-and-directory-pro/admin/class-acadp-admin-listings.php
2. Search for the line,
‘show_ui’ => current_user_can( ‘administrator’ ) ? true : false,3. Replace it as,
‘show_ui’ => current_user_can( ‘administrator’ ) || current_user_can( ‘editor’ ) ? true : false,4. Save the changes and try now.
Thanks