GetSimple Support Forum

Full Version: Blog Settings CSS Appearing as Meta Description
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This one is interesting. In the GS Blog v1.4 settings tab, under CSS settings, any text in the supplied textarea, like the default below:

Code:
.blog_post_thumbnail {
    width:200px;
    height:auto;
    float:left;
    padding-right:10px;
    padding-bottom:10px;
}

.blog_post_container {
    clear:both;
}


Shows up in the home page meta description:

Code:
<meta name="description" content=".blog_post_thumbnail { width:200px; height:auto; float:left; padding-right:10px; padding-bottom:10px; } .blog_post_container { clear:both; }" />

Is this a known issue?
That IS interesting.
(2013-05-28, 00:19:34)el_fuerte Wrote: [ -> ]This one is interesting. In the GS Blog v1.4 settings tab, under CSS settings, any text in the supplied textarea, like the default below:

Code:
.blog_post_thumbnail {
    width:200px;
    height:auto;
    float:left;
    padding-right:10px;
    padding-bottom:10px;
}

.blog_post_container {
    clear:both;
}


Shows up in the home page meta description:

Code:
<meta name="description" content=".blog_post_thumbnail { width:200px; height:auto; float:left; padding-right:10px; padding-bottom:10px; } .blog_post_container { clear:both; }" />

Is this a known issue?

I just posted this in the thread specific for this plugin, so please ignore if it should not be here.