• Hello,

    Ever since I have used the_excerpt() in a loop, the floating bar likes to jump to the footer of my page and stay there and I can’t figure out why.

    I have isolated the entire incident to using the_excerpt(). If I remove it from my page, the floating bar works fine. Here is the code, roughly:

    <table>
    <tr>
    <td width="75px"><a href="#"><img src="#" ></a></td>
    <td><a href="#">Title</a><br /> <p>THE EXCERPT() TEXT HERE</p></td>
    </tr>
    </table>

    Any help would be appreciated,
    Thanks.

    http://wordpress.org/plugins/wp-socializer/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter scyzoryki

    (@scyzoryki)

    Just a note, that is the post php rendered text above. I am using a php loop to load all pages under a parent page and show the image, title, and excerpt.

    Thread Starter scyzoryki

    (@scyzoryki)

    Anyone? I’ve confirmed that even using $var = get_the_excerpt() without echo’ing the result breaks the bar and it’s puzzling me to no end. If I disable the floating bar and use buttons under my title, they won’t show up if I call the excerpt function as well.

    Plugin Author vaakash

    (@vaakash)

    Hello,

    Sorry for the late reply. Can you please give your site URL ?? I’ll check it out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the_excerpt breaks floating bar’ is closed to new replies.