Viewing 5 posts - 1 through 5 (of 5 total)
    • Author
      Posts
    • HealthBulletin
      Guest

      Hi,

      The floating sidebar doesn’t display on home-page. It does show on individual posts and individual pages. Installed it in healthbulletin.in, which is WordPress Multi-site.

      I selected both individual posts and pages in the options.

      How to enable on home page too? Any info will be highly appreciated.

      Thank you.

      Anonymous
      Guest

      Friends,

      I did a little tinkering and here’s how I got it on front page too.

      Edited the file:

      wp-socializer/includes/wpsr-floatingbar.php

      Changed line 55 to include the conditional:

      Code:

      is_front_page() == 1

      Line no. 55 before edit:

      Code:


      }elseif (is_page() == 1 && $wpsr_floatbts[‘inpage’] == 1){
      $flag = 1;

      Line no. 55 after edit:

      Code:


      }elseif ((is_page() == 1 || is_front_page() == 1) && $wpsr_floatbts[‘inpage’] == 1){
      $flag = 1;

      Hello,

      Happy that you found a solution yourself. Your site looks neat and good.

      Thank you.

      Anonymous
      Guest

      Thank you for the encouraging words. Request that this patch be included in next update.

      Also, a suggestion: the floating bar is not visible in mobile phones. If something is already in the pipeline, it would be great. I will also try to cook something and share it here.

      Best regards for such a great plugin.

      Hello,

      Currently mobiles users are more and I think I should make some changes to look the floating sharebar good in mobile pages 🙂

      Thank you.

    Viewing 5 posts - 1 through 5 (of 5 total)
    • The topic ‘Floating Sidebar in WordPress Multi-site’ is closed to new replies.

    Subscribe for updates

    Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter