Paolo
Forum Replies Created
-
AuthorPosts
-
October 4, 2015 at 12:42 am in reply to: Using columns on Advanced Search Filter, or using Multi Selector #55655
You are welcome! 🙂
October 3, 2015 at 5:24 pm in reply to: Using columns on Advanced Search Filter, or using Multi Selector #55638Hi,
adding that css to GeoDirectory >> Design >> Scripts >> Custom CSS it should work (reducing fields size).
Otherwise you could add this:
.geodir-loc-bar .x-container.max { max-width: 100%; }and make the search form larger, however you still need to reduce fields size or the customize my search button will still fall on a second line.
Thanks
Hi,
you can have a shape like image (the shape must be transaprent and can be any shape) while the background as to be the same as your page background.
Hope it is clearer now.
Thanks
Hi,
you can’t add an image like that for the rating system. You can only use a transparent shape (star), with a coloured background. Like the default image.
Thanks
October 3, 2015 at 4:29 pm in reply to: Using columns on Advanced Search Filter, or using Multi Selector #55632Hi,
I see you maanged to put the filters in column already. Good job.
Now you can reduce the input width with this:
.widget .geodir-search select, .geodir-search input[type="text"] { width: 24%; }Let us know if this helps.
Thanks
p.s. you can mark replies as private and only staff will be able to read them…
Hi Sergio,
This could be cause by a 3rd plugin conflict.
please provide a URL and admin credentials and we will have a look.Thanks
Hi,
yes that has to do with css, adding this to GeoDirectory >> Design >> Scritps >> Custom CSS
.geodir-search { float: none; margin: 0 auto; width: 400px; }Will center it. However if you’ll add the Advance Search filter add-on in the future you’ll also need to remove this css or it will ruin your advance search form.
Thanks
October 3, 2015 at 4:15 pm in reply to: Clear location saved in PHP session after every page load #55628Not sure I understand what you mean, can you please specify what it shouldn’t do?
Thanks
October 3, 2015 at 4:10 pm in reply to: No Margins with uDesign Theme (Working locally with MAMP) #55627Hi,
We already did compatibility for uDesign for other 2 customers, however we don’t have a backup of the file.
if you provide a copy of the theme (via dropbox or similar) we will create the compatibility for you and save it for future members this time.
Let us know,
Thanks
Hi,
please disable cloudflare Rocketloader. It is not compatible. The only compatible tool to minify and concatenate scripts and css files is GD Booster.
Let us know how you went.
Thank you
Hi,
please provide admin credentials in a private reply, however I’ve just tested with all browsers and it worked normally for me all the time.
Let us know,
Thanks
p.s. have you tried clearing your browser GeoLocation settings?
Hi,
description is more a GeoDirectory mandatory field. A listing without description doesn’t make much sense.
If you need to provide this option you can add a default text with jQuery:
Something like this in GeoDirectory >> Design >> Scripts >> Footer script code
<script type="text/javascript"> jQuery('#post_desc').val('Description not provided');</script>Thanks
Hi,
bypassing the preview page and submit directly would require to rebuild a good part of the plugin.
Very complex and time consuming task. Not soomething simple for which we can provide pointers.
Thanks
Hi,
the plugin causing this is Edit Flow. It was adding a custom taxonomy to all post type following_user and adding the author automatically to it.
It was also partially breaking the dashboard for GD posts.
It is definitely ot compatible with GeoDirectory. I’ve deactivated it and now you’ll see that all your events are in Pending review status.
Let us know if this helps.
Thanks
p.s. you have 64 plugins active. I would consider doing an effort to reduce that by at least 50% if you want to have an efficient website. Use multisite and separate website section so that only relavant plugins are loaded in each section. Ex : forums / directory / blog and so on…
-
AuthorPosts