Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I’m trying to update to the latest version of WP, and i’m getting the error:
http://www.bookastall.com redirected you too many timesI don’t see a GeoDirectory related problem here, but probably a server problem. If you disable GeoDirectory and all other plugins does it let you update WordPress?
Did you ask for support to your hosting provider (It looks like they are not doing a great job lately with you…)
Let us know,
Thanks
Hi,
please provide a link and admin credentials in a private reply and we will have a look.
Thanks
Hi,
that will require a customization, would you like me to move this in hte Jobs section of the forum?
Let us know,
Thanks
For that please see: https://wpgeodirectory.com/support/topic/update-from-version-1-0-8-to-1-0-9/#post-346469
Thanks for your patience,
Hi Tom,
did you try disabling ALL non GD plugins like I asked you few days ago? I never got an answer to that question.
If we can exclude that the problem is coming from a 3rd party plugin, it remains only server caching or configuration.
I say this, because we can’t recreate the problem in any of our demos, nor any other member reported the same problem.
Please let us know,
Thanks
Hi Neil,
that would be true only for very very small directories or covering a unique niche. For the majority of directory that wouldn’t be user friendly at all.
I asked to the developers if such an option can be achieved with hooks, but I can’t promise anything.
If the modification will require a lot of work, you’ll have to hire a freelance developer to help you out.
Thanks
January 21, 2017 at 6:07 pm in reply to: cant find "listing title" & "listing description" in the po file #346913Hi,
one of the developers will help you with that on Monday. I’m not 100% sure which filter to use in that case.
Thanks for your patience,
Hi,
please provide admin credentials and we will verify what’s wrong.
Thanks
Hi Giorgio,
please provide admin credentials in a private reply and I’ll have a look at the back end settings.
Let us know,
Thanks
January 21, 2017 at 12:34 am in reply to: cant find "listing title" & "listing description" in the po file #346634I just tested it and it works, are you hiding the social sharing buttons?
Please also provide admin credentials in case that doesn’t work…
Thanks
January 20, 2017 at 11:35 pm in reply to: cant find "listing title" & "listing description" in the po file #3466211) to add the title at the top of the sidebar something like this should work (haven’t tested it)
function my_theme_geodir_social_sharing_buttons_html( $content_html ) { global $post; $title = the_title(); return "<div class='my-theme-class'>".$title."</div>".$content_html; } add_filter( 'geodir_social_sharing_buttons_html', 'my_theme_geodir_social_sharing_buttons_html', 10, 1 );You should copy this in functions.php of your child theme or use it via code snippets plugin.
Let us know how it goes,
Thanks
Hi,
that’s not possible I’m sorry. The links in a detail page are for the tags archive from the same location.
I asked to the developers to let us know if they see any possible workaround, but currently I’m sure there is no option to do such thing.
They will let us know asap.
Thanks
January 20, 2017 at 9:39 pm in reply to: It looks like WORDFENCE plugin conflicts with GEO DIR or WHOOP #346584Hi,
wordfence.RTF: File exceeds allowed file size.
Without knowing what error it is, we can’t help.
Thanks
That’s not possible. Each tag is a separate archive.
Thanks
-
AuthorPosts