Paolo

Forum Replies Created

Viewing 15 posts - 17,281 through 17,295 (of 27,715 total)
  • Author
    Posts
  • in reply to: Hide specific part of "Add Listing" page #64446

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    yes that would be far too generic. This will do it:

    
    
    .add-listing .entry-header, .add-listing .geodir-note {
        display: none;
    }

    Let us know how you went,

    Thanks

    in reply to: Details page right-sidebar column #64445

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: Setting up login correctly. #64444

    Paolo
    Site Admin
    Post count: 31211

    hi,

    if the home page you want to use is not the GD home, you shouldn’t select it in GeoDirectory >> Permalinks as the GD Home. You should leave the default GD Home there…

    I’ve done it for you, is now your homepage looking as it should?

    Let us know,

    Thanks

    in reply to: Protocols and Security #64442

    Paolo
    Site Admin
    Post count: 31211

    HI,

    are you sure that they are not locked in a location already from that device? (they shared their location and saved it)

    In that case it will not ask for GeoLocation and if they searchv for something outside of their location it won’t work…

    You could try by clearing their Browser GeoLocation options: https://wpgeodirectory.com/docs/faqs/how-can-i-clear-geo-location-settings/

    PHP Sessions can’t be blocked client side. They are handled on your server and the client can’t do anything to block them…

    What they could restrict, is access to the Google Maps API or google in general. In that case there wouldn’t be anything that we could do.

    Let us know,

    Thanks

    in reply to: Details page right-sidebar column #64440

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    the detail page acn only have 1 sidebar. Right OR Left. Given that you are using the left sidebar for the detail page, there can’t be a right sidebar.

    Thanks

    in reply to: Setting up login correctly. #64439

    Paolo
    Site Admin
    Post count: 31211

    Please make us understand how that home page should look like in your vision, because according to your settings, it shows exactly as it should.

    If you don’t want it to have GD widgets in it like it does, than you shouldn’t be setting it as GD Home in GD >> Permalinks.

    Thanks

    in reply to: pages not displaying full width #64438

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    no it isn’t that CSS making your pages full width.

    it is this:

    
    
    #content {
        float: left;
        margin: 0 0 5px;
        width: 100%;
    }

    It is in the theme style.css line 313: http://www.tradesrater.com/wp-content/themes/shootingstar/style.css?ver=4.4

    and we have nothing to do with that…

    Thanks

    in reply to: reviews #64436

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you’ll need to install the MultiRatings add-on. It is a feature of it to up or down vote useful reviews.

    Thanks

    in reply to: Frontend Listing error #64434

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    there should be an error log in the server telling you what error is causing the website to go blank.

    Normally it is a PHP fatal error.

    Do you have access to your error or debug.log? If not please ask to your hosting provider.

    Let us know,

    Thanks

    in reply to: Setting up login correctly. #64433

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    with GD Booster enabled your home page right sidebar was missing and the ads were all over the place.

    However after disabling GD Booster all that was working correctly and Stiofan actually already fixed that.

    What is missing still? Please don’t revert back now, or we won’t be able to assist.

    Let’s try to fix this now.

    Let us know,

    Thanks

    in reply to: Default Post Type #64429

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    we haven’t decided yet, but most likely we will be working almost as much usual.

    Obviously not the 24th, 25th and 26th where support will be limited.

    Thanks

    in reply to: Whoop Friends Widget Text #64427

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    whenever you add a translation to a po file and save, poedit it will generate a new mo file in the folder where the original po file was in your computer (or overwrite the exising one).

    You shouldn’t be adding anything in the mo file, poedit will do that for you.

    If you still can’t do it, please provide FTP details and we will show you how to…

    Thanks

    in reply to: Cant select repeats when adding events #64425

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    it appears that the problem isn’t in GD, on our demo this works as expected (I shoud have double checked before passing this to the developers). It appears to be a problem unique to your website.

    This is the message from the developers:

    I checked on customer’s site http://dharmahelp.com/ after creating one test event with recurring settings given here https://wpgeodirectory.com/wp-content/uploads/2015/12/Sk%C3%A6rmbillede-2015-12-15-kl.-21.11.24.png and also created test event at our demo site http://wpgeo.directory/release2/ with same recurring settings.
    On customer’s site GD > Event Listing shows wrong LAST occurrence of the event but in our demo site (on my local site too) it shows correct FIRST recurrence of the event.

    Please check sidebar widget at here http://dharmahelp.com/events/denmark/vejle-municipality/vejle/events-1/ and here on our demo site http://wpgeo.directory/release2/events/united-states/new-york/new-york/events/

    On our demo site (on my local site too) it shows correct date where as on customer’s site shows wrong date. So something wrong on customer’s site.
    But now customer’s site shows error “508 Resource Limit Is Reached” so can’t able to do more checking.(screenshot attached).

    Alos please provide ftp/db details to look in deep.

    Please let me know.

    Thanks

    Let us know,

    Thanks

    in reply to: Set an image on multiselect Custom Field #64423

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you can do that with CSS:

    
    
    .geodir_lingue .geodir-i-select, .geodir_lingue ul {
        float: left;
        margin: 0 !important;
        padding-left: 0 !important;
    }
    
    .geodir_lingue ul li {
        border: 0 none;
        float: left;
        margin: 0;
        padding-left: 5px;
    }
    .geodir_lingue ul li::after {
        content: ",";
    }
    .geodir_lingue ul li:last-child::after {
        content: "";
    }
    .geodir-entry-content {
        clear: both;
    }

    Let us know if this helps,

    Thanks

    in reply to: custom map help #64422

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    Google Maps API doesn’t allow to hide areas of the map. You can only change colors and if you change color to land it will be changed also for the country you want to use.

    Thanks

Viewing 15 posts - 17,281 through 17,295 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount