sonai
Forum Replies Created
-
Thank you for your quick support.
Forum: Themes and Templates
In reply to: I want to remove the Header BorderHi,
use this code on your style file..
body {
border: medium none !important;
}Forum: Themes and Templates
In reply to: Twenty Twelve responsive view main nav disappearsHi,
use this code for iphone devices
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul
{
display:block !important
}Forum: Themes and Templates
In reply to: [Tiga] Menu Bar Showing Up Black in IE!Hi,
css3 doesn’t support in ie..
so,i think maximum use image then, doesn’t come this problems.Forum: Themes and Templates
In reply to: Woocommerce number of products displayedAdding to functions.php file below this code
add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 12;’ ), 20 );
add_filter(‘loop_shop_columns’, ‘loop_columns’);
if (!function_exists(‘loop_columns’)) {
function loop_columns() {
return 4; // 4 products per row
}
}Forum: Themes and Templates
In reply to: Center logo On my WordPress site.Hi,
use this code,.logo
{
text-align:center;
}Forum: Themes and Templates
In reply to: header too small, i need help to correct the codingHi,
use this code#header #site-title img {
display: block;
float: none;
height: auto;
left: 0;
position: relative;
top: 5px;
width: 100%;
}Forum: Themes and Templates
In reply to: Help – Next Page Link Not WorkingHi,
try this code:
<span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'jezweb' ) ); ?></span> <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">→</span>', 'jezweb' ) ); ?></span> </nav><!-- #nav-single -->[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Pinboard] Menu color hover overhi,
send ur link
Forum: Themes and Templates
In reply to: Compatibility issue with IE8Hi,
using this code in your style filethis code for only ie8
.ssf-yellow li { height:auto /!important; } html body.page .footer-wrapper footer ul { *max-width: auto / !important; }[Moderator note: Remember to wrap your code in backticks]
Forum: Themes and Templates
In reply to: Twenty Twelve mobile content widthtry this,
.site-content {
width: 90%;
margin:0 5%;
}Forum: Themes and Templates
In reply to: Showing half of menu on top, half on bottom of headerHi,
using custom menu pluginsForum: Themes and Templates
In reply to: Internet explorer 8 no color , bad display iconsHi,
plz send your linkForum: Themes and Templates
In reply to: Page Pagination Not working :(Hi,
using “Pagination for Pages” pluginForum: Themes and Templates
In reply to: Page Pagination Not working :(plz refer this link,
http://ww.wp.xz.cn/support/topic/broken-admin-bar?replies=25