Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • vokalek Friend
    #160573

    How I can remove mousehover colors in janews ?

    aman204 Friend
    #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

    dieudonne Friend
    #380749

    Thanks 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:orange

    And if I just let :
    104:blue
    or
    90:blue

    It doesn’t work.
    Do you have a solution for this problem ?
    Thanks in advance

    thangnn1510 Friend
    #380855

    Dear dieudonne!

    Please change this:

    90:green
    97:brick
    104:blue
    108:pink
    115:lime
    122:cyan
    129:red
    136:orange

    to

    90:blue
    97:blue
    104:blue
    108:blue
    115:blue
    122:blue
    129:blue
    136:blue

    Clear your cache. That should help.

    Regards!

    dieudonne Friend
    #384809

    thank you very much,

    but I need to understand …
    What the numbers mean ? (90, 97, 104, …)

    aman204 Friend
    #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. colors
    dieudonne Friend
    #385917

    ok, the ID from Category Manager.
    Thanks you very much for your help.:)

    dieudonne Friend
    #385925

    and 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 Friend
    #386016

    To 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:orange

    You 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:orange

    Then 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!

    dieudonne Friend
    #386194

    Excellent !

    Thanks you very much.:)

    dieudonne Friend
    #386937

    :confused: and is it possible to remove (disable) just the first link ??

    see (in red) my screenshot.


    1. 2011-04-18-16h38_32
    Saguaros Moderator
    #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 Friend
    #387071

    Thanks, but I don’t want to remove the title.
    I was wondering if it was possible to remove the link (href).?:confused:

    aman204 Friend
    #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 Friend
    #387135

    Thanks 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 ?


    1. 2011-04-19-21h23_39
Viewing 15 posts - 1 through 15 (of 16 total)

This 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