Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter NCRoma

    (@ncroma)

    Ok done! What now? Image still below title.

    Thread Starter NCRoma

    (@ncroma)

    Also, for another page or maybe in the same, Id like to really have an image in the vertical scroll template, but it is prooving to be hard cose it gets all messed up.

    Can you lend a hand?

    Thread Starter NCRoma

    (@ncroma)

    If you can check my website, something weird is hapening. Some times the template is displaying correcly, but other times, it is all messed up, I can’t figure out why.

    Thread Starter NCRoma

    (@ncroma)

    On the Vertical Scroll template I added this line

    $readable .= '<p><div class="wprssmi-excerpt">'.showexcerpt($items["mydesc"],0,$openWindow,0,$items["mylink"],$adjustImageSize,$float,$noFollow,$items["myimage"],$items["mycatid"]).'</span></div></p>';

    on top of the title line

    $readable .= '<div class="title"><a '.$openWindow.' href='.$items["mylink"].'>'.$items["mytitle"].'</a></div>';

    Maybe the problem is in the image line?

    Plugin Author Allen

    (@amweiss98)

    The vertical scroll is much harder to handle…I don’t have any time right now to mess with this, but maybe in a future update I’ll provide a template for this.

    Thread Starter NCRoma

    (@ncroma)

    I did it ??

    php:

    $readable .=  '<li><div class="teste3">';
    $readable .= '<div class="wprssmi-excerpt">'.showexcerpt($items["mydesc"],0,$openWindow,0,$items["mylink"],$adjustImageSize,$float,$noFollow,$items["myimage"],$items["mycatid"]).'</div>';
    
    				$readable .= '<div class="title"><a '.$openWindow.' href='.$items["mylink"].'>'.$items["mytitle"].'</a></div>';

    I just inserted the code you showed me before the title div line. Then, to resolve the container reajustment, I gave the div a name and I made this on the css:

    div.teste3{
    
    	height: 165px;
    	overflow: hidden;
    	    position: relative;
    
    	}

    I fixed a height to the div and pronto! No more visual issue! You can check it out I think it looks really cool and flexible now.

    I’m guessing it is resolved then. Thank you so much for you help and sorry for beeing such a pain ??

    Plugin Author Allen

    (@amweiss98)

    ok…thanks…I’ll add this new template to the next update

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Category image isn't showing’ is closed to new replies.