Automattic / media-explorer

With Media Explorer, you can now search for tweets and videos on Twitter and YouTube directly from the Add Media screen in WordPress.
126 stars 31 forks source link

Pagination button in Twitter service is hidden #29

Closed pepegar closed 11 years ago

pepegar commented 11 years ago

The "Load More" button for the Twitter service is hidden under the search form. Maybe I've broke it when applying new styles for YouTube service, but I don't know how to make it work or where to put it. It doesn't work in the default admin nor MP6.

Perhaps @johnbillion has more info about it?

johnbillion commented 11 years ago

Confirmed. I'll have a look first thing on Monday!

paulgibbs commented 11 years ago

How do I recreate this?

pepegar commented 11 years ago

You don't have to recreate it, the button is under the search form all the time.

paulgibbs commented 11 years ago

Sorry, I meant what do I have to do in WordPress to get this bug to happen?

When I was testing this morning, I saw the issue once, but could then not figure out how to make it break again.

pepegar commented 11 years ago

The bug is happening all the time. This button should appear once a set of tweets is loaded, and is not seen because the search form is over it.

You can see the button following the next steps:

  1. Load a set of tweets.
  2. run
jQuery( '.mexp-pagination a' ).css({top: "65px", position: "absolute"})

in the console.

paulgibbs commented 11 years ago

Nice