Keyword

K2 item Image not showing

  • John Dunstan
  • John Dunstan's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 8 months ago #124235 by John Dunstan
K2 item Image not showing was created by John Dunstan
Hello,

I have an issue where the K2 ITEM IMAGE is not showing in front end ITEM VIEW. When I view the code and hover over the image url, the image is shown in firebug...but it doesnt show on the page.

I have tried upgrading to k2 2.6.8 dev and this didnt help.

I also looked at this thread, and this is not the fix or issue for me:

getk2.org/community/New-to-K2-Ask-here-first/189104-cant-display-image-in-front-end

Just to clarify, I am referring to the image that is uploaded via the IMAGE TAB in backend (it is NOT an image being added in a wysiwyg).

I know the image did show in the past, but I can't think of anything new except Joomla 3.2.1 that has been installed since I remember seeing the images showing.

My site is still in development, so I can send links to an admin, but i can't paste them here for everyone.

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 8 months ago #124236 by Yiota
Replied by Yiota on topic Re: K2 item Image not showing
Please sent us a link to your site through the contact form (getk2.org/contact-us) in order to check out your issue.

Thank you

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 8 months ago #124237 by Yiota
Replied by Yiota on topic Re: K2 item Image not showing
Your issue about that is css conflict

There are two statements in your css that influence the images element since it is wrapped in a link element with class modal.
You have the following

.itemImage a.modal {
background: none;
border: none;
box-shadow: none;
left: 0;
margin-left: 0;
position: relative;
top: 0;
z-index: 10;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

and

.modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
}

Just add to the first statement a display:block;

The notice you get has to do with the comment system.
You can use the Disqus plugin for K2 in order for your comments to work properly.

Check it here: getk2.org/extend/extensions/836-disqus-for-k2

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


Powered by Kunena Forum