• Resolved xenty

    (@xenty)


    Hi, I have been looking at the code for along time now, and made some risky changes in hope I can make the height size of the RT bigger?

    I’m currently looking to increase it by 392px.

    Can you pleas ehelp with me this? Thanks. I made the following changes to this line to no avail and the css template as well…

    /* If we’re displaying an ‘official’ tweet, reset all the heights – this option is currently switched off! */
    // var rt_official_child = rotate_id + ‘ .twitter-tweet’;
    // var rt_official_num = jQuery(rt_official_child).length;
    // if (rt_official_num > 0) rt_height_px = ‘392px’;

    and the css sample

    }
    div.widget_rotatingtweets_widget, div.rotatingtweet, div.widget_rotatingtweets_widget div.widget-title {
    max-height: 392px;
    }

    Worht a try 🙂

    http://wordpress.org/extend/plugins/rotatingtweets/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Martin Tod

    (@mpntod)

    What happens with:

    div.rotatingtweet {
      height: 392px;
    }

    🙂

    Thread Starter xenty

    (@xenty)

    My goodness… it was so simple ! thanks 🙂

    last question, as you can see, it’s only present the only available paragraphs to the size it was originally before, leaving a huge blank screen on the bottom,

    what code was it to allow it to flow all the way to the bottom?

    was it overflow by any chance?

    Thanks

    Plugin Author Martin Tod

    (@mpntod)

    I’m not sure I understand your question. Do you have a problem with the width of the tweet? Or do you want more than one tweet to appear?

    Thread Starter xenty

    (@xenty)

    The Width of the Tweet is perfect and so is the height off course… 🙂

    What about the text in the box, it looks like it cuts off from it’s original size.

    So lets just say there is a whole lot of texxt, it doesn’t go all the way down to the height size has configured … 392px

    Plugin Author Martin Tod

    (@mpntod)

    Is the text going off at the end of the line?

    Can you send a link? I’m not sure I understand the problem.

    Thread Starter xenty

    (@xenty)

    http://eloboost.com/

    Sorry for not being clear.

    Look on the bottom, as you can see, the Rotating Twitter height has been extended to 392px,

    however the text within the twitter doesn’t go beyond it’s original heigh size, so cutting any other text available

    exmple

    Bottom left is too real hahah @XChadballX by @yelyahwilliams paramore.net/photo/bottom-l… ( this section has been cut off )

    12:50 pm · July 6, 2013

    Plugin Author Martin Tod

    (@mpntod)

    What happens if you replace the /css/rotatingtweets.css file? Currently it seems to be missing and I think it’s needed for the top of the tweet to work properly.

    You might need to go with:

    div.rotatingtweet {
      min-height: 392px;
    }

    although normally rotatingtweets works out the height it needs to use all by itself…

    Plugin Author Martin Tod

    (@mpntod)

    Seems to be working. 🙂

    You might want to go with something like 372px instead of 392px since the height of the ‘like’ button is 20px.

    Thread Starter xenty

    (@xenty)

    Thank You Martin, I appreciate your quick response ! 🙂

    All good now, Hopefully won’t both you again to soon 😀

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Resizing Height’ is closed to new replies.