pluginsware
Forum Replies Created
-
Hi,
Sorry, it is not possible to use our plugin to have both a Classified Directory and a Business Directory on the same site.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] add tag featuredHi,
Sorry, there is no option to have additional tags, But we will take note of this and look into it in the future.
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
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] display custom field next to the priceHi,
Sorry, there is no option for this.
But if you just want to alter the listing content displayed, then you will need to override our listing detail page template. Kindly refer https://pluginsware.com/documentation/customizing-acadp-templates/
You will have to override the /wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listing/acadp-public-listing-display.php file
We advise you to write override instead of editing the above files directly. Kindly refer https://pluginsware.com/documentation/customizing-acadp-template
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Error in multisiteHi,
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.
Hope this solved your issue!
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Change links & buttons colorsHi,
Kindly add the below CSS code in your theme’s style.css file or in the “Advanced CSS” option of your theme’s customizer panel and change the color code and check.
.acadp .btn-primary {
color: #fff;
background-color: #91B3DF;
border-color: #91B3DF;
font: inherit;
font-size: large;
text-transform: uppercase;
}
.acadp a {
color: #91B3DF;
text-decoration: none;
font-weight: bolder;
}
.acadp .btn-default {
color: #fff;
background-color: #5C5C5C;
border-color: #5C5C5C;
font: inherit;
font-size: large;
text-transform: uppercase;
}Thanks
Hi,
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
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Limit number of listings by userHi,
Sorry, the feature to limit listings based on the user is not available.
Thanks
Hi,
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
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Google Maps APIs for correct workHi,
“Google Maps API key” is required in order to show map and geo-location. You can add your Google Maps API key under General tab –> map settings of our plugin.
You can get your key under https://console.developers.google.com/flows/enableapi?apiid=maps_backend,geocoding_backend,directions_backend,distance_matrix_backend,elevation_backend&keyType=CLIENT_SIDE&reusekey=true&pli=1
Kindly make sure that the API key you have created has permission to work in the domain name you use now.
And you need to enable the Geocoding API in Developer Console:
The path to enable the API:
Go to Developer Console -> APIs & auth -> APIs->Search for Geocoding and click on Google Maps Geocoding API -> Enable API. And also verify your project has an active billing account: http://g.co/dev/maps-no-account For more information on usage limits and the Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/usage.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Multiple Select and other DesiderataHi,
Thanks for your suggestion to change the field label and sure, we will take note of this.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Multiple Select and other DesiderataHi,
Probably a configuration issue. You must have set an invalid “Base location” under the plugin settings. Change it to the default selection (Select a Location) and this must solve your problem.
Also, kindly check the explanation of “Base Location” option in https://pluginsware.com/documentation/general-settings/
If still, the issue remains, please let me know
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Multiple Select and other DesiderataHi,
Thanks for your suggestion to include the Multiple Select options along with the Text, Text Area, Select, and we will take note of this and look into this in the future.
And “Advanced Classifieds & Directory Pro” developed using WordPress standards. So it should work on any WordPress theme that developed using WordPress standards.
We assume that you are facing a conflict issue. In this case, please submit a ticket on our site https://pluginsware.com/submit-a-ticket/ and explain your issue in detail. So that our tech team will check and update you.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Login redirectSorry, currently there is no option to change the login/register redirect URL.
Thanks
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] User Dashboard – Interacting with it.Hi,
You can use [acadp_user_dashboard] shortcode on your page to allow your users to login and view their dashboard.
Thanks