pluginsware
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Listing URL on Order Admin PageHi,
Sorry, It is not possible to show the listing URL on the WooCommerce orders page list. If you need this feature, you can contact our customization team by submitting a ticket on our site https://pluginsware.com/get-a-quote/.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] User information- where to find?Hi,
Our plugin login and register is just an interface to WordPress login register. You can check the user details in your admin under users menu.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Not seeing Google MapsHi,
Kindly submit a ticket in our site https://pluginsware.com/submit-a-ticket/ with your site URL 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] Shortcode for Favourites.Hi,
Sorry currently we don’t have option display only the listing added to the favorites.
Regarding Custom Fields, Yes it is possible. 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] listing detailsHi,
Listing details should display fine. Kindly submit a ticker on our site https://pluginsware.com/submit-a-ticket/ with your site URL where you are facing this issue. So that our tech team will check and update you.
Thanks
Hi,
Open your WordPress admin and click Classifieds & Directory Settings -> Pages -> Payment receipt page Set to Manage Listings.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] search widget not workingHi,
There is no issue in search listings widgets. The custom field “Seller Type” is configured wrongly in the backend. Need to select the “Allow null” field should be “Yes”. Previously it set as “No”. So only it’s not working. Now its resolved and search listing is working. Kindly check it.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Image SizeHi,
“Advanced Classifieds and Directory Pro” uses the built-in upload system from WordPress. So, you can control the image dimensions under “Settings => Media”. Kindly refer https://codex.wordpress.org/Settings_Media_Screen
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] ShortcodeHi,
Try using the Shortcode [acadp_listings filterby=featured] to list the featured listings.
https://pluginsware.com/documentation/shortcodes/
But, it is not possible to display NEW and POPULAR listings separately.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Submit Listing Success MessageHi,
Open the below file,
Root -> wp-content -> plugins -> advanced-classifieds-and-directory-pro -> includes -> functions-acadp-general.php
In the above file search the following function
acadp_get_listing_status_i18n
In this function remove the below code:
return $post_status->label;
And add the following code:
if( $post_status->label == ‘Pending’){
return ‘Your Ad has submitted and pending for review. After review, your Ad will be live for all users’;
} else {
return ‘Published’;
}Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Remove Sidebar from Single ListingHi,
Our Individual listing pages are Custom Post Type “acadp_listings” and they cannot be found under “WordPress => Pages”. Kindly check “STEP 8: CONFIGURE SINGLE LISTING PAGE” section under https://pluginsware.com/documentation/getting-started/ to see how the listing detail page is designed. But the layout for posts is controlled by single.php of your theme. Since ACADP listings are Custom Post Type “acadp_listings”, they will use the same post template(single.php). So, you can Override the single post template(single.php) from your theme, like “single-acadp_listings.php” and do your changes inside this file. Kindly refer https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
Thanks
Hi,
Sorry, it is not possible to have custom field which shows the unique id starts with location slug and post id.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Contact Number filedHi,
1. How to show contact number (optional) filed on “Contact this listing owner” form? Can you implement this, please?
– Sorry, we don’t have the feature to show contact number on the “Contact this listing owner” form.
2. Please add lightbox on listing details page image slider.
– Thanks for your suggestion, we will take note of it and add it in future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Custom Fields LocationHi,
Sorry, the feature to add custom fields for selective location is not available. We will take note of it and add this in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] LogoutHi,
You can add [acadp_logout] shortcode to your page and link it to a menu. By clicking this menu, your users can logout. After logout it will redirect to the Login page. We assume that you should have either removed our Login Page created by our plugin or removed the login page from Page Settings. If still, you have issues, please submit a ticket on our site https://pluginsware.com/submit-a-ticket/. So that our tech team will check and update you.
Thanks