Giri
Forum Replies Created
-
AuthorPosts
-
This is a bug, i’ll fix it.
Thanks for reporting
2nd Issue:
I have tested in my local. it actually points to individual comments link. can you test once again?
You are welcome.
Delete your old bp compliments plugin.
Download new one from here. https://github.com/mistergiri/buddypress-compliments/archive/master.zip
Upload and activate it
Hey there, I have added the fix in our development version. Please download and test it. Let us know if there is a bug.
Thanks
Ok Notyet,
Thanks
Your chile theme’s reviews.php file as well as parent theme’s reviews.php file.
Just search for this line.
do_action('whoop_not_logged_in')
If you just want to display login form, i think this would work.I’m not sure. Try adding this code in your child theme’s functions.php file.
function baltazar_custom_login_form { include(geodir_plugin_path() . "/geodirectory-templates/login_frm.php"); } add_action( 'whoop_not_logged_in' , 'baltazar_custom_login_form' );
I have already edited the files and added the hooks in your website.
At this moment, all you have to do is, just find the correct button display function (You may have to contact that social login plugin author since i’m only familiar with WSL plugin)
Once you find that function, edit your child theme’s functions.php file and add one line like this
add_action( 'whoop_not_logged_in' , 'social_login_button_display_function_goes_here' );
Thats it
Is it correct that widget “GD Bottom Details” goes just above the footer and not at the end of the content page?
Yes that section is intended for footer widgets. Just like yelp.com footer
You use whoop version 0.0.1 and its very outdated. Please update to 1.0.5
It looks like you are using this plugin
https://wordpress.org/plugins/social-connect/
But that plugin description recommends to use this plugin
https://wordpress.org/plugins/wordpress-social-login/
That is also recommended by GD.
If you are planning to use WSL plugin, just use this code in your child theme’s functions.php file
add_action( 'whoop_not_logged_in' , 'wsl_render_auth_widget_in_wp_login_form' );
It looks like you are not using wordpress social login and I don’t have much experience with the social plugin you use in your website. I have added a hook under that “non logged in” text part.
This is what I added there.
<?php do_action('whoop_not_logged_in'); ?>
Now you can be able to hook your plugin login box action just like stiofan mentioned here.
https://wpgeodirectory.com/support/topic/adding-facebook-signuplogin-plugin/#post-50645
You have to use like
add_action( 'whoop_not_logged_in' , 'your_plugin_social_button_display_function_goes_here' );
Hi Paolo, Some people would like to display their product features in home page. Ex: “Money back guarantee”
Look at this screenshot.
Looks like Stiofan added javascript in that widget. There is a bug in js. So its breaking that “Add Item” button. I’ll ask him to fix it.
Thanks
You are welcome, Heather 🙂
@pieterravelli Your issue is similar to the issue we faced earlier with another user. Can you give us the following details?
Network admin login credentials, Cpanel credentials and/or ftp credentials
Thanks
Hello Notyet,
We have recently fixed a multisite problem with GDF. Your bug is similar to the bug we fixed. Do you still have this problem? If yes can you give us your wp admin and ftp details. we will try with our patch.
Thanks
-
AuthorPosts