GetSimple Support Forum
Blog Settings CSS Appearing as Meta Description - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Blog Settings CSS Appearing as Meta Description (/showthread.php?tid=4795)



Blog Settings CSS Appearing as Meta Description - el_fuerte - 2013-05-28

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?


RE: Blog Settings CSS Appearing as Meta Description - shawn_a - 2013-05-28

That IS interesting.


RE: Blog Settings CSS Appearing as Meta Description - el_fuerte - 2013-05-28

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