-
AuthorPosts
-
brusamolino Friend
brusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
March 2, 2015 at 1:43 pm #204259HI
can you tell me how can i have the same header in events (logo+banner) like i have in blog?Thanks
Lucaphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 2, 2015 at 5:28 pm #561268Hi Luca,
Open events.php file at ja/templates/ja_teline_v/tpls/events.php then replace line 34
from
<?php $this->loadBlock('header-events') ?>
to
<?php $this->loadBlock('header-clean') ?>
Next, create a new custom.css file if it does not exist at ja/templates/ja_teline_v/css/custom.css then add
.layout-events .t3-header {
padding-top: 48px;
padding-bottom: 48px;
background: #111111
}Thanks
brusamolino Friendbrusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
March 2, 2015 at 5:47 pm #561269Thanks but i’ve two problem to resolve
One is the height of background color and one is the width of the header (logo+banner)… is smaller than in blog section
Please see file in attach
can you help me?
brusamolino Friendbrusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
March 3, 2015 at 5:25 pm #561429can you help me?
thanks luca
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
March 4, 2015 at 4:43 pm #561613Hi Luca
<blockquote>One is the height of background color and one is the width of the header (logo+banner)… is smaller than in blog section</blockquote>
Not too much, but you can solve this case by opening custom.css then add
.layout-events .t3-mainbody {
background: #fff
background: transparent;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
margin-top: -24px;
padding-top: 0;
padding-bottom: 0;
z-index: 2;
background: #fff
}.layout-events .t3-header {
padding-top: 48px;
padding-bottom: 48px;
background: #111111
z-index: 4;
}
.layout-events .t3-header .row {
margin: 0 -20px 0 -20px !important;
} @media screen and (min-width: 480px) {
.layout-events .t3-header {
padding-top: 48px;
padding-bottom: 72px !important;
}
}Before:
After:
1 user says Thank You to phong nam for this useful post
brusamolino Friendbrusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
March 4, 2015 at 5:20 pm #561621great!
thanks LucaAuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by brusamolino 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Header in Events like in BLog
Viewing 6 posts - 1 through 6 (of 6 total)