Giri
Forum Replies Created
-
AuthorPosts
-
Hi Lance,
Your compatibility settings seems to be reset after upgrade.
I fixed it.
Let me know if you still have problem.
Thanks
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
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.
Thanks
Deactivated Floating Social Bar.
Works fine now.
Thanks
karlos,
registration_errors
is the hook available in GD.
So the code I provided would work in all themes.
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.
This reply has been marked as private.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
Hi there,
Can you post your ftp credentials?
I’ll apply the changes.
Thanks
I have cleared your booster cache.
Its working now.
Let me know if you still face problem.
Thanks
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
This reply has been marked as private.You are welcome
Hi Cyril.
Nevermind. we applied the patch via plugin editor.
It works now.
Thanks
Hi Cyril,
Can you post your FTP details?
Thanks
-
AuthorPosts