pluginsware
Forum Replies Created
-
Yes, you can delete the free version after installing the Premium version
Thanks
@stevehale @wesleyli Yes, the feature post a listing in multiple categories is available in our PRO version. Kindly refer https://pluginsware.com/#pricing
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Hiding Custom Fields in SearchHi,
Please try the below shortcode,
[acadp_search_form custom_fields=0]
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Display the custom fieldDear Customer,
Kindly use the following code to display a custom field at a specific location.
<?php echo get_post_meta( $post->ID, CUSTOM_FIELD_ID, true ); ?>
Note the “CUSTOM_FIELD_ID” in the above code must be replaced with the actual Year Field ID. You can find the Field ID under the “Classifieds & Directory => Custom Fields” menu of your WordPress Admin Dashboard.
Hope this helped you!
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Paid ListingHi,
Yes, you can use our FEE PLANS feature. Please refer https://pluginsware.com/documentation/fee-plans/
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Bulk ‘edit’ and ‘publish’Hi,
Sorry, currently the option to set the expiry date while the admin bulk edit the listings is not available. But we will take note of this and add it in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Compatible with WPML?Hi,
Yes, it should. I remember a few of our users using WPML with ACADP. So, this is possible. Kindly let me know if you have any issues with this.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Locations displayHi,
We got your point and sure, we will take note of this and look into it in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Breadcumbs and navigationThanks for your suggestion and sure we will take note of this and add it to our TODO list
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Images do not dissplay in single itemHi,
Have you updated to our latest version? If not, please update it and check. If still, you have the issue, please submit a ticket on our site https://pluginsware.com/submit-a-ticket/ with your site link. So that our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] iframeHi,
Actually, We have restricted scripts within our form. This is for security reasons.
If you need to allow script, please open the below file,
/wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listing/acadp-public-listing-display.php
Search the below code in the above file:
<?php echo wp_kses_post( $description ); ?>Replace the above code with the following code:
<?php echo $description; ?>Finally, save the file and check.
Thanks
Hi,
Actually, we load Bootstrap only on our plugin layouts. It will not be loaded on other pages. Please double-check it.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Can multiple users edit a listing?Hi,
It seems that you are looking for the Claim Listing feature. Sorry, currently this feature is not available.
Thanks
Hi,
Actually, the admin will receive this email when a user reports a listing. To moderate listing before publishing it, please refer https://pluginsware.com/documentation/admin-can-moderate-the-listing/
If still, you didn’t receive the email, please submit a ticket on our site https://pluginsware.com/submit-a-ticket/ where our tech team will guide you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Actively developedHi,
Yes, we are working on our next version and it will be released within this week.
Thanks