- Posts: 36
COMMUNITY FORUM
Item image hidden
- Rakesh
-
Topic Author
- Offline
- Junior Member
Less
More
9 years 11 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'
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
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 11 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.
You need to address this issue to the template's developer.
Please Log in or Create an account to join the conversation.
- Rakesh
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
9 years 11 months ago #144537
by Rakesh
Replied by Rakesh on topic Item image hidden
inside bootstrap.css I found this
and in my bootstrap.min.css I found this
Think I need to change alle the 'modal' classes in K2 to prevent this conflict. The bootstrap has way to many functions.
.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
-
Topic Author
- Offline
- Junior Member
Less
More
- Posts: 36
9 years 11 months ago - 9 years 11 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
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: 9 years 11 months ago by Rakesh.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 11 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.
There are also a lot of threads about this issue although this is something the template developer should look into it.
Please Log in or Create an account to join the conversation.