Paolo

Forum Replies Created

Viewing 15 posts - 18,196 through 18,210 (of 27,715 total)
  • Author
    Posts
  • in reply to: tablet / mobile size CTR categories widget #60615

    Paolo
    Site Admin
    Post count: 31211

    HI,

    please add this to your custom css:

    
    
    
    .site-logo img {
        max-width: 100%;
    }

    Thanks

    in reply to: Can't add new Place Catagories #60613

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: broken element #60612

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Geo Directory Update #60611

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Map on add listing issue #60610

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Breadcrumbs on Detail on Mobile #60609

    Paolo
    Site Admin
    Post count: 31211

    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.

    in reply to: How to add image slider #60607

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: I can not add new directory, redirects to main page #60604

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    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

    in reply to: Addres not upload in Social Import Addon #60603

    Paolo
    Site Admin
    Post count: 31211

    HI,

    the sample file can be downloaded from GeoDirectory >> Import / Export.

    Thanks

    in reply to: File uploads #60602

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Search Bar #60597

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Addres not upload in Social Import Addon #60596

    Paolo
    Site Admin
    Post count: 31211

    Hi Giuseppe,

    how to populate your database, is really beyond the scope of support we provide here.

    Thanks

    in reply to: update not loading #60595

    Paolo
    Site Admin
    Post count: 31211

    HI,

    the responsive issue seems to be related to the theme?

    Let us know,

    Thanks

    in reply to: Import file giving errors #60593

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: after transfer install, media images fail #60590

    Paolo
    Site Admin
    Post count: 31211
    This reply has been marked as private.
Viewing 15 posts - 18,196 through 18,210 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount