Image style does not work on k2

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Sat Jul 24, 2010 6:01 am
Hello guys I'm using the latest k2 and memovie versions but the image style on core joomla article does not apply to k2 images. ANy help please?
User avatar
Platinum Boarder

GK User
Sun Jul 25, 2010 11:34 pm
Any help pleaseeeee
User avatar
Platinum Boarder

GK User
Mon Jul 26, 2010 12:47 am
Can you be more specific?
Please show us.

Did you update Memovie with the latest version?
Please check this page.
User avatar
Platinum Boarder

GK User
Mon Jul 26, 2010 1:09 am
Yes I'm using version 1.3. When I add an image thru k2 instead of using the image button in the test editor The nice styling you have built in in the template does not apply to the images
User avatar
Platinum Boarder

GK User
Thu Jul 29, 2010 9:39 pm
HELPPPP PLEASEEE
User avatar
Platinum Boarder

GK User
Sun Aug 01, 2010 4:22 pm
Why No one pays Attention to that?
User avatar
Platinum Boarder

teitbite
Sun Aug 01, 2010 7:29 pm
Hi

Please show me an example of the site with not styled image in K2 and if possible the styled one.
User avatar
Moderator

GK User
Mon Aug 02, 2010 4:00 pm
Here is the example you ask for:

http://www.haitiliveradio.com/radio/New ... sits-Haiti




One image is added using built in image insert in joomla editor.
The other using the "image ad" button within K2.

The style is not there.



Please let me know when you are done so I can take it out because it looks horrible
User avatar
Platinum Boarder

teitbite
Tue Aug 03, 2010 3:03 pm
Hi

It can be hard without seeing the changes but lets try.

Code: Select all
.itemImageBlock img {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
padding:2px;
}

.itemImageBlock .itemImageCaption {
background:url("../images/article-tools.png") repeat-x scroll 0 100% #FFFFFF;
margin:0;
padding:5px;
color:#888888;
font-size:90%;
font-weight:bold;
margin-bottom:10px;
text-shadow:1px 1px 1px #FFFFFF;
text-transform:uppercase;
}


If this won't look the same please send me Joomla Panel access.
User avatar
Moderator

GK User
Tue Aug 10, 2010 4:12 am
Where do I add this code?
User avatar
Platinum Boarder

teitbite
Thu Aug 12, 2010 10:02 am
Hi

The best place is the end of template.css file
User avatar
Moderator

GK User
Tue Aug 24, 2010 10:57 pm
The changes did not work all that well it showed the caption background, but it's not well placed and the border around the image is not present


see it here
http://www.haitiliveradio.com/radio/New ... sits-Haiti
User avatar
Platinum Boarder

GK User
Wed Aug 25, 2010 11:52 pm
No Replies?
User avatar
Platinum Boarder

teitbite
Fri Aug 27, 2010 11:17 am
Hi

I do not see the code on Your site. Please try to add this at the end of http://www.haitiliveradio.com/radio/tem ... css/k2.css
User avatar
Moderator

GK User
Fri Aug 27, 2010 12:00 pm
I did the image is missing border and the caption is not attached at the bottom of it.
User avatar
Platinum Boarder

teitbite
Sun Aug 29, 2010 8:23 pm
Hi

Try to add also:

Code: Select all
span.latestItemImage, span.genericItemImage, span.userItemImage, span.catItemImage, span.itemImage {
border:1px solid #CCCCCC !important;
margin:0 !important;
padding:2px !important;
}

span.itemImageCredits {
display:none !important;
}
User avatar
Moderator

GK User
Mon Aug 30, 2010 2:30 am
It's almost there except it still have has a space between the the image and the caption.
User avatar
Platinum Boarder

GK User
Mon Aug 30, 2010 3:48 am
apanou wrote:
It's almost there except it still have has a space between the the image and the caption.


Add this code also:

Code: Select all
#k2Container span.itemImage .modal img{margin-bottom:-6px;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Aug 30, 2010 3:59 am
Works great thanks guys
User avatar
Platinum Boarder


cron