Hi,
When someone is viewing a post (we only allow comments on the first 7 days of a post) and wants to comment – he/she will login at the bottom of the post.
We’ve been using Login Radius for a while now and normally the commenter would login (either username and password – or – clicking on a social media icon) and be brought right back to the page they wanted to make a comment on.
Now, everyone gets redirected to the home page. This is not what we want. And it’s not in our settings.
We have the latest version of LR, though this problem occurred earlier than the last plugin update.
Our site is https://freefromharm.org
Can you please advise? Thanks.
]]>When I share a post sometimes there is no picture showing in the post.
I want always to have picture
I want to disable this plugin on mobile. How can i do this?
Thank you
]]>is it possible with this plugin generate a log in or register page as a pop up in the same page?
for example if im in a home page and i press the log in or register button in the header menu, open as a pop up?
I had a brief chat with LR’s engineering about this but the answer was not super clear or was incorrect. And then they left – probably because we’re using the free version.
I want to shift slightly the “Secured by LoginRadius” link that goes underneath the social media icons when signing in.
Right now, I’ve viewed the element .lr-secured-linkboxtext .
It has text-aligned: center
I’d like it to be text-aligned: left. Otherwise it gets in the way of our users logging in.
Engineering told me this:
You can also apply your own css to this element and mark it as !important and this should allow you to left align it.
And then this:
You can do this in your stylesheet or in the plugin directly.
This is what I put in our own stylesheet:
.lr-secured-linkboxtext {
text-align: left !important;
padding-left: 2.2em;
}
Didn’t work.
So I downloaded the plugin to my computer and did a search for lr-secured-linkboxtext. Nada.
Viewing the element in chrome shows that it’s an inline style. But I can figure out which file has this style so can’t change the style.
Can anyone help me make this simple change?
Thanks!
]]>The buttons work and show up perfectly on mobile devices except on tablets (7″ appox screen size for sure) when viewing in landscape (or horizontally if you prefer). The buttons go to the bottom of the page (don’t float as they should) are very small and don’t work.
Is there an upcoming update to correct?
Thank you!
]]>Hello.
Can I define icon size and which sharing networks icons to show when I use shortcode? Something like:
[LoginRadius_Share type=”horizontal” width=”70%” networks=”twitter,facebook”]
]]>Hi!
I own https://mcup.com.mx
I’ve been using WooCommerce and Social Login since almost two years.
But recently I noticed that on checkout where I encourage customers to login via Social, the login goes smooth but the cart is not transfered to the logged in user and they have to add their items again.
If you login with user and password instead, there are no issues. So my guess is that something is misconfigured or wrong with Social Login.
Can you help me?
]]>Hi there,
Got a little error after installing and activating:
Notice: Trying to get property of non-object in <–MY-PATH–>\wp-content\plugins\loginradius-for-wordpress\loginradius-social-sharing\includes\vertical\loginradius_simplified_social_share_vertical.php on line 173.
Kind regards
]]>Hello,
its not working on forum topic or reply page, what to do for that ? please help its urgent have used Enfold theme
Thank you
]]>Hello,
I’m trying to add the social sharing icons to the popular WP ecommerce product page.
I have tried adding <?php do_action(‘login_radius_social_login’) ?> and <div class=”lrsharecontainer”></div> to the php file but they still don’t show.
I have the horizontal icons enabled and the api in with the 0’s.
Thanks
]]>Hi
I am trying to show social sharing icons. I enabled the Horizontal sharing and drag in widget area, but no result.. I also tried shortcode , still nothing comes up.
Any help ?
Thanks
]]>Hi
I have tried the shortcode [LoginRadius_Share] in the page editor and also adding it directly into the template page with
<?php echo do_shortcode('[LoginRadius_Share]');?>
and both ways are showing nothing.
Its displaying correctly on posts using the default settings but nothing displays on pages when using the shortcode.
Any ideas would be great as I need to control where it display on certain page templates.
Cheers
]]>I haven’t been able to execute the shortcode for the vertical widget on the Excerpt page but I was for individual blog posts. There wasn’t an option to reveal the vertical widget on the Excerpts page specifically as there was for the horizontal widget. Is this a bug?
If not – is there any way to bring that vertical widget to the excerpts page?
]]>Is it possible to increase performances (load time) by putting javascript on the footer ?
Thanks in advance
Getting the following error message:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘Login_Helper’ does not have a method ‘change_buddypress_avatar’
When I disable the plugin, the error message goes away. I looked on the LoginRadius forums and found someone else with the same issue. Seems as though it is a conflict with BuddyPress (BP). I chose to use this plugin, because it was stated that it worked with BP. The person who started that thread stated that, “Problem solved after updating to the 6.0.1 version of the module.” Problem is, I have an even more recent version, v6.1. I asked for help in that thread but have yet to get an answer, so thought I’d try here.
In all honesty, BP is more important to me, so if I can’t get this working, I’ll look for another social login solution.
Thanks in advance,
Don
Hi there. I’m using this plugin as a replacement for another sharing plugin and am having a little problem. I would like to use the [LoginRadius_Share] shortcode in a template via echo do_shortcode(‘[LoginRadius_Share]’); However, nothing is showing up. Any ideas?
]]>In my website https://dreamhomeguide.in I have installed buddypress. If I wish to use this plugin, whether I have to remove the buddypress or I can install it alongwith buddypress?
]]>i run a woocommerce shopping cart, and would like to ask is this plugin work with woocommerce shopping cart?
with yes, any additional configuration need?
Much appreciated.
]]>For both the vertical and horizontal sharing views which do not show counts, nearly all of the links are 404 and point to a non existent directory ion their webserver https://share.loginradius.com/share/ = 404 error
I emailed these details to support@loginradius and showed them the plugin brolken on three separate sites on three different hosts, and they actually told ME to make these changes below.
Maybe that will work, but changing plugins sounds easier to me…
1. Login to your ftp.
2. Open file wp-content\plugins\loginradius-for-wordpress\public\inc\sharing\class-sharing-helper.php(Take back up).
3.Search for $sharingScript .= ‘$u.apikey= \” . trim( $loginRadiusSettings[‘LoginRadius_apikey’] ) . ‘\’;’;
4. Replace second result with
if ( isset( $loginRadiusSettings[‘LoginRadius_apikey’] ) && !empty( $loginRadiusSettings[‘LoginRadius_apikey’] ) ) {
$sharingScript .= ‘$u.apikey= \” . trim( $loginRadiusSettings[‘LoginRadius_apikey’] ) . ‘\’;’;
}
5. Save and upload file.
For both the vertical and horizontal sharing views which do not show counts, nearly all of the links are 404 and point to a non existent directory ion their webserver https://share.loginradius.com/share/ = 404 error
I emailed these details to support@loginradius and showed them the plugin brolken on three separate sites on three different hosts, and they actually told ME to make these changes below.
Maybe that will work, but changing plugins sounds easier to me…
1. Login to your ftp.
2. Open file wp-content\plugins\loginradius-for-wordpress\public\inc\sharing\class-sharing-helper.php(Take back up).
3.Search for $sharingScript .= ‘$u.apikey= \” . trim( $loginRadiusSettings[‘LoginRadius_apikey’] ) . ‘\’;’;
4. Replace second result with
if ( isset( $loginRadiusSettings[‘LoginRadius_apikey’] ) && !empty( $loginRadiusSettings[‘LoginRadius_apikey’] ) ) {
$sharingScript .= ‘$u.apikey= \” . trim( $loginRadiusSettings[‘LoginRadius_apikey’] ) . ‘\’;’;
}
5. Save and upload file.
hi There
since updating to the lastest version of social login i have noticed that the emails i recieve from new user registrations have changed
before the email i would recieve was in this format:
New user registration on your site XYZ:
Username: Bob-Smith
E-mail: [email protected]
—
now the emails i recieve when a new user registers to my site are as follows:
Please click on the following link or paste it in browser to verify your email
https://www.xyz.com?loginRadiusVk=
—
The email contains no information about the new user at all
can someone help me please fix this?
]]>Hi !
I have noticed that this Plugin is now adding a “Settings” link on each of my plugins accessed via :
https://mytopjob.in/mtjeng/wp-admin/plugins.php?plugin_status=active
This settings link when clicked leads to :
https://mytopjob.in/mtjeng/wp-admin/admin.php?page=LoginRadius
So, on the plugins that already HAVE a Settings link, now I have TWO such links, one leading to the settings of the plugin and the other to the link as above !!
Pl resolve, thanks.
]]>Hi !
I recently tried to change my WP theme from mesocolumn to Customizer after which I am getting an error message at the bottom of each page as under :
“Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘Login_Helper’ does not have a method ‘change_buddypress_avatar’ in /home/mytopjob/public_html/getjoy/wp-includes/plugin.php on line 192”
Disabling the Login Radius plugin makes this go away. Reverting back to the mesocolumn theme does not help – if Login radius plugin is enabled I get the above error message on that theme as well now….
Please help !
Website : https://getjoy.in
]]>It seems when the login radius plugin is activated, it is interfering with other plugins I have operating on our site – NewsAsylum.com. We have deactivated the plugin for now, please advise.
]]>i use magento Social Login, Social Sharing, Social and i want to auto suscribe the user to newsletter when he log in using social login
please answer me this is urgent.
Hi,
how I can put the button in all the buttom pages?
Thanks,
M.
Social Sharing is poping up under all my content that is in a shortcode – I have it set to only show on blog posts + pages.
See at the bottom “checkout what’s new on the blog”
https://www.anaverzone.com/
Hello,
I am creating a custom PHP code in my site with the purpose to generate a specific message for each user. So let’s say my DB is like this:
—————————-
| User | Message |
—————————–
| ABC | Hi, DEF! |
| XYZ | Hellooo!! |
—————————–
I want it so that when user ABC logs in with his fb connect, the specific message is displayed (Hi, DEF!).
By using your plugin, can you advise me on how to do this cross check? To do this, I will need to get the id/email + password of the logged in user and cross-check this with the information in the database to then extract the correct message. However, I do not know whether you store the id/email + password or if you do, how you store them. Can you please help me on this?
I know that in wp_users table you have the following fields:
– user_login
– user_pass
– user_nicename
– user_email
– user_url
– user_registered
– user_activation_key
– user_status
– display_name
May I know what do you fill for each of these fields when someone logs in with the FB connect?
Thanks! Your prompt reply would be greatly appreciated.
Kind Regards,
Pascal Gekko
Hi,
I’m using the latest version and when configure only for sharing via facebook like, fb commend, twitter and google+, I’ve noticed that the icon of the twitter on the left side bar is replace by linked-in icon.
While the icon of the twitter is correct shown on the bottom of the page.
Please advise how can I fix this.
Thanks, Henry.