pluginsware
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Custom Listing Form QuestionHi,
Sorry, it is not possible to turn off the category field as it is a Mandatory field.
To turn off the description,
You can do this by just editing our template file for the listing form. You will have to edit the file under /wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/user/acadp-public-edit-listing-display.php and change the content of the title description.
But, instead of editing the above file directly, I would recommend writing an override. Kindly follow https://pluginsware.com/documentation/customizing-acadp-templates/ to write an ACADP template override.
Thanks
Hi,
Actually, in our last version, we restricted scripts within our form. This is for security reasons.
If you need to allow, please open the below file,
/wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listing/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
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Icon or image with Category PageHi,
Go to the “Categories Page” section under our plugin’s settings page and change the “Display as” setting to “Thumbnail grid”. That’s it.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] The search engine is not accurateHi,
You can select the category and location while searching. Kindly refer http://prntscr.com/q7fxqo
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Duration of the list (in hours)Hi,
Sorry, it is not possible to have a duration of listing in hours.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Id of adHi,
Sorry, currently the option to display ID is not available.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Sort by Category / LocationHi,
Sorry, the option to sort categories by location and vice-versa is not available. But we will take note of it and add it in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Category as CheckboxHi,
The feature to add a listing to multiple categories is available in our PRO version. Kindly check https://pluginsware.com/pricing/
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Listing Form PublicHi,
Sorry, currently our plugin doesn’t have the feature to allow users to post listings without login.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Rredirection after loginHi,
Yes, it is possible to change it in the code. Please contact our customization team by submitting a ticket on our site https://pluginsware.com/submit-a-ticket/
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Rredirection after loginHi,
Sorry, currently we don’t have the option to change the login redirect page.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] ACADP Search form without buttonsHi,
Sorry, it is not possible to use the search without Submit and Reset buttons.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] openstreetmapHi,
Sorry, currently there is no option to use OpenStreetMap instead of Google Map. But we will take note of this and add this feature in the future.
Thanks
Hi,
Actually, our single listing page is a Custom Post Type and the comments are from the default WordPress. So it is not in our plugin control. So please contact your theme support team for this issue.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Advanced Search not workingHi,
– We assume that the Search page is not set in our Pages setting. Kindly follow the below steps.
1. Create a page with [acadp_search] shortcode
2. Go to Classifieds & Directory settings -> Advanced and Click “Pages”
3. Here got Search page field and select the page that you created with [acadp_search] shortcode
4. Save changes and check.
Thanks