Title: pluginsware's Replies - page 7 | WordPress.org

---

# pluginsware

  [  ](https://wordpress.org/support/users/pluginsware/)

 *   [Profile](https://wordpress.org/support/users/pluginsware/)
 *   [Topics Started](https://wordpress.org/support/users/pluginsware/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pluginsware/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pluginsware/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pluginsware/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pluginsware/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pluginsware/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 91 through 105 (of 1,133 total)

[←](https://wordpress.org/support/users/pluginsware/replies/page/6/?output_format=md)
[1](https://wordpress.org/support/users/pluginsware/replies/?output_format=md) [2](https://wordpress.org/support/users/pluginsware/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pluginsware/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/pluginsware/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/pluginsware/replies/page/8/?output_format=md)…
[74](https://wordpress.org/support/users/pluginsware/replies/page/74/?output_format=md)
[75](https://wordpress.org/support/users/pluginsware/replies/page/75/?output_format=md)
[76](https://wordpress.org/support/users/pluginsware/replies/page/76/?output_format=md)
[→](https://wordpress.org/support/users/pluginsware/replies/page/8/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Date selection in admin](https://wordpress.org/support/topic/date-selection-in-admin/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/date-selection-in-admin/#post-16060228)
 * Hi,
 * This is not a BUG. It is how it works. In the admin and frontend listing form,
   the user can select only a single date. In the search form, you can search this
   date by its range.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] administration of listings](https://wordpress.org/support/topic/administration-of-listings/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/administration-of-listings/#post-16025592)
 * Hi,
 * The front-end /manage-listings/ form is restricted only to the currently logged-
   in user. But, you can give access to the back-end plugin pages to several “admin”
   with permission to make changes to the listings.
 * In particular, our plugin uses several capabilities restricted by user roles/
   levels. So, enabling those capabilities to certain user roles allows the user
   with that role to make changes to the plugin admin area.
 * For example,
 * 1. Install the “Members” plugin [https://wordpress.org/plugins/members/](https://wordpress.org/plugins/members/)
   
   2. Then, go to “Members => Roles” 3. Select the “Editor” Role, 4. Select the “
   All” tab, find the capability, “manage_acadp_options”, and check in the “Grant”
   box 5. Save the changes.
 * Now, a user with the “Editor” role can access the plugin back-end, add/edit/delete
   any listings, and make changes to the plugin settings.
 * I hope this is what you need.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Keyword search not working](https://wordpress.org/support/topic/keyword-search-not-working-3/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/keyword-search-not-working-3/#post-15991296)
 * Hi,
 * Our listing belongs to a WordPress Custom Post Type “Listings (acadp_listings)”.
   So, it uses the WordPress’ native WP_Query class [https://developer.wordpress.org/reference/classes/wp_query/](https://developer.wordpress.org/reference/classes/wp_query/)
   to get the data from your database. When you enter some value in the “Keyword
   Field”, the value of this field will be passed the WP_Query search parameter “
   s” [https://developer.wordpress.org/reference/classes/wp_query/#search-parameters](https://developer.wordpress.org/reference/classes/wp_query/#search-parameters)
 * Looks like some plugin (or theme itself) in your website is creating troubles
   when the “s” parameter is used with the WP_Query.
 * Solution:
 * Please try disabling your plugins one by one to find which one causes the issue.
   If you are able to identify the conflicting plugin, enable the plugin back and
   check if the plugin has any settings to disable this behavior. If the plugin 
   doesn’t provide any settings, please report the plugin author mentioning this
   as a BUG.
 * If the issue remains, even after disabling all your plugins, your theme should
   create the conflict. Please write to your theme author about this.
 * I hope this helps you!
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] listings block encounters errors](https://wordpress.org/support/topic/listings-block-encounters-errors/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/listings-block-encounters-errors/#post-15969024)
 * Hi,
 * The page link that you provided is not working and we assume that this should
   be a conflict issue. Kindly submit a ticket on our site [https://pluginsware.com/submit-a-ticket/](https://pluginsware.com/submit-a-ticket/)
   with the page link where you face the issue to check and update you.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] How to show custom fields after default fields?](https://wordpress.org/support/topic/how-to-show-custom-fields-after-default-fields/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/how-to-show-custom-fields-after-default-fields/#post-15958089)
 * Hi Daskm,
 * You can edit our template file for the listing form and change the position of
   the custom fields. 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.
 * But, instead of editing the above file directly, I would recommend writing an
   override. Kindly follow [https://pluginsware.com/documentation/customizing-acadp-templates/](https://pluginsware.com/documentation/customizing-acadp-templates/)
   to write an ACADP template override.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] hCaptcha](https://wordpress.org/support/topic/hcaptcha-7/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/hcaptcha-7/#post-15958077)
 * Hi Mirko,
 * Sorry, our registration form is a custom registration form and third-party captcha
   plugins like HCpatcha won’t work with it. But it looks interesting and thanks
   for your suggestion to integrate HCaptcha. We will take note of it and add this
   option in the future.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] word lengths](https://wordpress.org/support/topic/word-lengths/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/word-lengths/#post-15937332)
 * Hi Anne,
 * You can set LIMIT for description on the Listings page. You can enter the “Description
   Length” here [http://prntscr.com/rbvj34](http://prntscr.com/rbvj34)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] register page is no longer found](https://wordpress.org/support/topic/register-page-is-no-longer-found/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/register-page-is-no-longer-found/#post-15927088)
 * Hi Mirko,
 * Sorry for the late reply.
 * Please refer [https://pluginsware.com/anti-spam/](https://pluginsware.com/anti-spam/)
   where we have two methods to block spam, Recaptcha and Honeypot.
 * From these Recaptcha is free which comes with our free version. Please check 
   it out.
 * Also, we have the option to use any third-party Login/Registration plugin with
   ACADP. By using this option, you can use any Login/Registration plugin that blocks
   the spam with ACADP.
 * Hope this helps you.
 * Thanks for Understanding
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Embedding a Vimeo video or YouTube video in EU](https://wordpress.org/support/topic/embedding-a-vimeo-video-or-youtube-video-in-eu/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/embedding-a-vimeo-video-or-youtube-video-in-eu/#post-15926912)
 * Yes, we can differentiate the applications by adding a different text for them
   or by adding a poster image for the video.
 * But, giving consent to either one of the applications also gives access to the
   other. Is this OK? Or do you expect them to work individually? If yes, the video
   could be either from Vimeo or YouTube. So, different companies. Should we get
   consent for each of them individually?
 * The key logic here is to inform the visitor that the content behind the message
   belongs to a third party and it uses cookies. So, we request their consent to
   store the cookie from them. I don’t think that a general visitor would care if
   it’s a YouTube, Vimeo, Google Map, or Openstreet Map. This is the reason we thought
   a common message for both applications is enough.
 * Sorry, I’m not from the EU. So, I may be wrong. I’m just looking to make myself
   more clear before doing any changes to this feature. Please let me know your 
   thoughts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Embedding a Vimeo video or YouTube video in EU](https://wordpress.org/support/topic/embedding-a-vimeo-video-or-youtube-video-in-eu/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/embedding-a-vimeo-video-or-youtube-video-in-eu/#post-15919351)
 * Hi,
 * Actually, we are working on our next version and while checking the Vimeo/YouTube
   video, we are getting the user consent like the Map. So we assume that you would
   have checked this by logging in to the site. In this case, we already get the
   cookie consent from the user while login in and won’t get it again for the video.
   If you are not getting the user consent for the guest users, please submit a 
   ticket on our site [https://pluginsware.com/submit-a-ticket/](https://pluginsware.com/submit-a-ticket/)
   with your site link where you face this problem.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Remove the comment form in single listing view](https://wordpress.org/support/topic/remove-the-comment-form-in-single-listing-view/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/remove-the-comment-form-in-single-listing-view/#post-15919292)
 * Hi,
 * Please disable this checkbox [https://prnt.sc/6u2sp4nJeruC](https://prnt.sc/6u2sp4nJeruC)
   and check it. If still, you have issues, please submit a ticket on our site [https://pluginsware.com/submit-a-ticket/](https://pluginsware.com/submit-a-ticket/)
   with your site link where you face the issue to check it out.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] register page is no longer found](https://wordpress.org/support/topic/register-page-is-no-longer-found/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/register-page-is-no-longer-found/#post-15913018)
 * Hi Mirko,
 * Please refer [https://pluginsware.com/anti-spam/](https://pluginsware.com/anti-spam/)
   to know the methods to avoid spam. Hope this helps you.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] user registration](https://wordpress.org/support/topic/user-registration-125/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/user-registration-125/#post-15872493)
 * Hi,
 * Thanks for your suggestion to approve users before logging in. We will take note
   of it. In the meantime, we have Honeypot integration in our plugin to solve this
   issue. Please refer [https://pluginsware.com/anti-spam/](https://pluginsware.com/anti-spam/)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Embedding a Vimeo video or YouTube video in EU](https://wordpress.org/support/topic/embedding-a-vimeo-video-or-youtube-video-in-eu/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/embedding-a-vimeo-video-or-youtube-video-in-eu/#post-15855058)
 * Hi Mirko,
 * Thanks for bringing this to our notice. We will fix this in our immediate next
   version.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] allows visitors contact the authors of the entries privately](https://wordpress.org/support/topic/allows-visitors-contact-the-authors-of-the-entries-privately/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/allows-visitors-contact-the-authors-of-the-entries-privately/#post-15854923)
 * Hi Mirko,
 * You can enable/disable it here [https://prnt.sc/88Q_iBBGOF1l](https://prnt.sc/88Q_iBBGOF1l)
 * Thanks

Viewing 15 replies - 91 through 105 (of 1,133 total)

[←](https://wordpress.org/support/users/pluginsware/replies/page/6/?output_format=md)
[1](https://wordpress.org/support/users/pluginsware/replies/?output_format=md) [2](https://wordpress.org/support/users/pluginsware/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pluginsware/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/pluginsware/replies/page/6/?output_format=md)
7 [8](https://wordpress.org/support/users/pluginsware/replies/page/8/?output_format=md)…
[74](https://wordpress.org/support/users/pluginsware/replies/page/74/?output_format=md)
[75](https://wordpress.org/support/users/pluginsware/replies/page/75/?output_format=md)
[76](https://wordpress.org/support/users/pluginsware/replies/page/76/?output_format=md)
[→](https://wordpress.org/support/users/pluginsware/replies/page/8/?output_format=md)