pluginsware
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Blank Page after Posting a Listing.Hi,
Maybe a configuration issue. Please submit a ticket on our site https://pluginsware.com/submit-a-ticket/ with your site link. So that our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Two columns mobile displayHi,
Sorry, there are no settings to change any styles. Our plugin uses Bootstrap for the design. The only solution at the moment is to write CSS overrides for our HTML elements. You must add your custom CSS overrides under the “Advanced CSS” option of your theme’s customizer panel.
Thanks
Sorry, it is not possible to have an empty listing until the user searches. But, we will take note of this look into it in the future.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Counter widgetHi,
Are you looking for the listing count while searching? If so, it is already available. Please check http://prntscr.com/t062xo
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Marking adverts as soldHi,
Sorry, currently you can only edit and mark it sold. But we take note of this and look into in the future.
Thanks
Hi,
To display listings on the map, use the shortcode [acadp_listings view=map]
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Function RequestHi,
Sorry for the inconvenience and currently we don’t any other option. But this is already noted, so we will look further into this in the future.
Thanks
Hi,
Please submit a ticket on our site https://pluginsware.com/submit-a-ticket/ and explain the issue with your site link. So that our tech team will check and update you on this.
Thanks
Hi,
Our Individual listing pages are Custom Post Type “acadp_listings” and they cannot be found under “WordPress => Pages”. Kindly check the “STEP 8: CONFIGURE SINGLE LISTING PAGE” section under https://pluginsware.com/documentation/getting-started/ to see how the listing detail page is designed. Normally 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
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Parent location on subsequent postHi,
Kindly make sure the $post->ID in your code returns the current POST ID. That should be the reason for the issue. Kindly get me the exact page link where you use this code. So, I can get a clue about the issue.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Show Parent category for a listing ?Hi,
Sorry, the option to show the Parent Category of a listing is not available. But we will take note of this and add it to our TODO list.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Parent locationHi,
As our locations are nothing but WordPress taxonomies, Please refer https://stackoverflow.com/questions/42620296/wordpress-how-to-get-term-name-from-term-id to get the location name using the location id.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Search box and lenguagesHi,
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 location=0 category=0]
And please refer https://pluginsware.com/documentation/creating-translation-files/ to translate the plugin.
Kindly remember to name your language files like below,
advanced-classifieds-and-directory-pro-{YOUR_LANG_TAG}.mo
advanced-classifieds-and-directory-pro-{YOUR_LANG_TAG}.poAlso, I would suggest placing your language files under /wp-content/languages/plugins/ to keep them working ever.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Picture uploads slowHi,
Sorry, there is no option to change that order.
But you can do this by just editing our template file for the listing form. 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 and move the image upload area.
But, instead of editing the above file directly, I would recommend writing an override. Kindly follow https://pluginsware.com/documentation/customizing-acadp-templates/ to write an ACADP template override.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Picture uploads slowHi,
Actually, the slow speed is not due to our plugin. It may be due to your server configuration. Please contact your host for the upload the speed issue.
Thanks