Paolo
Forum Replies Created
-
AuthorPosts
-
This is something i might have missed, where would be the option to disable regions?
Hi,
it seems like your hosting provider also fixed whatever was generating the server error 500 on ajax calls (but they didn’t say it… )
🙂
Hi,
that is a page with this shortcode in it:
[gd_location_switcher]
Let us know,
Thanks
Hi,
Correct me if I’m wrong, but I only see the widget titles bottom border and the wee dashed gray background missing.
For that part as Guust said, it is almost impossible to make it right. The theme author decided to add not 1 but two empty divs just to add elements to the widget title.
The only solution would be to remove the dashed gray background everywhere with :
.stripe-line { background: none repeat scroll 0 0 }Than remove the css you added here:
.geodir-widget h3 { font-family: BebasNeueRegular,arial,Georgia,serif; font-size: 20px; margin-bottom: 10px; margin-right: 10px; }and change it with :
#geodir-sidebar .widget-title { border-bottom: 4px solid #365e8f; font-family: BebasNeueRegular,arial,Georgia,serif; font-size: 20px; margin-bottom: 10px; width: 100%; }If you provide a list of other things you’d want to change, I’ll be glad to provide css for them (if possible).
Let us know,
Thx
Hi,
yes you should switch over and use the regualr shortcodes now.
Thanks
just add
#geodir_wrapper {overflow:hidden;}You could add other css I’m sure to make it look better, but I’d need to see a link to tell you more.
We created compatibility for highly requested theme and this is not one of them.
Thanks
In a case like yours, no. They will never prevent the plugin from working.
Thanks
hi,
that means you are using the wrong links. You are using listing links instead of category links.
Thanks
Hello,
geodirectory-de-DE_done.mo should be geodirectory-de_DE.mo
Let us know if you solved.
Thanks
The 1st thing should be in place already, let me know,
For the 2nd part, if you want to add categories below the CPT links, you will need to remove the listings links from GD >> design >> navigation.
Than create the top level CPT links as custom links from Appearance > menu and than add the CPT categories as dropdown menus.
Let us know how you went.
Thanks
Hi,
it is impossible to make a plugin that works with every theme. There are a lot of themes out there, which do not follow wordpress standards and best practices.
In your case, they are all WARNINGS only. They should be logged in server error logs and not printed on screen, because they don’t really prevent the application from working.
Add this to your theme functions.php and they will disappear.
error_reporting(E_ERROR);Thanks
Yes that is correct.
There is no way to force users to be geolocated, it goes against Google Maps API TOS.
You can ask them to be geolocated only.
Thanks
Hi,
I’ve opened a task for developers to fix this asap. Please don’t change wp admin credentials so that developers can see the error in action too.
We’ll keep you posted.
Thanks
This reply has been marked as private.Hi Guys,
I can save you some time here.
GD uses custom database tables. Unless someone created the plugin also to export specifically from GD, none of the ready-made wordpress plugin will work with it.
Thanks
-
AuthorPosts