Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Allen

    (@amweiss98)

    go into the boxes.php file (in the template folder), find the line that begins like this:

    showexcerpt($items["mydesc"],15,$openWindow,1,

    change the 1 to a 0 and you should get the images (if images exist in the feed – if they do not, you won’t get any images). You’ll need to change the css to make it work properly (in the tempates.css file)

    Thread Starter NCRoma

    (@ncroma)

    Thank you ever so much!

    I’m pretty much a css newb though, what do you think would be needing a change?

    Thanks!

    Thread Starter NCRoma

    (@ncroma)

    Right on the money! The images are now showing! Thanks!

    I have been messing around in the css and I can’t change the boxes height! I have tried this:

    ul#wprssmi_rss_list li.item {
        float: center;
        margin: 0 15px 15px 0;
        overflow: hidden;
        width: 207px;  // change this width to the size of the boxes you want
    	height: 300px;
    }

    I added the atribute height but it doesnt really do anything.

    Thanks once again for the help!

    Plugin Author Allen

    (@amweiss98)

    What is the URL of a page where I can see this working?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Boxes template shows no image’ is closed to new replies.