pluginsware
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Is any option to change profile photo?Hi,
Sorry, currently we don’t have the option to change the profile photo in the user dashboard.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Compatible with WPbakeryHi,
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
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] HTML stripped on main listings pageHi,
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.php2. 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
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
In reply to: [Advanced Classifieds & Directory Pro] AMP supportHi,
Sorry, currently our plugin doesn’t support AMP.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] MANAGE LISTING PAGEHi,
Seems to be a CSS conflict. Kindly submit a ticket on our site 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
In reply to: [Advanced Classifieds & Directory Pro] Fatal ErrorHi,
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
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/
“ACADP Listing Address”
“ACADP Listing Contact”
“ACADP Listing Video”Thanks
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|0Example: [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.
Hi,
Seems to be strange. Kindly submit a ticket on our site https://pluginsware.com/submit-a-ticket/ with your site URL where you face the issue.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Not displaying the wp-admin pageHi,
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/ where our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Remove decimal numberHi,
Kindly refer https://wordpress.org/support/topic/remove-decimals-1/#post-7546324 to remove the decimal.
Thanks
Hi,
Sorry, there is no option to configure a shortcode to display listings notated as “new” or “popular”.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] No funciona “contraseña olvidada”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/ where our team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Sección de los campos personalizadosSorry, currently it is not possible to change the display position of the custom field.
Thanks