-
AuthorPosts
-
February 22, 2011 at 8:14 pm #160573
How I can remove mousehover colors in janews ?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 23, 2011 at 6:22 am #378034<em>@vokalek 223194 wrote:</em><blockquote>How I can remove mousehover colors in janews ?
</blockquote>
You can go to modules parameters for specific module layout (Advanced Parameters) and remove in all colors seen in colors text field
2 users say Thank You to aman204 for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 10, 2011 at 3:44 pm #380749Thanks for the tips.:)
And how can I change the color to have always the same color for the rollover.:confused:
The original settings is :
90:green
97:brick
104:blue
108:pink
115:lime
122:cyan
129:red
136:orangeAnd if I just let :
104:blue
or
90:blueIt doesn’t work.
Do you have a solution for this problem ?
Thanks in advancethangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
March 11, 2011 at 4:11 am #380855Dear dieudonne!
Please change this:
90:green
97:brick
104:blue
108:pink
115:lime
122:cyan
129:red
136:orangeto
90:blue
97:blue
104:blue
108:blue
115:blue
122:blue
129:blue
136:blueClear your cache. That should help.
Regards!
1 user says Thank You to thangnn1510 for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 4, 2011 at 3:14 pm #384809thank you very much,
but I need to understand …
What the numbers mean ? (90, 97, 104, …)aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 5, 2011 at 5:39 am #384868<em>@dieudonne 232200 wrote:</em><blockquote>thank you very much,
but I need to understand …
What the numbers mean ? (90, 97, 104, …)</blockquote>Hi,
When you hover over the text label as seen in screenshot, the explanation is given 🙂
In a nutshell, Numbers are category ids which can be even seen while you check on the categories selection in specific module
-
1 user says Thank You to aman204 for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 12, 2011 at 10:14 am #385917ok, the ID from Category Manager.
Thanks you very much for your help.:)dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 12, 2011 at 10:49 am #385925and last question :
I want to change a color, example blue-color.
I change the css here : ja_teline_4templatesja_teline_ivcorethemesblue-colorcsscolor.css
But nothing change in the FrontEnd (I cleared my cache)Thanks in advance.
– – – – – – – – – – – – – – – – – – – – – – – – –
Update : OK, I found it :
It’s on the template.css (ja_teline_4templatesja_teline_ivcss), ligne 1176 :
/* Blue ---*/
.ja-zin .ja-zinsec:hover.blue { }
.ja-zin .ja-zinsec:hover.blue h2 a { color: #069; }
.ja-zin .ja-zinsec:hover.blue .ja-zincat h3 { background-color: #069; }
.ja-zin .ja-zinsec:hover.blue .subcats-selection li.active a { color: #069; }– – – – – – – – – – – – – – – – – – – – – – – – –
And do you have a link which explain to add a color-theme (and how to do it) ? I don’t find it.
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
April 13, 2011 at 2:19 am #386016To add more color theme to JA Newspro is very simple:
in
90:green
97:brick
104:blue
108:pink
115:lime
122:cyan
129:red
136:orangeYou could change its color by new color (Example yellow). The code become:
90:yellow
97:brick
104:blue
108:pink
115:lime
122:cyan
129:red
136:orangeThen add this code:
/* Yellow ---*/
.ja-zin .ja-zinsec:hover.yellow{ }
.ja-zin .ja-zinsec:hover.yellow h2 a { color: #E4F208; }
.ja-zin .ja-zinsec:hover.yellow .ja-zincat h3 { background-color: #E4F208; }
.ja-zin .ja-zinsec:hover.yellow .subcats-selection li.active a { color: #E4F208; }to the end of template.css (ja_teline_4templatesja_teline_ivcss)
Hope this helps!
1 user says Thank You to thangnn1510 for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 13, 2011 at 1:35 pm #386194Excellent !
Thanks you very much.:)
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 18, 2011 at 2:41 pm #386937:confused: and is it possible to remove (disable) just the first link ??
see (in red) my screenshot.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 19, 2011 at 10:13 am #387063<em>@dieudonne 234924 wrote:</em><blockquote>:confused: and is it possible to remove (disable) just the first link ??
see (in red) my screenshot.</blockquote>
YOu access the module configuration then select the No Option for the Show Category Title parameter to resolve the issue
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 19, 2011 at 10:51 am #387071Thanks, but I don’t want to remove the title.
I was wondering if it was possible to remove the link (href).?:confused:aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
April 19, 2011 at 5:44 pm #387122<em>@dieudonne 235095 wrote:</em><blockquote>Thanks, but I don’t want to remove the title.
I was wondering if it was possible to remove the link (href).?:confused:</blockquote>Assuming you are using default theme style, Go to modules/mod_janewspro/tmpl/default/blog.php and change this::
<?php if($showcattitle){?>
<h2>
<a href=”<?php echo $helper->cat_link[$secid];?>” title=”<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>”>
<span><?php echo $helper->cat_title[$secid];?></span>
</a>
</h2>
<?php }?>to
<?php if($showcattitle){?>
<h2>
<?php echo $helper->cat_link[$secid];?>” title=”<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>”>
<span><?php echo $helper->cat_title[$secid];?></span>
</h2>
<?php }?>dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 19, 2011 at 7:28 pm #387135Thanks but it doesn’t work (The template’s theme setting is default).
<?php if($showcattitle){?>
<h2>
<?php echo $helper->cat_link[$secid];?>" title="<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>">
<span><?php echo $helper->cat_title[$secid];?></span>
</h2>
<?php }?>The link is still active.
Is it work in your Jateline IV’s version ?
AuthorPostsThis topic contains 16 replies, has 5 voices, and was last updated by Saguaros 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum