Developer forum

Forum » Templates » Color Seeting.... DW9 bug?

Color Seeting.... DW9 bug?

Arker Soe
Arker Soe
Reply

Hi, is there anyone having problem with website setting primary color? 

I am having trouble while setting up _wrap  >colorsetting which is connected to website setting primary color,secondry color.

is that DW9 issue?

Arker Soe


Replies

 
Nicolai Pedersen
Reply

Hi Arker

We have a bug on the color selector not showing the color - apart from that, it should be fine.

Waht trouble do you have? Do you get an error?

 
Arker Soe
Arker Soe
Reply

Hi Nicolai,

It's not just the that. the css I add with the @primary and other colors in the color setting of _wrap folder doesn't efffect on the template. 

 
Nicolai Pedersen
Reply

Hi Arker

I think that needs a bit more explaining. It does not sound like a WRAP/DW9 bug - more of a template issue. Could you provide the piece of code that does not work and maybe a link to the solution?

BR Nicolai

 
Nicolai Pedersen
Nicolai Pedersen
Reply

can you please go to the following link and check if the color setting wrong

http://dw9.dynamicwebmm.com

username....****

password ....*****

it's the testing site

I add something like..

public string GetColorSettings()
    {
        string CssString = @"
        .active{
            background:@Primary !important;
        }        
        ";

        return ParseCSSToString(CssString);
    }

 

You must be logged in to post in the forum