Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I will add one right after we release the new comaptibility pack plugin that will be 1 for all themes.
Stiofan is almost done with it.
Thanks
Hi,
The only option would be to to take any missing information from the duplicate listing. Edit the 1st listing with the missing information and than delete the duplicate.
Thanks
Have you tried disabling all non GD plugins to see if that solves the problem?
Nobody else reported something like this.
Let us know,Hi Adrian,
you should use %%sep%% only, without %%current_location%%.
Please provide a link and wp admin credentials so that we can check.
We double check on our test sites and we can confirm that it works.
Thx
In your active theme functions.php, but not using a child theme means that next update of your theme will erase all your changes.
I’d reconsider using a child theme if I were in you.
Thx
hi,
I’ve just tested with query monitor on one of our test websites with all addons installed and these are the results for 3 admin pages.
1) wp admin plugin page :
page generated in : 0.17s
ram used : 22.45mb
database queries : 39 in 0.0459s2) wp admin gd page
page generated in : 0.15s
ram used : 22.28mb
database queries : 47 in 0.0126s3) wp admin settings page
page generated in : 0.13s
ram used : 23.76mb
database queries : 36 in 0.0037sSee images attached.
Server Resource Usage seems to me to be in line with other WordPress pages.
If your results are much different please post a link and wp admin credentials and we will have a look.
Thx
Hi again,
you are using Core 1.3.5 with an outdated multilocations addon.
You should go to your profile page here and click on “ThemeTailors Sales: Sync forum access”
Than go to your website and click GeoDirectory >> Auto updates.
Add your username and password of this forum and you will be able to auto update from within your wordpress dashboard.
Thanks
Most likely the culprit is Super Socializer WhiteLabel
Can you try deactivating it?Let us know,
Thx
1 any email sent to a customer can be BBC’d to yourself too. Currently you would have to custom code a script to extract any such data though.
2 We are open to develop anything if it can bring value to GD and it’s feasible considering our Team’s current priorities. But it needs to be submitted here and voted by many members before we really take it into consideration.
Thanks
Hi,
you can change the label “Listing Title” to whatever you like through the translation file, but currenltly you can’t add a different label to the add listing form for each CPT.
Thanks
Currently that is not. We have added a task already for February to review the entire Neighbourhood system though.
I’m sure we can look into extending the neighbourhood filter to related listing too.
We’ll keep you posted.
Thanks
Would you please provide a link, wp admin and phpmyadmin (cpanel) credentials?
You can do that in a private reply that only staff will be able to read.
Thx
Hi,
It appears that you are missing a DB table. Did you run the GT Tool >> Multisite DB conversion check?
let us know
This will require a code customization. Would you like me to move this in the jobs section?
let us know,
Thx
You can use conditional tags to filter custom post type and present only the corresponding fields.
Example:
if ( 'gd_school' == get_post_type() ) { // school fields here } elseif ( 'gd_restaurant' == get_post_type() ) { // restaurant fields here } else { // nothing here in case it's neither school or restaurant }Let us know how you went.
Thanks
-
AuthorPosts