Paolo
Forum Replies Created
-
AuthorPosts
-
October 22, 2015 at 4:36 am in reply to: Styling and css seem to break only on the Geodirectory pages #57741
Hi,
This is a very quick and simple fix…
Go to GeoDirectory >> Theme Compatibility >> Select Theme Compatibility Pack, select Custom ad save.
Than add: td-container
to the Class field of the geodir_wrapper_open hook. (see image attached) and save again.
This should be enough to tell GD to use the right CSS from your theme.
Let us know,
Thanks
1) You can only have a “featured” banner on top of the listing image, for example: http://wpgeo.directory/ that banner you can change with whatever you want.
2) Not sure I understand… Every listing is added by a user via a front end form…
3) I’ve removed the email requirement to launch a sandbox for that demo.
Thank you
October 22, 2015 at 3:43 am in reply to: Places still showing up on Home page even though they are in trash #57739I think because you are admin and you can also see places in draft and trash from the front end, same as with pages.
Regular users should not see it.
In any case you can also empty the trash…
Thanks
If that is one of the Genesis chiald theme as it seems, that can be found in the theme (Genesis) Options.
Let us know how you went.
Thanks
p.s. WOuld be better to open new topics for new problems, rather than posting on a resolved ticket.
October 22, 2015 at 3:39 am in reply to: w3 Validation Errors – maybe some room for improvement… #57737Hi,
I’ve opened a task for all developers about this. Last time we went through validation I did it and it was probably 15 months ago.
Thanks for the heads up…
Hi,
for the map you can hide it with this in your custom css:
.geodir-singleview .stick_trigger_container { display: none; }For the voucher showing twice, you will need to ask for support to his developer: http://jeffrose.themetailors.com/tt/portfolio/gt-vouchers-for-wpgeodirectory/
Thanks
October 21, 2015 at 7:30 pm in reply to: Map Showing "Outside Our Area" and Remove Map from Client View #57711You are welcome 🙂
Hi,
I’m able to add it easily below the main content with :
add_action('geodir_after_main_content', 'geodir_action_details_taxonomies');I wasn’t able to add it at the end of the sidebar, but I’m sure I’m missing something. We need to ask to Stiofan to show us how to do it.
We’ll keep you posted.
Thanks
Hi again,
1) if you mean a custom banner for feature images instead of the default that is possible yes. If I misunderstood, please let me know.
2) You set the category limit per price, so if your price allows for unlimited categories, users will be able to add their listing to as many category as they want and pay only once.
3) Yes you can via shortcodes or widgets.
I’ve just tested the demo and I got my activation link. What email address are you using?
I’ll check the mailserver logs.
Thanks
October 21, 2015 at 5:59 pm in reply to: Map Showing "Outside Our Area" and Remove Map from Client View #57705Hi,
why did they create a shortcode if it existed already? https://wpgeodirectory.com/docs/core-shortcodes/
In any case, with your shortcode or our, you can set :
autozoom =>'true'Thanks
You are welcome 🙂
Thank you for letting us know 🙂
Thanks for letting us know 🙂
October 21, 2015 at 4:46 pm in reply to: when user publish his listing it Redirect to homepage #57691Hi,
I get 404 when visiting the wp-admin area of your website.
Let us know how to access your dashboard.
Thanks
There is not a are hook for that, however you could hide the original with css and add a new one with a hook, there is one right above it
do_action(‘geodir_infowindow_meta_before’, $ID, $postinfo_obj, $post_preview);
Let us know,
Thanks
-
AuthorPosts