Paolo
Forum Replies Created
-
AuthorPosts
-
The URL structure will be:
domain.com/cpt-name/country/region/city
Example:
http://wpgeo.directory/attractions/united-states/illinois/chicago/
For Neighbourhoods this is not possible at the moment, but we started working on making hoods work just like any other location.
Thanks
This reply has been marked as private.Hi,
you need to install both and only activate the CHild Theme.
The Child theme is only needed to keep the core untouched, so that if you need to make style or functions changes you make them directly in your child theme without fear of losing them when you update the parent theme.
https://codex.wordpress.org/Child_Themes
Thanks
Please add this to your custom css:
.page-id-1723 #gd-sidebar-wrapper { display: none; }Thanks
Invalid Username/Password.
Let us know,
Thanks
Could it be the popup plugin you added? Did you ever see GeoLocation work since you installed it?
Let us know,
Thx
Hi,
personally I have never used a plugin to transfer a website. I normally do a back up of wp-content and transfer it via SSH or FTP and a back up of the database that I export from the old site and import to the new site via phpmyadmin or similar.
That’s the easiest way…
Hope this helps,
Thanks
Hi,
you could use this action to add text above the signup forms:
do_action('geodir_sidebar_signup_top');Example (add : some dummy text)
add_action('geodir_sidebar_signup_top', 'my_signin_customtext'); function my_signin_customtext() {echo '<h3>Some Dummy Text</h3>';}This will be the result: http://wpgeo.directory/gd-login/
Otherwise you can create a folder called geodirectory in your child theme and move copies of the plugins templates in it to modify them.
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/
In this case you want to modify geodir-signup.php
Thanks
Hi,
1) WPML is the only multilanguage plugin compatible with GD https://wpml.org/plugin/geodirectory/
2) You can use social connect https://wordpress.org/plugins/social-connect/, it will integrate seemlessly.
Thank you
December 4, 2015 at 5:28 pm in reply to: How to create a page to list only featured listings? #62581Hi,
The featured isn’t a taxonomy, you can only sort listings by featured, so that featured listings will show on top, but you can’t filter them only by featured.
There are few workarounds though, you could add a tag only to featured listings and use it to filter the featured listings. (you will need to make sure nobody uses that tag in non featured listings though.
Another solution could be to use the Popular Post View shortcode on any custom page and show a defined number of listings filtered by featured : https://wpgeodirectory.com/docs/core-shortcodes/#poppost
Let us know how you went,
ThanksHi,
from the next version, it will be possible to limit number of usage of coupons and disable coupon usage per price package.
Thanks
Hi Stuart,
we will need admin credentials to have a look at your settings in order to be albe to assist.
If you provide them in a private reply we will look into it.
Thanks
p.s. this is not a chat where we assist members one on one at specific times. We reply to support requests in order of submission, during our working time. Just FYI
December 4, 2015 at 4:30 pm in reply to: No difference between payment incomplete and successful #62573Hi Emma,
some more comments:
Currently the payment method name differentiate the incomplete(no checkout step done) and successful payment invoice.
In invoices list, if user has skipped checkout page then “Payment Method:” displays “Na” otherwise “Payment Method:” shows payment method name used to completed checkout step.Let us know,
Thanks
Hi,
please provide a link and admin credentials in a private reply and we will check your settings and provide solutions for your questions.
Difficult to do without seeing the website.
Thank you
December 4, 2015 at 4:18 pm in reply to: Place Settings: Saving customised sections after efit #62571Hi Alex,
there are no folders in the FTP created. Looks like you create some FTP space especially for that user.
Do you have cpanel or something similar with that hosting plan?
If you do, please provide link and credentials for it and we will figure out how to access your ftp.
Let us know,
Thanks
-
AuthorPosts