Background image (header) dissappeared in k2 articles.
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Dec 08, 2016 4:56 pm
- Reply with quote
- Report this post
Hi...
I have installed the quick version, when I am using k2 items the background image (header) of the item is not there like your demo site..
Please help me out of this problem, I have searched at the modules, templates, plugins but couldn't find where it is.
Kind Regards
Goran
MICROweb
I have installed the quick version, when I am using k2 items the background image (header) of the item is not there like your demo site..
Please help me out of this problem, I have searched at the modules, templates, plugins but couldn't find where it is.
Kind Regards
Goran
MICROweb
-
- Senior Boarder
- teitbite
- Tue Dec 13, 2016 2:10 pm
- Reply with quote
- Report this post
Hi
Hard to tell without seeing Your site, but header is created from article's image, so I'm guessing You do not have images or they are not attached as K2 image.
Hard to tell without seeing Your site, but header is created from article's image, so I'm guessing You do not have images or they are not attached as K2 image.
-
- Moderator
- GK User
- Wed Dec 14, 2016 9:46 am
- Reply with quote
- Report this post
Sure it's hard..!!
Well... here you are with one of the item .... http://koupakilkis.gr.185-25-20-58.linu ... upa-kilkis
There is an image in the k2 item,
One of changes we made on templates.css
is
#gkBg {
background: #eee url('../images/bg.jpg') repeat center 0;
}
but when I disabled it the image still not shows like your demo templage...
I don't think that this make the problem not showing the image of k2...
Kind Regards
Goran
MICROweb
Well... here you are with one of the item .... http://koupakilkis.gr.185-25-20-58.linu ... upa-kilkis
There is an image in the k2 item,
One of changes we made on templates.css
is
#gkBg {
background: #eee url('../images/bg.jpg') repeat center 0;
}
but when I disabled it the image still not shows like your demo templage...
I don't think that this make the problem not showing the image of k2...
Kind Regards
Goran
MICROweb
-
- Senior Boarder
- teitbite
- Sat Dec 17, 2016 2:34 pm
- Reply with quote
- Report this post
Hi
Ok. I see it now. By using the code You have mentioned is in fact removing the header. And I was wrong, header is not made from k2 item, but a static for every page. Try set it again with using the ode as before:
Ok. I see it now. By using the code You have mentioned is in fact removing the header. And I was wrong, header is not made from k2 item, but a static for every page. Try set it again with using the ode as before:
- Code: Select all
#gkBg {
background: #eee url("/joomla25/game/templates/gk_game/images/header_bg.jpg") no-repeat scroll center 0 / 2400px 900px;
overflow: hidden;
}
-
- Moderator
4 posts
• Page 1 of 1