OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Full image not showing in header article (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Full image not showing in header article

kevinas (Visitor)
Posts: 0
graphgraph
User Offline
Full image not showing in header article 8 Years, 8 Months ago
Karma: 0  
Hi,

I am building a new website based on the os blank template, because I like it's functionality. I am using a grid on the home page, that previews the articles. These articles are k2 items. The problem is when I insert a picture in k2 it only shows in the grid. When I click on the item (the picture in the grid) it opens but the image is not shown in the header of the article. I double checked the parameters, they are set correctly. I also tried to use a different template and then the picture does show. So probably something is conflicting in the template code. Tried to discover it, but no succes yet.

Are you known with this problem or any idea how this problem can be solved?

Thank you in advance.

Grz.

Kevin
Logged Logged
The administrator has disabled public write access.
kevinas (Visitor)
Posts: 0
graphgraph
User Offline
Re:Full image not showing in header article 8 Years, 8 Months ago
Karma: 0  
Hi me again,

I just found out that is has to do with the inherited body code in the bootstrapp.css. So I guess I have to make custom "body" code for k2. So for know I will try this and see what happens.

So I guess you already helped me a bit telepathically

Grz

Kevin
Logged Logged
The administrator has disabled public write access.
AnnaZh (Admin)
Admin
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Location: Kharkov, Ukraine
Re:Full image not showing in header article 8 Years, 8 Months ago
Karma: 7  
Hi Kevin,

Best of luck in your work

Write us if there is anything we can help you with.

Best Regards,
Anna
ordasoft.com
Logged Logged
The administrator has disabled public write access.
kevinas (Visitor)
Posts: 0
graphgraph
User Offline
Re:Full image not showing in header article 8 Years, 8 Months ago
Karma: 0  
Hi Anna,

Thank you for your answer.

Well, I narrowed it done to the class modal in the bootstrap.css. Display is set to none and position to fixed.

.modal {
/*position:fixed;*/
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;

I found were the solution can be found, but would this be the best solution for it you think? I am no code wizard..

#k2Container a.modal {

position:initial!important;
display: inline-block!important;
}

(A lot of details I know , but if it is correct, maybe someone else can save some time when they experience the same thing)


Second problem I am having is that the front end editor of joomla doesn't seem to be working with this template. (tried protostar and that one works fine). But no icons appear with your template, sorry to say. Are you aware of this? Or is that one of the downsides of using this template? I really would like to have front end editing working, so I hope I am just missing something here

have a great day,

Kevin
Logged Logged
The administrator has disabled public write access.
AnnaZh (Admin)
Admin
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Location: Kharkov, Ukraine
Re:Full image not showing in header article 8 Years, 8 Months ago
Karma: 7  
Hi Kevin,

Thank you for the question.

Concerning your first problem, it is difficult to say something without seeing the code. But anyway thank you for sharing this solution to others.

At the moment Joomla Blank template doesn't have such feature, but we are going to implement it in new version.

Have a nice day!

Best Regards,
Anna
ordasoft.com
Logged Logged
The administrator has disabled public write access.
kevinas (Visitor)
Posts: 0
graphgraph
User Offline
Re:Full image not showing in header article 8 Years, 8 Months ago
Karma: 0  
Ok thank you Anna,

It seems too work, but time will tell

Ah great! Any idea when the new version will come out?

Have a great day!

Grz

Kevin
Logged Logged
The administrator has disabled public write access.
Go to top
»