Keyword

images in category list not showed

  • kapitein
  • kapitein's Avatar Topic Author
  • Offline
  • New Member
More
10 years 10 months ago #121524 by kapitein
images in category list not showed was created by kapitein
Hi There,

since using K2 the images on category 'blog' were not showed in category listing by the way I want it to be showed!

f.e:
- when image placed within article (left topcorner) it is not showed in the category listing
- when image placed on tab image of the article, it is showed above the article in category listing.

in category listing I would present the images next to the intro text of the article, on the left side.

PS: when not using K2, the images were presented left next to the intro text.

Please can you help me to fix this?

see www.mediationsneek.nl/index.php/blog for an example

waiting for your respons,

Marco

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 10 months ago #121525 by Yiota
Replied by Yiota on topic Re: images in category list not showed
You need to modify the
www.mediationsneek.nl/templates/jsn_gruve_pro/ext/k2/jsn_ext_k2.css
a little bit in order to achieve that.

First you need to remove this

#k2Container div.catItemBody, #k2Container div.catItemIntroText, #k2Container div.tagItemBody, #k2Container div.tagItemIntroText, #k2Container div.userItemBody, #k2Container div.userItemIntroText {padding:0;}

Then change the image container from
div.catItemImageBlock {padding:0;}
to
div.catItemImageBlock {padding:8px;float:left:margin:0 10px 16px 0;}

Please Log in or Create an account to join the conversation.

  • kapitein
  • kapitein's Avatar Topic Author
  • Offline
  • New Member
More
10 years 10 months ago #121526 by kapitein
Replied by kapitein on topic Re: images in category list not showed
Thank you for helping me with this issue.

(I waited for an e-mail-reply, so after a week I checked this support call again, sorry for my late response).

I followed the steps you descriped: removing that specific part from the .css file and added the padding etc to the Image container.

But.... on my site the blogcategorylisting still appears the same as before: image above the intro text instead left to it.

What am I doing wrong?

Waiting for your answer,
kind regards, Marco

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 10 months ago #121527 by Yiota
Replied by Yiota on topic Re: images in category list not showed
I'm sorry it seems that I have missed a semicolon in my last css statement.

replace the
div.catItemImageBlock {padding:8px;float:left:margin:0 10px 16px 0;}

with
div.catItemImageBlock {padding:8px;float:left;margin:0 10px 16px 0;}

Please Log in or Create an account to join the conversation.

  • kapitein
  • kapitein's Avatar Topic Author
  • Offline
  • New Member
More
10 years 10 months ago #121528 by kapitein
Replied by kapitein on topic Re: images in category list not showed
YES !!
GREAT! It works!

(so it's amazing, that even a semicolon can make the difference!) :P

thanks for your help,

Greetings,
Marco

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 10 months ago #121529 by Yiota
Replied by Yiota on topic Re: images in category list not showed
You are welcome :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum