pluginsware
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Theme?Hi,
The page https://detailerlocator.com/ doesn’t have our ACADP plugin. Please check and update.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Role problem when postingHi,
Advanced Classifieds and Directory Pro” requires the following capabilities for a user to post his listings. These capabilities are added automatically by the plugin for the standard WordPress user roles. I believe the REGISTRATION module you use must be giving users a CUSTOM ROLE.
If yes, Kindly Install “Members” plugin https://wordpress.org/plugins/members/ and the add the following capabilities for the user role you give for your regular users,
– edit_acadp_listings
– publish_acadp_listings
– delete_acadp_listings
– delete_published_acadp_listings
– edit_published_acadp_listingsIf still, you have difficulties, please submit a ticket on our site https://pluginsware.com/submit-a-ticket/ with your site URL.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Switch off Social Media?Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] category name in single postHi,
You can enable it in your admin panel under our plugin settings –> General –> Show / Hide (in listing detail page) — Check Category Name checkbox to display the category name on listing page.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Contact This Listing OwnerHi,
BY default, the Listing owner will receive the Contact Form message.
– 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 handles 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 Listings – RandomHi,
In your admin panel under our plugin settings –> General –> Listing Archive Pages –>
Order listings by, Please select “Random Sort” and checkThanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Limiting the number of listings?Hi,
Sorry, currently it is not possible to limit the number of listings a user can create
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Range searchHi,
Sorry, currently the range search for our custom fields option is not available.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Customize marker popup bubbleHi,
Sorry, currently we don’t have the option to change the content and style of the Map listing popup.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Link to ListingYes, this requires customization. You should edit the files under,
/wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listings/acadp-public-listings-grid-display.php /wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listings/acadp-public-listings-list-display.php /wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listings/acadp-public-listings-map-display.phpSimply find the following code,
<?php echo wp_trim_words( $post->post_content, $listings_settings['excerpt_length'], '...' ); ?>and change it as,
<?php echo wp_trim_words( $post->post_content, $listings_settings['excerpt_length'], '<a href="' . esc_url( get_permalink() ) . '">' . esc_html( get_the_title() ) . '</a>' ); ?>But, instead of doing these changes directly in the above-mentioned files, I would recommend writing an override. So, your changes stay when you upgrade to our later versions. Kindly refer https://pluginsware.com/documentation/customizing-acadp-templates/ to write an override.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Members cant create listingsACADP requires “edit_acadp_listings” capability to post listings. These capabilities are added automatically by the plugin for the standard WordPress user roles. Kindly refer the instructions below to add these capabilities for the custom user roles,
Solution:
1. Install Members plugin by Justin Tadlock.
2. Go to Users => Role from your WordPress admin panel.
3. Edit your custom user role.
4. Search for the capability “edit_acadp_listings” and check in the “Grant” check-box.
5. Save the changes.
That’s it. Now, your site users can post listings.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Customize Single Post pageKindly refer https://pluginsware.com/documentation/customizing-acadp-templates/ to customize our templates. For the single listing page, you should override the file under /public/partials/listing/acadp-public-listing-display.php
To simply get rid of the contact details, go to Classifieds & Directory => Settings from your WordPress Admin Panel, find the “Enable locations”, “Enable map” and “Contact form” options and disable them.
Hope, this helped you!
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] How to image upload required it?Hi,
Sorry, currently we don’t have the option to make the Image field mandatory. But we will take note of this and add it in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Delete/Edit listingHi,
It should like https://pluginsware.com/demo/manage-listings/
We assume that there is some CSS conflict issue. Please submit a ticket on our site (https://pluginsware.com/submit-a-ticket/) with your site URL where you face the issue. So that we will check and update you.
Thanks
Hi,
We double-checked it and our plugin will not change the author of the pages. Please check it again. If still, you have queries, please submit a ticket on our site https://pluginsware.com/submit-a-ticket/ with your site URL to check it.
Thanks