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