Paolo
Forum Replies Created
-
AuthorPosts
-
We changed the way virtual pages work. Now they are turned into regular pages and can be selected via GeoDirectory >> Permalinks.
Let us know if this helps.
Thanks
May 21, 2015 at 5:46 pm in reply to: Email Field under Custom Fields not Working with Popular Post View Widget #40226This reply has been marked as private.May 21, 2015 at 5:45 pm in reply to: Email Field under Custom Fields not Working with Popular Post View Widget #40225hi,
to be honest with you, if i was one of your website potential advertisers and I noticed you’d put my email adddress available for any spammer to spam it, I would stay away with it.
Email address should always be masked if made available so that can’t be automatically scraped.
In case you want to hurt yourself and show the email address anyway, there is a hook for that and you can also get the email address with a simple function.
Here you can read how the hook is used: https://wpgeodirectory.com/support/topic/adding-a-button-to-listings/#post-35309
This is the code snippet to echo the email address as text:
The snippet to echo the listing email as text is:
echo $post->geodir_email;let us know how you went.
Thanks
This reply has been marked as private.This reply has been marked as private.Hi,
It loks like the theme css is hijacking the search form.
For both things we need a link to have look.
Let us know,
Thanks
May 21, 2015 at 5:06 pm in reply to: Email Field under Custom Fields not Working with Popular Post View Widget #40215Website yes, cause it’s a link, but the links to the enquiry forms and send to friend will only work on the listing detail page.
It’s an oversight on our side and in the next version that option will be removed.
Thanks
Hi,
please see:
1) https://wpgeodirectory.com/support/topic/adding-a-new-listing-tab/#post-8507
2) https://wpgeodirectory.com/support/topic/exclude-selected-tabs-from-detail-page-if-empty/#post-7305
For the tabs the problem is created by some theme css and it can be solved with this extra css:
.geodir-tabs-content { clear: both; }Let us know how you went and if you need further assistance,
Thanks
I think wordpress permalinks are already set to /%postname%/
What are your permalinks settings in GeoDirectory >> Permalinks though?
If you provide wp admin credentials in a private reply we will have a look for you.
Thanks
May 21, 2015 at 4:20 pm in reply to: Email Field under Custom Fields not Working with Popular Post View Widget #402081) using translation file: http://docs.wpgeodirectory.com/translate-core/
2) this is an error, there shouldn’t be an option to put those links in the listings page. It is not possible to call those forms from an archive page.
Thanks
This is how it currently works.
Actually it is just slightly different.
1) 1st it checks if there are listings near user’s locaiton
2) If there are listings URL becomes yoursite.com/location/me and shows listings within the defined radius, which could be bigger than the acutal city.
3) if there are no listings he’s directed to the closest city present in multilocation database.
Thanks
Hi,
we already fixed this and a patch will be released today.
Thanks for your patience,
With white background the only problem remaining is the search bar, right?
In that case adding this css should solve:
.geodir_full_page { margin: 0 auto; max-width: 1230px; }Making it work with the custom woodpanels background requires much more custom css.
Let me know,
Thanks
Hi,
geodirectory/geodirectory-widgets/geodirectory_popular_widget.php
The popular post widget starts around line 70.
You can copy it’s code entirely, paste in your active theme functions.php, rename it and modify it. This way you will a new widget with your custom feature and it wil be safe to update GeoDirectory without losing your work.
Let us know how you went!
Thanks,
Hi,
actually Kiran replied this:
Currently we have not option to change ReCAPTCHA language but current ReCAPTCHA addon was developed to manage translation of captcha widget. Meansìing it is auto-detecting language via get_locale() and translating based on site language.
examples:
English: http://drinking.directory/places/united-kingdom/belfast/belfast/restaurants/morimoto/#reviews
French: http://drinking.directory/fr/places/united-kingdom/belfast/belfast/le-attractions/le-french/#reviews
German: http://drinking.directory/de/places/philippines/calabarzon/binan/de-german/#reviews
I’ll set this as solved.
Thanks
-
AuthorPosts