-
AuthorPosts
-
victortopper Friend
victortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
February 18, 2014 at 7:37 am #194903Hi,
I have small problems last minute to finalize the template1) how to remove the display of the time in GMT
2) by moving the mouse moves the logo, I remember how I did for the first time to solve this problem
3) The module is not displayed correctly then it is very well configured it that on firefox. So IE and Google appears well
4) The title of the homepage is too pale how enhanced sharpness colors
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 19, 2014 at 2:40 am #5233012. Go to this File: /templates/ja_teline_iv/css/template.css
Remove this code
h1.logo a:hover, h1.logo a:focus {
background-position: left bottom;
}
3. This is an issue with firefox, there would be a adobe flash crash, thats the reason it is not displaying. upgrade your flash and restart the firefox. everything will work fine.
4. Go to this File : /templates/ja_teline_iv/css/template.css
Add this code:
.ja-zinfp-featured h2.ja-zintitle a{
color:#333333 !important;
}.ja-zinfp-featured h2.ja-zintitle a:hover{
color:#FFFFFF !important;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 19, 2014 at 8:43 am #523373@vitortopper
<blockquote>how to remove the display of the time in GMT</blockquote>
Open the administrator/language/en-GB/en-GB.plg_system_jat3.ini file
Change
T3_DATE_FORMAT_LASTUPDATE="D, d M Y ga"
To
T3_DATE_FORMAT_LASTUPDATE="D, d M Y"
victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
February 26, 2014 at 12:26 pm #524462Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 27, 2014 at 4:22 am #524561It relates to content-mass-bot position.
Please remove this code, then it should help:
<div class="ja-typo-bubble-small">
<div class="bubble-small-inner clearfix"><a title="Twitter" href="#"> </a></div>
</div>
victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
February 27, 2014 at 9:49 am #524609I did not find the code I looked on temple.css and style. Css I did not find the change to where to find this code where do I find
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
February 27, 2014 at 4:58 pm #524646For who’s reply you said it is not working ?
victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
February 27, 2014 at 5:48 pm #524655I can not find the code to delete. what files are the code
<div class=”ja-typo-bubble-small”>
<div class=”bubble-small-inner clearfix”><a title=”Twitter” href=”#”> </a></div>
</div>victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
February 28, 2014 at 3:16 am #524693Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 28, 2014 at 8:00 am #524736<em>@victortopper 413778 wrote:</em><blockquote>I can not find the code to delete. what files are the code
<div class=”ja-typo-bubble-small”>
<div class=”bubble-small-inner clearfix”><a title=”Twitter” href=”#”>*</a></div>
</div></blockquote>Please navigate*to Admin site -> Extensions -> Module Manager ->*EVÉNEMENT DE L’ANNÉE html module (with content-mass-bot position) and edit as I mentioned.*
Regarding modification on your screenshot:*
+ Removal and masking: Home Joomla.org, you can find it from Admin site > Extensions > Module Manager > disable Top module (with footnav position). Once you disable Top module, the copyright will move to top of footer.*
+ Replace power by T3 logo, you can replace this t3/logo/t3_logo_dark_sm.png file
victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
March 3, 2014 at 6:14 am #525003Hi
how to find the file or path to replace this code “t3/logo/t3_logo_dark_sm.png”
thank youNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 3, 2014 at 7:21 am #525012You can find the path of logo file above in this file: plugins/system/jat3/jat3/base-themes/default/css/template.css. You should see the CSS rule:
.t3-logo-dark-sm a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_dark_sm.png); }
It seems you sorted it out at your end, I see your site has changed with another image.
victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
March 4, 2014 at 8:23 am #525213Yes with your help that my precious summer and thank you very much. As soon as I’m done with this project I’ll post an idea for a new template
victortopper Friendvictortopper
- Join date:
- May 2008
- Posts:
- 495
- Downloads:
- 27
- Uploads:
- 172
- Thanks:
- 23
- Thanked:
- 2 times in 1 posts
March 5, 2014 at 12:09 pm #525459hi,
I think getting to the end of the transformation of the template I still have some changes to make
1) Adjust my logo on the footer
2) increase the height of the footer
3) how to be clearly marked with circled in blue
4) remove the setting-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 6, 2014 at 7:20 am #525598Hope answers below would help.
<blockquote>1) Adjust my logo on the footer</blockquote>
Open the templates/ja_teline_iv/css/template.css file
Change
#ja-footer .ja-copyright {
border-left: 1px dotted #333;
margin-left: 4px;
padding-bottom: 4px;
}
To
#ja-footer .ja-copyright {
border-left: 1px dotted #333
margin-left: 4px;
padding-bottom: 4px;
background: url(http://static.joomlart.com/t3/logo/t3_logo_dark_sm.png) no-repeat right bottom;
}<blockquote>2) increase the height of the footer</blockquote>
Open the templates/ja_teline_iv/css/template.css file
Change
#ja-footer .main {
background: #1f1f1f;
color: #666;
padding: 0;
text-align: left;
}
To
#ja-footer .main {
background: #1f1f1f;
color: #666;
padding: 0;
text-align: left;
height: 150px;
}<blockquote>3) how to be clearly marked with circled in blue</blockquote>
Open the templates/ja_teline_iv/html/mod_janewspro/default/style.css file and change param in red:
.default .ja-zincat h3 a { color: #999; }
<blockquote>4) remove the setting</blockquote>
Go to Admin site -> Module Manager -> JA NewsPro module and set Show User Setting Tool to No, see the screenshot
AuthorPostsThis topic contains 28 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum