GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Theme Color doesn't change from back-end. #244

Closed asifpix closed 11 years ago

asifpix commented 11 years ago

I am using GK Meet Gaern WP 1.7 and I am facing a problem. I have created the style in style.json and created style2.css { "name": "Color II", "value": "color2", "file": "style2.css" }

"Color II" option is showing in theme color dropdown list. But when I select "Color II" from option and save it there is no change in front-end.

What do I do Now?

Thanks in advance

piotrkunicki commented 11 years ago

Your styles.json file looks like this?

[
    {
        "family": "color",
        "family_desc": "Theme color",
        "family_tooltip": "You can select one of the theme colors",
        "styles": [
            {
                "name": "Color I",
                "value": "color1",
                "file": "style1.css"
            },
            {
                "name": "Color II",
                "value": "color2",
                "file": "style2.css"
            }
        ]
    }
]

I just checked it and works fine, maybe it's a problem with your browser's cache, change option to Color II and check other browsers..

asifpix commented 11 years ago

Thanks piotrkunicki.. That was my browser cookie problem.