Paolo

Forum Replies Created

Viewing 15 posts - 19,486 through 19,500 (of 27,715 total)
  • Author
    Posts
  • in reply to: "Geolocation Integration with Gotosolr" #55056

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    there is no such integration and this goes beyond support provided.

    It would probably require few hours of work if not days to complete this task. At the moment it is not one of our priorities.

    You will need to either do this by yourself, or hire a freelance developer to help you out.

    Thank you

    in reply to: Bulk Review Import/Export #55055

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    not back dated nor assigning them to other users.

    You can only enter them via regular comment form.

    Or you could get a MySql expert and convert them from whatever format they are, into the format they need to be.

    Thanks

    in reply to: No listings found which match your selection. #55054

    Paolo
    Site Admin
    Post count: 31211

    HI Barbara,

    there was 1 wrong setting. In GeoDirectory >> MultiLocations you enabled default Country, Region and City.

    This was limiting your directory to 1 location, while you have 2 cities as locations. I enabled Multi City. You can also change that to selected cities.

    Another thing wrong is that all your listings have no addresses. This is probably caused by importing them with the wrong setting previously mentioned.

    What you could do fix this is to export existing listings, correct the missing fields and import back to update them.

    Let us know how you went.

    Thanks

    in reply to: HI taxonomy question #55051

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    make the form check options work like separate taxonomies is not possible.

    It would require few hours to develop all the custom queries needed to create your new widget.

    This goes beyond support.

    Thanks

    in reply to: Weird Behaviour When user comes from Search Result #55049

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that appears to be a bug that happens only when the category is also at the end of the URL. Stiofan is alerted.

    We ar trying to understand what is better to do in this cases. To set the session or not…

    We’ll keep you posted.

    Thanks

    in reply to: 403 Forbidden Error when Login using wp-admin #55042

    Paolo
    Site Admin
    Post count: 31211

    So is this fixed or you still have problems? If it isn’t fixed, please provide URL and admin credentials so that we can check.

    Thanks

    in reply to: Zip Code Search #55040

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide a link and we will provide css to hide them.

    Let us know,

    Thanks

    in reply to: Bulk Review Import/Export #55038

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    this is something that I would never do by myself. I’d ask to someone expert in mysql to help.

    Basically you will need to export data from wp_comments and wp_geodir_post_review tables of one database and reimport them making sure to correct all the post ids in the receiving database.

    Otherwise the comments will not be associated with the correct listings or even to any listings.

    Thanks

    in reply to: Centralise content on 'Add Listing' pages #55035

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    1st you need to give a fix width to the element you want to center and than add margin:0 auto:

    
    
    #propertyform {
        margin: 0 auto;
        width: 600px;
    }

    This will not work on mobile though.

    Thanks

    in reply to: Bulk Review Import/Export #55031

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    no, there is no such tool in schedule.

    the only way would be to import the entire database at the moment.

    Thanks

    in reply to: GD Home Top Section widget displayed on ALL pages #55028

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    2) addons translation files (only the mo file is really necessary) should go into their own folders within the languages folder: https://wpgeodirectory.com/docs/translating-addons/

    Example for the Advance Search Filtersthe path would be: /wp-content/languages/geodiradvancesearch/geodiradvancesearch-en_US.mo

    For the compatiblity problem Stiofan is alerted and will soon fix every problem.

    Thanks

    in reply to: Adding non-responsive banners to side bar #55026

    Paolo
    Site Admin
    Post count: 31211

    I’m sorry, I totally forgot that bitbucket is private.

    These are the changes made:

    style.css line 32:

    
    
    from: padding: 30px 40px;
    to: /*padding: 30px 40px;*/
    

    style.css line 54/55:

    
    
    from: margin: 30px -40px;
    padding: 0 40px 30px;
    to: /*margin: 30px -40px;
    padding: 0 40px 30px;*/
    

    style.css line 353

    
    
    from: margin: 0 -40px 30px;
    to: margin: 0 0px 30px;

    Style line 355

    add: margin-left: -40px;

    Thanks

    in reply to: High End Theme #55024

    Paolo
    Site Admin
    Post count: 31211

    Hi Laura,

    he never provided a link and admin credentials for us to check what the problem was, so I’m not sure if this got fixed.

    If you provide a URL and admin credentials to your website in a private reply (only staff can read them) we will check this for you.

    Let us know,

    Thanks

    in reply to: Listing with multiple categories now showing up #55021

    Paolo
    Site Admin
    Post count: 31211

    Hi again,

    I was looking at the wrong website. Now I double checked and I see what you mean.

    The Option : Enable mouse scroll zoom. Enables/disables the zooming with mouse scroll, not dragging the map on mobile.

    The option you need is: GeoDirectory >> Design >> Map >> Show button control on map to enable/disable dragging.

    I’ve activated it for you, please have a look.

    Thanks

    in reply to: Map errors and others #55019

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    to do that you could hide the telephone number on top with css:

    .gd-bubble-inside .geodir_contact {disaply:none;}

    and add it back using the same function used to add city and region:

    
    
    add_filter('geodir_infowindow_meta_after','balloon_extra' );
    function balloon_extra() {
    global $post;
    
    echo $post->post_city;
    echo "<br>".$post->post_country;
    echo "<br>".$post->geodir_contact;
    }

    Let us know how you went.

    Thanks

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