rotatingtweets element suddenly reduced its height
-
There are 2 versions of the website, a live one and a test/dev site. I noticed on both sites today that the height of the rotatingtweets element had changed and was now too small. No changes have been made to this section of the page that would cause this. You can see the problem on the dev site home page, https://dev.henleyherald.com/
Something is now setting
height: 48px
on the rotatingtweets element – see via Chrome DevTools.On the live site (https://www.henleyherald.com/) I’ve overcome this today by setting
height: 200px
via custom CSS. This setting was not needed before. If you use DevTools to switch it off, you can see the element reverts to 48px on the live site.The shortcode is
[rotatingtweets screen_name='henleyherald' only_rts=1 tweet_count=5 rotation_type='carousel' carousel_count='2' links_in_new_window='1' show_tco_link='1' show_follow='1' no_show_count='1' large_follow_button= '1' show_meta_timestamp='0' show_meta_via='0' show_meta_screen_name='0' show_meta_prev_next='1']
jQuery Cycle is Version 2 (beta) and JS loads in the footer.
Any ideas what has caused this to happen? And how to resolve it, i.e. not have to use height on the element.
The page I need help with: [log in to see the link]
- The topic ‘rotatingtweets element suddenly reduced its height’ is closed to new replies.