Giri

Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 2,661 total)
  • Author
    Posts
  • in reply to: Site Problems after Upgrades #361081

    Giri
    Expired Member
    Post count: 3155

    Hi Lance,

    Your compatibility settings seems to be reset after upgrade.

    I fixed it.

    Let me know if you still have problem.

    Thanks

    in reply to: Gaps in listings on 3 column grid #361076

    Giri
    Expired Member
    Post count: 3155

    Hi wonderbc,

    I don’t think we have modified anything on grid height. Thats the way it works already as far as I know.

    You need to be consistent in your grid content or use a minimum height for all grids.

    Ex: You tallest grid has height 360px in desktop. So you can use like this is your custom css.

    
    
    .geodir_category_list_view li.gridview_onethird {
        min-height: 360px;
    }

    There will be empty space if your grid contents are not consistent.

    This is the reason why plugins like masonry are created in the first place. http://masonry.desandro.com/layout.html

    FYI: masonry is a 3rd party javascript plugin and we don’t use masonry in our plugins or themes.

    Hope that helps.

    Thanks

    in reply to: Make Full Name field required on signup form #359739

    Giri
    Expired Member
    Post count: 3155

    Hi karlos,

    Sorry for disappointing you.

    You seem like asking a custom feature. I’m sorry that goes beyond our support policy.

    I’m unable to help you in this case.

    Hope you understand.

    As for your question, GD has different hook.

    Try this hook.

    https://github.com/mistergiri/geodirectory/blob/master/geodirectory-functions/signup_function.php#L389

    Thanks

    in reply to: Claim listing links when not logged in #359735

    Giri
    Expired Member
    Post count: 3155

    Deactivated Floating Social Bar.

    Works fine now.

    Thanks

    in reply to: Make Full Name field required on signup form #359724

    Giri
    Expired Member
    Post count: 3155

    karlos,

    registration_errors

    is the hook available in GD.

    So the code I provided would work in all themes.

    in reply to: whoop list create button #359614

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    Apologies for the late reply.

    But we have made major changes to whoop. It would be hard for me to give you instructions for everything.

    We have also moved to “Are You interested” widget to a new addon which is not released yet and made changes for List manager template.

    The current changes would break things. We will release the new versions of Whoop, List manager and Geodirecory AYI plugin in the next week.

    Please be patient till then. Sorry for the inconvenience.

    in reply to: Address Search on Posts Shows No Records Found #359364

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Claim listing links when not logged in #359182

    Giri
    Expired Member
    Post count: 3155

    Hi wonderbc,

    I’m unable to access your wp admin.

    Can you test and give me correct credentials?

    So i can check whats wrong.

    Thanks

    in reply to: whoop list create button #358229

    Giri
    Expired Member
    Post count: 3155

    Hi there,

    Can you post your ftp credentials?

    I’ll apply the changes.

    Thanks

    in reply to: Booster breaks css and and google api won't load #357815

    Giri
    Expired Member
    Post count: 3155

    I have cleared your booster cache.

    Its working now.

    Let me know if you still face problem.

    Thanks

    in reply to: Make Full Name field required on signup form #357772

    Giri
    Expired Member
    Post count: 3155

    Hi carlos.

    Paste this code in child theme functions.php file or code snippet plugin. Full name will be mandatory field when you apply the following code.

    
    
    function whoop_check_signup_form_errors($errors) {
        $user_fname = esc_sql(strip_tags($_POST['user_fname']));
        if ($user_fname == '') {
            $errors->add('empty_fname', __('ERROR: Please enter your full name.', 'geodirectory'));
        }
        return $errors;
    }
    add_filter('registration_errors', 'whoop_check_signup_form_errors');

    Thanks

    in reply to: Claim listing links when not logged in #357767

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Missing admin bar #357766

    Giri
    Expired Member
    Post count: 3155

    You are welcome

    in reply to: Booster breaks css and and google api won't load #357007

    Giri
    Expired Member
    Post count: 3155

    Hi Cyril.

    Nevermind. we applied the patch via plugin editor.

    It works now.

    Thanks

    in reply to: Booster breaks css and and google api won't load #357002

    Giri
    Expired Member
    Post count: 3155

    Hi Cyril,

    Can you post your FTP details?

    Thanks

Viewing 15 posts - 1,021 through 1,035 (of 2,661 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount