-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
August 11, 2015 at 1:12 pm #659976thats funny! I got immediatley concerned and was wondering if Tom Crawford was a contracted inmate by Joomlart! 😮
was googling: tom crawford san quentin state prison joomlart
lololol
Have you had a chance to check out the issue?
Many thanks
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
August 11, 2015 at 1:12 pm #745133thats funny! I got immediatley concerned and was wondering if Tom Crawford was a contracted inmate by Joomlart! 😮
was googling: tom crawford san quentin state prison joomlart
lololol
Have you had a chance to check out the issue?
Many thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 12, 2015 at 5:11 am #660386<em>@seaneo 486802 wrote:</em><blockquote>Got it! Thanks
Question: What could be the coding to make some white space show between the banner in the position header-1 , and the date block?
see http://prntscr.com/8319lh which is a live shot oif my site.
I ask becuase some users could misinterpret that date being associated with whatever is going on in a banner at any given moment.
Many thanks</blockquote>
How can I get this bug on your site? You can give me URL of your site. I will check it directly on your site and find the solution.
1 user says Thank You to Ninja Lead for this useful post
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
August 12, 2015 at 6:42 pm #660665pm sent with details , thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 13, 2015 at 2:53 am #660684<em>@seaneo 487139 wrote:</em><blockquote>pm sent with details , thanks</blockquote>
You can fix this problem on your site with my solution below
Open templates/ja_teline_v/css/custom.css file and add new rule
.header-right .header-right-inner .banneritem {
margin: 0px !important;
}1 user says Thank You to Ninja Lead for this useful post
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
August 13, 2015 at 12:56 pm #660889shoot, I made the CSS addition, but the only thing it did was eliminate a minor shade (which I wasnt liking anyway, so good) just below the top banner .
The main challenge is still there, the banner hugs the date box, any ideas? many thanks
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
August 13, 2015 at 12:56 pm #745363shoot, I made the CSS addition, but the only thing it did was eliminate a minor shade (which I wasnt liking anyway, so good) just below the top banner .
The main challenge is still there, the banner hugs the date box, any ideas? many thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 14, 2015 at 2:27 am #660931<em>@seaneo 487238 wrote:</em><blockquote>shoot, I made the CSS addition, but the only thing it did was eliminate a minor shade (which I wasnt liking anyway, so good) just below the top banner .
The main challenge is still there, the banner hugs the date box, any ideas? many thanks</blockquote>
You can define new css style into templates/ja_teline_v/css/custom.css file, your site will take style of this file in priority. Look at the screenshot with Inspect Element from browser you will see the css style for example
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 14, 2015 at 2:27 am #745405<em>@seaneo 487238 wrote:</em><blockquote>shoot, I made the CSS addition, but the only thing it did was eliminate a minor shade (which I wasnt liking anyway, so good) just below the top banner .
The main challenge is still there, the banner hugs the date box, any ideas? many thanks</blockquote>
You can define new css style into templates/ja_teline_v/css/custom.css file, your site will take style of this file in priority. Look at the screenshot with Inspect Element from browser you will see the css style for example
1 user says Thank You to Ninja Lead for this useful post
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
August 18, 2015 at 3:05 pm #662792I appreciate your response, but I dont enough about programming to define new css style.
Would you mind showing me what code to use to insert, for example, a 10px gap between that top banner and the date block?
Many thanks
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
August 18, 2015 at 3:38 pm #662795Simplest might be to have a little white space on right side of banner images.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 19, 2015 at 1:59 am #662837<em>@seaneo 487976 wrote:</em><blockquote>I appreciate your response, but I dont enough about programming to define new css style.
Would you mind showing me what code to use to insert, for example, a 10px gap between that top banner and the date block?
Many thanks</blockquote>
You can use the solution here
Open templates/ja_teline_v/css/custom.css file and add new rule
.header-right .trending {
padding-right: 10px;
}
1 user says Thank You to Ninja Lead for this useful post
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
August 25, 2015 at 2:48 pm #665413Ninja that worked great thanks!
Timtesca, thanks butthe only problem there is that it will be problematic when I aquire banners from customers who follow general guidlinles for banner sizes.
..which brings me to the next question for this thread:
I want to follow industry standards and make the header banner 728 x 90
So I have created a test banner at 728 x 90, but after pubolishing it, JA Telines reduces it down to 582 x 90.
How can I stop this reduction, to keep the desired size of 728 x 90?Many thanks
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
August 25, 2015 at 2:48 pm #746562Ninja that worked great thanks!
Timtesca, thanks butthe only problem there is that it will be problematic when I aquire banners from customers who follow general guidlinles for banner sizes.
..which brings me to the next question for this thread:
I want to follow industry standards and make the header banner 728 x 90
So I have created a test banner at 728 x 90, but after pubolishing it, JA Telines reduces it down to 582 x 90.
How can I stop this reduction, to keep the desired size of 728 x 90?Many thanks
-
AuthorPosts
This topic contains 40 replies, has 4 voices, and was last updated by Ninja Lead 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum