Keyword

item image issue

More
10 years 10 months ago #120857 by brad
item image issue was created by brad
friends

i have just brought a template with k2. have been playing to learn the environment but i am stumped. i can see my item image in the category page fine but in the item page it doesnt show. i checked the settings in the category its set to show image in both category and item. thinking that the issue was in the template...i downloaded the latest k2 software and did a csdiff of item.php and found differences. so i updated this in the default directory but it didnt change anything. im lost everything looks ok in the back end. the article inherits the settings from the category.

the article is the first item on this category page

behealthy4life.com.au/index.php/categories/nutrition

appreciate any advice

thanks
Brad

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

More
10 years 10 months ago #120858 by brad
Replied by brad on topic Re: item image issue
hi

well it would seem its a CSS issue. K2 is doing the right thing. Now just to work out whats wrong with the css......

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

More
10 years 10 months ago #120859 by brad
Replied by brad on topic Re: item image issue
for those that need to know......I had to add the following to my overrides

#k2Container a.modal {
border: 0px;
display: inline-block;
margin: 0 10px 0 0;
position: relative;
top: auto;
left: 0px;
width: auto;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0 0 0 0;
-moz-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
}

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


Powered by Kunena Forum