Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the solution they gave you is to fix the maps not loading and it is useful.
Now we will look into the back end pages.
We’ll keep you posted,
Thanks
Hi,
what do you mean by : disable the “list” and “send notice to all users”.
Please explain,
Thanks
September 25, 2015 at 8:22 pm in reply to: How to enable recurring payment provider selection (stripe vs. paypal)? #54554Hi,
this is a wrong information: For paypal customers who are not resident within USA or UK, they are restricted to not be able to use paypal recurring payments until a revenue of 5.000 EUR on monthly basis is established.
All our customers (from all over the world) are paying GeoDirectory via paypal recurring payments and I don’t even understand what this means: until a revenue of 5.000 EUR on monthly basis is established.
Recurring payments via paypal is available for everyone with a verified account and to verify an account a customer must associate a credit card to their paypal account.
It is not possible to enable recurring for Stripe and not for Paypal in any case.
Thank you
Hi,
in Whoop taxonomies are added back to the template with this action:
add_action('geodir-whoop-listing-taxnomies', 'geodir_action_details_taxonomies', 40);adding this to your functions.php will remove them:
remove_action('geodir-whoop-listing-taxnomies', 'geodir_action_details_taxonomies', 40);However this include both tags and categories.
To add them back you have several options. It all depends where you want to put them.
Let us know,
Thanks
Hi Barbara,
we will need admin credentials too in order to tell you more.
Let us know,
Thanks
Hi Mark,
1) this require a template customization, GeoDirectory allows only 1 sidebar in the detail page
2) This is currently impossible without breaking responsive layout.
3) I see the search bar having the same width as the map, let me know if you fixed this or if I miunderstood you.
4) add this to GeoDirectory >> Design >> Script >> Custom CSS
#gd-sidebar-wrapper.geodir-sidebar-left { margin-right: 2%; } #gd-sidebar-wrapper { margin-left: 2%; }Than remember to increase sidebars size in GeoDirectory >> Design >> Home.
Thanks
This reply has been marked as private.September 25, 2015 at 6:59 pm in reply to: Where is the field "shown on sidebar" in which database table located? #54546This reply has been marked as private.September 25, 2015 at 6:53 pm in reply to: Notice : Object of class WP_Post could not be converted to int #54543That is just a notice in any case you could solve it with this: https://wpgeodirectory.com/docs/faqs/help-i-get-a-php-warning-on-my-pages/
Let us know,
Thanks
Hi,
what browser are you using?
Is the page fully loaded when you click on the image?
Here it is working fine. See image attached.
Thanks
Hi,
there seems to be some faulty CSS in the child theme. If you provide FTP credentials for one of the website we will try to fix it for you.
Let us know,
Thanks
The category top description is only used there. It doesn populate the meta description for SEO. You must have entered it somewhere else’s too. Probably in Yoast settings.
Just leave the Category Top description blank. Or Hide it with CSS.
Thanks
September 25, 2015 at 6:23 pm in reply to: Change Sidebar item position from below to upper part #54532I’m sorry Max, I got confused and was giving you a wrong information. That template is no longer even used. Stiofan corrected me. You just need these in your functions.php:
remove_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_place_details', 10); remove_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_widget_area', 20); add_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_place_details', 20); add_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_widget_area', 10);I added them already and it works.
Thanks
You are welcome 🙂
Hi,
I’m sure there isn’t an option to do that. I’ll ask to the developers if there is a hook though.
We’ll keep you posted.
Thanks
-
AuthorPosts