Title: pluginsware's Replies - page 18 | 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 - 256 through 270 (of 1,133 total)

[←](https://wordpress.org/support/users/pluginsware/replies/page/17/?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)…
[17](https://wordpress.org/support/users/pluginsware/replies/page/17/?output_format=md)
18 [19](https://wordpress.org/support/users/pluginsware/replies/page/19/?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/19/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Is any option to change profile photo?](https://wordpress.org/support/topic/is-any-option-to-change-profile-photo/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/is-any-option-to-change-profile-photo/#post-13550738)
 * Hi,
 *  Sorry, currently we don’t have the option to change the profile photo in the
   user dashboard.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Compatible with WPbakery](https://wordpress.org/support/topic/compatible-with-wpbakery-2/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/compatible-with-wpbakery-2/#post-13545599)
 * Hi,
 * 1- I installed the plugin since it says it’s compatible with WPbakery.
    But it
   looks like it’s not! trying to add a grid but WPbakery seems it doesn’t recognize
   the post type of the plugin.
 * – Sorry, we didn’t develop any compatible plugin for WPbakery to recognize our
   post type. But, you can use our shortcode in your builder.
 * 2- are there shortcodes or easy way to customize the elements of the listing 
   details page?
 * – Yes, you can generate our plugin shortcode from your admin under Classifieds&
   Directory –> Dashboard –> Shortcode Builder.
 * Please refer [http://prntscr.com/pe6xld](http://prntscr.com/pe6xld)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] HTML stripped on main listings page](https://wordpress.org/support/topic/html-stripped-on-main-listings-page/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/html-stripped-on-main-listings-page/#post-13477600)
 * Hi,
 * Please try the below solution,
 * 1. Open the below files,
 *  /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.php
 * 2. Find the following code in the above files,
 * `<?php echo wp_trim_words( $post->post_content, $listings_settings['excerpt_length'],'...');?
   >`
 * 3. Replace the above code with the below code,
 * `<?php echo $post->post_content; ?>`
 * 4. Finally, save the files and check your site.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Page builder shortcode on search results or listing](https://wordpress.org/support/topic/page-builder-shortcode-on-search-results-or-listing/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/page-builder-shortcode-on-search-results-or-listing/#post-13477562)
 * Hi,
 * Please try the below solution.
 * 1- File path: wp-content/plugins/advanced-classifieds-and-directory-pro/public/
   partials/listings/
 * Open the below files,
 * 1 – acadp-public-listings-grid-display.php
 * 2 – acadp-public-listings-list-display.php
 * 3 – acadp-public-listings-map-display.php
 * In the above three files, find the class acadp-listings-desc and add the below
   code before this class.
 * `<?php $content = preg_replace('/\[\/?vc.*?\]/', '', $post->post_content ); ?
   >`
 * In the acadp-listings-desc class :
 * Find & Remove:
 * `wp_trim_words( $post->post_content, $listings_settings['excerpt_length'], '...');`
 * Replace:
 * `wp_trim_words( $content, $listings_settings['excerpt_length'], '...' );`
 * Finally, save it and check.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] AMP support](https://wordpress.org/support/topic/amp-support-77/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/amp-support-77/#post-13477456)
 * Hi,
 *  Sorry, currently our plugin doesn’t support AMP.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] MANAGE LISTING PAGE](https://wordpress.org/support/topic/manage-listing-page-2/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/manage-listing-page-2/#post-13447279)
 * Hi,
 *  Seems to be a CSS conflict. Kindly 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. So that our tech team will check
   and update you.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Fatal Error](https://wordpress.org/support/topic/fatal-error-3639/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-3639/#post-13442175)
 * Hi,
 * Looks like you’re trying to “network-activate” the plugin. Activate it on only
   the subsites on which you need a directory. This can be done under “Plugins -
   > Add New” as the Administrator user.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] contact mail, phone and adress disappear](https://wordpress.org/support/topic/contact-mail-phone-and-adress-disappear/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/contact-mail-phone-and-adress-disappear/#post-13438314)
 * Hi,
 *  We assume that you have enabled any of the following widgets under Appearance–
   > Widgets. Kindly disable it and check. Kindly refer “STEP 8” in [https://pluginsware.com/documentation/getting-started/](https://pluginsware.com/documentation/getting-started/)
 * “ACADP Listing Address”
    “ACADP Listing Contact” “ACADP Listing Video”
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] ACADP Search in the Side Bar and other 3 suggestions](https://wordpress.org/support/topic/acadp-search-in-the-side-bar-and-other-3-suggestions/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/acadp-search-in-the-side-bar-and-other-3-suggestions/#post-13438290)
 * Hi,
 *  Thanks for contacting us.
 * 1- When you are in Auto category (for example) and select a location or a diffirent
   category in ACADP Search (search form) in the Side Bar, you are redirected to
   another page ([acapd_search)]. However, when you make a choice you have to stay
   on that page.
 * – You can use the [acapd_search] shortcode on the same page where you use the[
   acapd_search_form] shortcode to overcome this.
 * 2- ACADP Categories and ACADP Locations independently of each other. When I make
   a choice in ACADP Categories, the choice I made before in ACADP Locations disappears.
   These should work together.
 * – We will take note of this and look into it in the future.
 * – In the search form when you want to select a location or category, all categories
   and locations appear suddenly. Maybe there are thousands of states and cities
   and categories, it is difficult to find what you are looking for.
 * For example the second category should appear when you select the first category,
   and the third should appear when you select the second category.
 * – I think you’re using our [acadp_search_form] shortcode. Am I correct?
 *  Subcategories are displayed in separate select only in our “vertical” layout.
   But, you must be using the default “inline” layout. There is a short-code attribute
   to display the search form vertically.
 * Kindly use [acadp_search_form style=vertical]
 * 2- I could not find a search form shortcut with only location and category. Search
   form is a great but we need another small search form with only location and 
   category.
 * – You can customize your [acadp_search_form] with few attributes.
 *  Search attributes:
 *  location=1|0
    category=1|0 custom_fields=1|0 price=1|0
 *  Example: [acadp_search_form custom_fields=0 price=0]
 * But, Sorry, it is not possible to remove the Keyword search field. You can hide
   the Keyword search by using some CSS tricks. Kindly add the following CSS code
   in your theme’s style.css file for this.
 *  .acadp-search .form-group:first-child { display: none !important; }
 * 3- Limiting the number of listings module should be free. Bcuz there are many
   websites that offer limited listings, and it doesn’t make sense to offer unlimited
   listings at first. This could negatively affect the market.
 * – Thanks for your suggestion. We will take note of this.
 * Thanks
 * 3- Limiting the number of listings module should be free. Bcuz there are many
   websites that offer limited listings, and it doesn’t make sense to offer unlimited
   listings at first. This could negatively affect the market.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Sorry! Please try again. when I try to commen on post](https://wordpress.org/support/topic/sorry-please-try-again-when-i-try-to-commen-on-post/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/sorry-please-try-again-when-i-try-to-commen-on-post/#post-13438219)
 * Hi,
 *  Seems to be strange. Kindly submit a ticket on our site [https://pluginsware.com/submit-a-ticket/](https://pluginsware.com/submit-a-ticket/)
   with your site URL where you face the issue.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Not displaying the wp-admin page](https://wordpress.org/support/topic/not-displaying-the-wp-admin-page/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/not-displaying-the-wp-admin-page/#post-13412185)
 * Hi,
 *  Please deactivate our plugin and check it again. If you find these issues only
   when you activate our plugin, please submit a ticket on our site [https://pluginsware.com/submit-a-ticket/](https://pluginsware.com/submit-a-ticket/)
   where our tech team will check and update you.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Remove decimal number](https://wordpress.org/support/topic/remove-decimal-number/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-decimal-number/#post-13401729)
 * Hi,
 * Kindly refer [https://wordpress.org/support/topic/remove-decimals-1/#post-7546324](https://wordpress.org/support/topic/remove-decimals-1/#post-7546324)
   to remove the decimal.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] “New” and “Popular” listings on home page?](https://wordpress.org/support/topic/new-and-popular-listings-on-home-page/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/new-and-popular-listings-on-home-page/#post-13395706)
 * Hi,
 *  Sorry, there is no option to configure a shortcode to display listings notated
   as “new” or “popular”.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] No funciona “contraseña olvidada”](https://wordpress.org/support/topic/no-funciona-contrasena-olvidada/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/no-funciona-contrasena-olvidada/#post-13379960)
 * Hi,
 *  Are you using our plugin ACADP registration? or any third-party registration
   plugin? If you are using our plugin registration, Please submit a ticket [https://pluginsware.com/submit-a-ticket/](https://pluginsware.com/submit-a-ticket/)
   where our team will check and update you.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Classifieds & Directory Pro] Sección de los campos personalizados](https://wordpress.org/support/topic/seccion-de-los-campos-personalizados/)
 *  Plugin Author [pluginsware](https://wordpress.org/support/users/pluginsware/)
 * (@pluginsware)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/seccion-de-los-campos-personalizados/#post-13379953)
 * Sorry, currently it is not possible to change the display position of the custom
   field.
 * Thanks

Viewing 15 replies - 256 through 270 (of 1,133 total)

[←](https://wordpress.org/support/users/pluginsware/replies/page/17/?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)…
[17](https://wordpress.org/support/users/pluginsware/replies/page/17/?output_format=md)
18 [19](https://wordpress.org/support/users/pluginsware/replies/page/19/?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/19/?output_format=md)