Paolo
Forum Replies Created
-
AuthorPosts
-
HI,
please add this to your custom css:
.site-logo img { max-width: 100%; }Thanks
Hi,
it is possible that another plugin is breaking the ajax save call for place categories.
If you provide a link and admin credentials in a private reply (only staff can read them), we can have a look at this for you.
Thanks
Hi,
that is normally due to a conflict with annother plugin using “chosen”. If you provide a link and admin credentials we can fix that.
Thanks
HI,
you had a wrong setting in GD >> Permalinks.
You assigned the same home page that you want to use as front page to also be the GD Home page.
I’ve changed that, let us know if there is any other problem.
Thanks
Hi,
please provide a link and admin credentials in a private reply and we will have a look.
Images in such cases don’t really help.
Thanks
HI,
you should wrap any html with code tags, otherwise the page will parse the html (and break our templates).
I’ve flagged this for developers. I couldn’t find any easy fix with css too.
Thanks for spotting this.
Hi,
what you are requesting cannot be done using that action. That function is for the detail page slider only.
Achieving what you want, it would require quite a complex customization.
This goes beyond support.
Thanks
November 17, 2015 at 6:10 pm in reply to: I can not add new directory, redirects to main page #60604Hi,
Wp Super Cache is not compatible. You also have a plugins to minify javascript and css. None of them will work with GD. The only caching plugin that is 100% compatible with GD is GD Booster.
Removing those (make sure to delete wp super cache and all its files) should fix the problem.
Let us know how you went.
Thanks
HI,
the sample file can be downloaded from GeoDirectory >> Import / Export.
Thanks
HI,
the file size limit should be set via GeoDirectory >> General >> Maxi upload file size(in mb).
By default it is set at 2MB.
How big is the file you are trying to upload?
Let us know
Hi,
the no records found is due to the default location being used on 1st load on your home page. You’ll need to change your settings GeoDirectory >> MultiLocations and use the Everywhere location instead. You should also add the location switcher somewhere. Or your users risk to get stuck in a location.
To hide that only on the home page, You’d need to add a snippet in your fucntions.php to add a body class for the home page.
add_filter( 'body_class', 'body_class_wpse_85793', 10, 2 ); function body_class_wpse_85793( $classes, $class ) { if( is_home() ) $classes = array( 'home' ); return $classes; }At this point you can use the css I gave you before adding the .home class to make it work only on the home page. Add this to GeoDirectory >> Design >> Scripts >> Custom css:
.home .search_text { display: none !important; }Let us know how you went,
Thanks
Hi Giuseppe,
how to populate your database, is really beyond the scope of support we provide here.
Thanks
HI,
the responsive issue seems to be related to the theme?
Let us know,
Thanks
You are welcome 🙂
This reply has been marked as private. -
AuthorPosts