Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • marco vl Friend
    #136971

    Is it possible to add a extra color besides the already existing:
    13:red
    14:orange
    8:deepblue
    12:cyan
    5:green
    9:pink
    11:lime
    6

    ?

    scotty Friend
    #285851

    Yes.. full list of HTML colour names here… http://www.w3schools.com/HTML/html_colornames.asp

    marco vl Friend
    #285852

    ok i did this:

    13:MediumOrchid
    14:orange
    8:deepblue
    12:cyan
    5:green
    9:pink
    11:lime
    6
    99:red

    But section 13 is now in default color !
    not MediumOrchid

    DO i have to change some css files?

    scotty Friend
    #285856

    Sorry, my mistake. I presumed they were HTML colour names that were used but they are not. they are called from templates/ja_teline_ii/css/ja.news.css

    /*THEMES
    ------------------------------------------------*/
    .jazin-boxwrap:hover.jazin-theme-red div.jazin-section a span,
    .jazin-boxwrap.jazin-theme-red .hover div.jazin-section a span {
    background: #CC0000; /*red*/
    }

    .jazin-boxwrap:hover.jazin-theme-orange div.jazin-section a span,
    .jazin-boxwrap.jazin-theme-orange .hover div.jazin-section a span {
    background: #E77B13; /*orange*/
    }

    so for MediumOrchid you would add…

    .jazin-boxwrap:hover.jazin-theme-mediumorchid div.jazin-section a span,
    .jazin-boxwrap.jazin-theme-mediumorchid
    .hover div.jazin-section a span {
    background: ]#BA55D3; /*MediumOrchid*/

    and in your config…

    13:mediumorchid
    14:orange
    8:deepblue
    12:cyan

    marco vl Friend
    #287140

    Hmmm

    I added this in the css:

    .jazin-boxwrap:hover.jazin-theme-yellow div.jazin-section a span,
    .jazin-boxwrap.jazin-theme-yellow .hover div.jazin-section a span {
    background: #FFFF00; /*yellow*/
    }

    In my config:

    13:yellow
    14:orange
    8:deepblue
    12:cyan

    Still 13 is giving the default color
    If i change 13 to red I see red
    If I change 13 to yellow i get default color

    Seems I need to change it somewhere else too?

    scotty Friend
    #287143

    Are you clearing your cache?

    Go to your website again and hold SHIFT and click Refresh.

    marco vl Friend
    #287145

    No, also with that it gives default color

    scotty Friend
    #287146

    Hmmm I just tried it here and it works.


    .jazin-boxwrap:hover.jazin-theme-yellow div.jazin-section a span,
    .jazin-boxwrap.jazin-theme-yellow .hover div.jazin-section a span {
    background: #FFFF00; /*yellow*/

    Do you have a live URL?

    marco vl Friend
    #287147
    scotty Friend
    #287148

    Well the css is correct. So no idea why it’s not working. I presume it’s the ‘Backstage’ link?

    Turn off SEF and see if it makes a difference maybe.

    marco vl Friend
    #287149

    No its the first link: Fotografie

    What is SEF?

    marco vl Friend
    #287150

    I found it system SEF
    disabled it now

    marco vl Friend
    #287156

    Ok I found it.
    In templates/ja_teline_ii/css/colors/
    there are also css files
    I edit a original file and change the color
    then i uploaded the file as: theme-yellow.css
    and tada

    marco vl Friend
    #287157

    oeff
    stil one problem
    If you take a look at the link:
    http://www.dhmagazine.nl/bodypaint
    then you see the title of the article is same color as section color

    If you take a look at:
    http://www.dhmagazine.nl/fotografie
    then you will see that the title of the article is not in yellow
    ??

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 2 voices, and was last updated by  marco vl 15 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum