Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
you can easily overwrite that via functions.php.
Example:
function set_posts_per_page_for_cpt( $query ) { if ( !is_admin() && $query->is_main_query() && is_post_type_archive( 'gd_place' ) ) { $query->set( 'posts_per_page', '20' ); } } add_action( 'pre_get_posts', 'set_posts_per_page_for_cpt' );I haven’t tested this, so use with caution.
otherwise you could try a plugin like this: https://wordpress.org/plugins/custom-posts-per-page/
Let us know how you went,
Thanks
June 24, 2016 at 6:11 pm in reply to: This page didn't load Google Maps correctly. See the JavaScript console for tech #215400Hi,
yes using OSM is an option too.
We just realized Google stopped serving keyless requests made to the Google Maps API. They said starting from the 22, but probably they only started enforcing this today. We were not aware of it and they only released this, which we discovered today:
https://googlegeodevelopers.blogspot.mx/2016/06/building-for-scale-updates-to-google.html
Stiofan is adding a field to add a Google Map API key. It should be released in the next hour or so.
That will solve it and enable the Google Maps API to work again.
Thanks for your patience,
Hi,
did you see this article of our getting started documentation?
https://wpgeodirectory.com/docs/installing-addons/
Let us know if that didn’t help.
Thanks
Ok please let us know,
Thanks
Hi,
please add this to GD >> design >> scripts >> custom css:
.home .geodir-entry-meta { display: none; }Let us know if that is what you wanted.
Thanks
I’m sorry, but at the moment we have much higher priorities.
Import of coupons via CSV has never been requested before and we don’t implement new features unless requested by a large portion of the community members.
Any decent developer could be hired to do that, importing the coupons in the DB via SQL.
Thank you,
Stiofan managed to check your website using a VPN, you must have country filters… He’ll let us know asap.
Thanks
Hi,
I’m sorry, there is not.
Thanks
I’m sorry Lucian
few other members are experiencing that this morning. The developers are looking into it right now.
We will let you know as soon as we find the problem.
Thanks for your patience,
June 24, 2016 at 5:30 pm in reply to: This page didn't load Google Maps correctly. See the JavaScript console for tech #215369Hi,
few other members are experiencing that this morning. The developers are looking into it right now.
We will let you know as soon as we find the problem.
Thanks for your patience,
June 24, 2016 at 5:30 pm in reply to: Oops! Something went wrong. This page didn't load Google Maps correctly. See the #215367Hi Rebecca,
few other members are experiencing the same this morning. The developers are looking into it right now.
We will let you know as soon as we find the problem.
Thanks for your patience,
Hi Leonardo,
I got several memory exhausted and 500 internal server error even before being able to access your dashboard.
I tried to pass this to the developers, but they can’t even access wp-login.php, they get:
Forbidden
You don’t have permission to access /catalogo/wp-login.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I believe the problem is server related. Please move the website to a better hosting provider and I’m almost positive that all this problem will go away.
Let us know,
Thanks
You are welcome 🙂
Please try:
.home .featured-area, .sd-location .featured-area{ height: 70vh; }June 24, 2016 at 5:05 pm in reply to: I enter address, after a few seconds the map marker moves back to default #215323This reply has been marked as private. -
AuthorPosts