Viewing 1 replies (of 1 total)
  • Plugin Author loginradius

    (@loginradius)

    Hi RolandOfEld,
    This seems to a conflict with the WordPress theme.

    Please follow the steps below to resolve this issue:
    1. Open “wp-content/plugins/loginradius-for-wordpress/LoginRadius_socialShare.php” (located in your WordPress root folder).

    2. Search following code:
    if(isset($lrMeta[‘sharing’]) && $lrMeta[‘sharing’] == 1 && !is_front_page()){

    3. Replace the code searched above with following code:-
    if(isset($lrMeta[‘sharing’]) && $lrMeta[‘sharing’] == 1){

    4. Save the file.

    Let us know if you have any further questions.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘horizontal share button problem’ is closed to new replies.