Keyword

Item image hidden

  • Rakesh
  • Rakesh's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 10 months ago #144524 by Rakesh
Item image hidden was created by Rakesh
For some reason the Image in the Item.php view is hidden.

Anything below the class 'itemImage' gets hidden for some reason. I know by now it is template related. Also saw another post about it saying it was bootstrap related. Yet there was no solution shared there.

Hope to pinpoint the problem soon.

My template css probably also has class 'modal'

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 10 months ago #144526 by Krikor Boghossian
Replied by Krikor Boghossian on topic Item image hidden
This is most likely a template issue.
You need to address this issue to the template's developer.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Rakesh
  • Rakesh's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 10 months ago #144537 by Rakesh
Replied by Rakesh on topic Item image hidden
inside bootstrap.css I found this
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

and in my bootstrap.min.css I found this
.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}

Think I need to change alle the 'modal' classes in K2 to prevent this conflict. The bootstrap has way to many functions.

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

  • Rakesh
  • Rakesh's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 10 months ago - 8 years 10 months ago #144538 by Rakesh
Replied by Rakesh on topic Item image hidden
Where can I find the related .css (or other) files connected to item.php and itemform.php with the 'modal' class?

I only see this in k2.css
/* Admin - Item - Other */
td#k2AuthorOptions span#k2Author {margin-right:4px;}
td#k2AuthorOptions a.modal {text-decoration:underline;}
Last edit: 8 years 10 months ago by Rakesh.

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 10 months ago #144578 by Krikor Boghossian
Replied by Krikor Boghossian on topic Item image hidden
In the k2.css file. Check your template's css folder.
There are also a lot of threads about this issue although this is something the template developer should look into it.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum