pluginsware
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] short code on account pageHi,
1. As the first step, you must enable “Anyone can register” option under “WordPress Admin Panel => Settings => General”.
2. Then, go to “User Login / Registration” section in our plugin’s settings page and select the first option in the “Enable Login / Registration” settingThanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] How to Style Font Type and ColourHi,
Sorry, there are no settings to change the font, color or any styles. Our plugin uses Bootstrap for the design. The only solution at the moment is to write CSS overrides for our HTML elements. You must add your custom CSS overrides under the “Advanced CSS” option of your theme’s customizer panel.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] 2 different search formsHi Max,
Sorry, currently it is not possible to specify which locations, categories and custom fields we put into separate search forms and also it is not possible to assign keyword searches in separate forms for a particular category or location.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Advanced Classifieds & Directory ProHi Rocky,
This plugin has a variety of features that a classified website should have. But one thing is that its listing time i.e., i had set my listing display period to one day and noticed that ” If I post listing today 5 PM it is expiring tomorrow 5 PM which sounds little odd.Some needs listing to be ended by today itself i.e., 11:59 PM
The feature should be modified to “Kindly place a timer and calendar field so that User can post the listing for a particular day and time based on his request.– Thanks for your above suggestion and we will analyze it.
And also the user should be capable to edit the default fields and he should be able to create his own fields to display the listing.
– You can edit our listing form and make changes. You will have to edit /wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/user/acadp-public-edit-listing-display.php file.
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.– And you can create different categories and assign the different set of fields for each category using our custom fields option. Kindly check “STEP 4: ADD CUSTOM FIELDS” section in https://pluginsware.com/documentation/getting-started/
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Wp Import not working for imagesHi,
Sorry, we don’t know much about WP Import source code and how they work. Kindly contact their support for this issue.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Image for CategoriesHi,
We assume that you have “Text-only Menu Items” view for Categories Layout. Kindly change it to “Thumbnail Grid” to display the category images for All Categories view.
Thanks
Hi,
Have you done any changes to our plugin core files? If not, this should be your theme issue. The slider in which you are loading our listings map view is the issue. Kindly add our listings map view shortcode to the normal page and check.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] How to customize SearchHi,
Sorry, currently we will search the keyword only with the title, description. But we will take note of it and add the feature to search the keyword with the category in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Contact Owner ProblemHi,
Contact form emails use a lightly altered header where this is not possible with other out sent emails.
1. Kindly make sure both the sender and receiver are not the same people (email). I mean, you’re the AD owner and you’re trying to contact yourself using the same email address.
2. [OR] Did you installed any plugin recently that handle emails. We use WordPress’s built-in wp_mail() and chances are a plugin in your website modifying the email headers sent out using this method and email clients have trouble reading them.
3. [OR] I believe the emails are in your SPAM folder. Install a plugin named “Log Emails”, then try the same again. Then, visit the “Tools => Log Emails” menu from your WordPress dashboard and check if there any email content logged there. If you can see some content here, then our plugin has sent the email but the receiver has some problem accepting the emails from your server. it’s highly possible that the mail has been kidnapped or killed after that. If you can check the log of your mail server, it could give you some clues. Spam filter often causes this kind of problem.
You must be using Yahoo. Try using a different email account(Gmail) and see if the email receives now. At least in your SPAM folder. If you can see the email in other email accounts, I would recommend using a professional SMTP service like SENDGRID.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Featured listing (Not sticky)Hi,
Are you using [acadp_search featured=0] shortcode? If so, please remove featured=0 and check like this [acadp_search]
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Reset view count (All listings)Hi,
Sorry, there is no other way. You need to manually edit the listing and change it.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Custom Error MessageHi,
For custom works, please contact our customization team by submitting a ticket on our site https://pluginsware.com/get-a-quote/.
Thanks
Hi,
You can make these fields required 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
You just need to add the “required” attribute in the field elements you’ve mentioned.
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] Search form and pageHi,
Kindly use [acadp_listings] shortcode instead of [acadp_search] and check. If still, you have difficulties, 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] setting page showing errorHi,
It seems to be very strange. Here it’s working fine. Please don’t click “Allow & Continue”, just click “Skip” and check. If still, you have issues, kindly 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.
Regarding Featured listings, We assume that you should have used “featured=0” in the search shortcode. Kindly remove it and check.
Thanks