pluginsware
Forum Replies Created
-
Hi,
Go to your “WordPress Admin Panel => Classifieds & Directory => Settings”. Find the settings “Default Location” and don’t set Germany / Europe here. Save the changes and try now.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Frontend Image Upload not WorkingHi,
Our tech team fixed your issue and updated through email.
Thanks
Hi Marleen,
Currently, new listing notification will be sent to admin and the listing owner. It is not possible to send the notification to all users of your site.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Login requirement after registrationHi,
Sorry, it is not possible to auto-login the user after he/she registers.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Logout redirectionHi,
You can add [acadp_logout] shortcode to your page and link it to a menu. By clicking this menu, your users can logout. And there is no option to provide redirection page after logout.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Small design error – please help me!Hi,
Kindly submit a ticket in our site https://pluginsware.com/submit-a-ticket/ with your site URL and explain your issue more in detail. So that our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Listing Widget Thumbnail TemplateHi,
Yes, it is possible.
To override widget templates, create the following folder in your theme folder
acadp/widgets/{WIDGET NAME}/
then copy the template files from the widget’s “views” folder and add it inside the above folder and start editing it as per your need.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Form Field validationsHi,
Sorry, currently we have not done email validation, zip code validation… But we take note of it and add these in future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Conditional custom fieldHi,
Sorry, currently we don’t have Conditional custom field option.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Remove SidebarHi,
1. How can remove sidebar from listing details page? Not able to do that.
– Check if your theme has the option to remove sidebars in POST pages. If not, you will have to write a theme override, Normally the layout for posts are controlled by single.php of your theme. Since ACADP listings are Custom Post Type “acadp_listings”, they will use the same post template(single.php). The solution is to copy single.php, rename it as “single-acadp_listings.php”, edit the file and remove the sidebar.
2. How can I remove the website option form listing from?
– You can achieve 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 make the changes
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
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] I’d like to change the fontHi,
“Advanced Classifieds and Directory Pro” uses Bootstrap and if your theme uses Bootstrap, then you can simply remove the loading of “Bootstrap” libraries from the plugin’s settings page and it will start working with your theme’s CSS.
If you’re not a using a Bootstrap based theme, then the only solution at the moment is write some CSS overrides under theme’s style.css file for design changes.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] How can I export Directory data?Hi,
Sorry. Our current version doesn’t have any tool to Export listings.
But, still, there are some third-party plugins in wordpress.org website those helps to import/export custom post types and taxonomies.“Advanced Classifieds and Directory Pro” strictly follows all the WordPress standards. The plugin uses Custom Post Types and Custom Taxonomies to manage its data.
Listings = acadp_listings (CPT)
Fields = acadp_fields (CPT) linked to categories and loaded as custom fields in the listings form.Categories = acadp_categories (Taxonomy)
Locations = acadp_locations (Taxonomy)and SETTINGS API
So, I’m 100% sure there must be a plugin that handles export for these standard WordPress features and I can find some too. But, I haven’t tried any plugin so far. So, It’s hard to suggest any plugin for you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Registration Email MessageHi,
1. Open /wp-content/plugins/advanced-classifieds-and-directory-pro/includes/functions-acadp-email.php
2. Locate the function named “acadp_new_user_notification”
3. Here you can edit the mail content.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] how to make featured adsHi,
Kindly refer https://pluginsware.com/documentation/monetize-settings/ to allow your users to pay and feature their listing and you can use our ACADP Listing Widget https://pluginsware.com/documentation/using-widgets/ to display the featured listings in the sidebar.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Chat optionsHi,
Sorry, we don’t have a chat feature.
Thanks