Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
You can tell them:
this link returns a 500 Internal Server Error: http://ratethetrainers.com/wp-admin/admin-ajax.php?action=geodir_ajax_action&geodir_ajax=map_ajax&ajax_action=cat&cat_id=1242&search=&zl=2&gd_posttype=gd_trainers
It should return a JSON response with results from that query.
Why?
Thanks
Hi,
now you changed back in GeoDirectory >> Design >> Listings >> Width of listing content section to 60, while I had set it to 100.
Now it should be all fine, if there is anything else that isn’t please let me know before changing any settings. I’ll look into it.
Thanks
Hi,
it isn’t a login issue. That is the query for the location map for example. The server is returning error 500 and the plugin isn’t able to return listings.
Only the server admin can track down this and fix it. It is a server configuration problem.
Thanks
Hi,
the server is throwing a 500 Internal Server Error:
“NetworkError: 500 Internal Server Error – http://ratethetrainers.com/wp-admin/admin-ajax.php?action=geodir_ajax_action&geodir_ajax=map_ajax&ajax_action=cat&cat_id=1242&search=&zl=2&gd_posttype=gd_trainers”
Please check with your server provider.
Thanks
Hi,
at the moment the only way would be to add the copyright info on the picure itself using photoshop or any other picture editor.
Thanks
Hi,
you’d need the prices and payments add-on to manage tags via prices.
ThanksHi,
try this in your theme functions.php:
add_filter('the_content' ,'geodir_my_new_listings_content'); function geodir_my_new_listings_content($content) {global $post; if ( is_single() ) { $custom_content = '<img src="'.$post->geodir_partner_program_logo.'">'; $custom_content .= $content; return $custom_content; } }Setting to enable/disable access to the wp-admin area is in GeoDirectory >> General.
Let us know how you went,
Thanks
Hi,
you need to include the listing’s title to include also the listing’s link. It is a widget option.
I’ve just tested crating a sandbox twice with 2 different gmail accounts and it worked flawlessly both times. The email with the activation link comes from [email protected], please check if the email didn’t go directly into your spam folder.
If it isn’t there, please try whitelisting the address [email protected] within your account. Ultimately, please try an other email address.
Thanks
You are welcome 🙂
Hi,
the Custom Post Type Places was set to don’t translate in WPML settings.
It is working now.
Thanks
Hi,
yesterday when I changed settings it was working, did you add any more custom css or changed themes settings anywhere?I’ve added 1 more css rule to fix this. Hopefully this will stick.
Thanks
Hi,
no that is not possible, you should use multiple select fields each with its own title.
Thanks
You can’t… I’m sorry.
Hi,
I’m sorry, but it doesn’t belong to normal code.
If you add the address or any other field in the listings page via custom field settings, it doesn’t add them like that in a table.
I’ve checked your settings and for example for address, the option : Auf der Eintrags-Seite zeigen? is set to Nein.
How is the address and telephone number added to listings in a table via normal code? Maybe we’ve missed something…
Let us know,
Thanks
Now it’s deep night for the person who is meant to look into this. He’ll be letting us know in the next 24 hrs.
Thanks for your patience,
-
AuthorPosts