greenroland
Forum Replies Created
-
Sorry for the lame question, Is that about switching grid from 3-column (for instance) to one on mobile devices?
I’m trying to fix such problem. Will the paid version let me just switch off this feature, or tune it?
Thanks
Forum: Themes and Templates
In reply to: Twenty Eleven: Single post title messResolved. To avoid single post title overcrossing “Posted on…” string, or overcrossing itself (when title is long and goes into 2 strings on the screen) – just increase line height property in style.css file:
.singular .entry-title {
color: #000;
font-size: 20px;
font-weight: bold;
line-height: 120%;}
I put 120% instead of 4px
Hey!
I use the latest version of plugin & wordpress, shortcode option set in settings.
I use the folloeing string (taken from your answers in support forum):
<?php if( function_exists( ‘fcbk_bttn_plgn_shortcode’ ) ) echo fcbk_bttn_plgn_shortcode(“”) ; ?>But it doesn’t work in chrome, while Firefox & IE is fine! It’s really a mess :((((