Paolo

Forum Replies Created

Viewing 15 posts - 21,271 through 21,285 (of 27,715 total)
  • Author
    Posts
  • in reply to: Reservation Engine #45714

    Paolo
    Site Admin
    Post count: 31211

    There is no viable booking engine for WordPress. This is what we find out.

    There are only good Booking engine for other CMSs unfortunately.

    Thanks

    in reply to: Reservation Engine #45711

    Paolo
    Site Admin
    Post count: 31211

    No Mark, building a reservation engine is something that will minimum take 18 months from the day we start (if we’ll ever start).

    A booking engine is more complex than GD itself.

    So, please stop asking.

    Thank you

    in reply to: Header on mobile #45709

    Paolo
    Site Admin
    Post count: 31211

    you are welcome! 🙂

    in reply to: Move items in the detail page #45650

    Paolo
    Site Admin
    Post count: 31211

    My bad, that was supposed to be:

    remove_action( 'geodir_details_main_content','geodir_action_details_slider',30);

    I’ve corrected that post too.

    Thanks

    in reply to: Saerch Location (Mobile) #45649

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I would use chrome to find the css element and hide it : https://developer.chrome.com/devtools/docs/remote-debugging

    Thanks

    in reply to: Permission Denied in Finding Your Location #45648

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that is set at browser level and it’s not clearing cache that you reset it.

    Pls see: https://wpgeodirectory.com/docs/faqs/how-can-i-clear-geo-location-settings/

    Thanks


    Paolo
    Site Admin
    Post count: 31211

    Can we have your URL and admin details in a private reply please.
    And the URL of the listing in question.
    Then we will have a look for you.

    admin details are missing?

    Thanks

    in reply to: how to limit the length of description #45644

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    if it works with 2015 and not with this other theme it is definitely due to a theme fuctions hooking into the excerpt filter and taking over GD settings.

    Let us know what they tell you,

    Thanks

    in reply to: Header on mobile #45643

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    that’s because you added a banner instead of the logo. Not really correct us of that space.

    Try adding this css to GeoDirectory >> Design >> Script

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

    Let us know,

    Thanks

    in reply to: Remove Items #45641

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you should be able with these in your functions.php file:

    
    
    
    //remove the list/grid selector
    remove_action('geodir_before_listing', 'geodir_list_view_select', 100);
    // remove the review/rating part
    add_filter('geodir_is_reviews_show','my_remove_rating_listing_page',10,2);
    function my_remove_rating_listing_page($is_display,$view){
        if($view=='listview'){
            return false;
        }
    
        return $is_display;
    }
    
    

    Let us know how you went.

    Thanks

    in reply to: Excluding files from GD Booster #45639

    Paolo
    Site Admin
    Post count: 31211

    Hi Adele,

    the script you were adding was :

    <script type="text/javascript" src="https://mo138.infusionsoft.com/app/form/iframe/b598739f146e443d27651d9ae1a2fad1"></script>

    We just needed a tiny unique bit of it.

    So adding this to your functions.php file fixed it:

    
    
    add_filter('geodir_booster_script_continue','bsg_exclude_js',10,2);
    function bsg_exclude_js($res,$code){
    if(strpos($code,'infusionsoft.com') !== false){
    $res = true;
    }
    return $res;
    }

    Thanks

    Thanks

    in reply to: Translating main category (post type) in the url #45637

    Paolo
    Site Admin
    Post count: 31211

    We are doing our best to make it happen.

    Thanks for your patience,

    in reply to: load time #45636

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    p3 profiler plugin is not really that reliable. If you only have it active it will flag himself as a problem.

    I belive the server isn’t powerful enough to work with GeoDirectory. Is that a shared hosting plan?

    If yes, I’d suggest to upgrade to at least a decent VPS.

    Let us know,

    Thx

    in reply to: Help with Theme Compatibility #45635

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I only see 1 small issue with left and right padding around GD elements. Adding this to GD >> Design >> Scripts >> Custom css

    
    
    #geodir-wrapper {
        padding: 0 30px;
    }

    Should solve it.

    It also seems that you haven’t uploaded a category icon for all categories.

    Let us know,

    Thanks

    in reply to: Share Location addon #45626

    Paolo
    Site Admin
    Post count: 31211

    Hello,

    something does not sound right there, it might be a sessions issue. Can you start a new support topic so we can then get you to private reply some details so we can check?

    Thanks,

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