cingsen
Forum Replies Created
-
Forum: Reviews
In reply to: [Clickbomb-Protect] Clickbomb protectionyou an create a fake link and ry clicking on it. It doesn’t work on my site though.
Forum: Plugins
In reply to: [Clickbomb-Protect] Usage of clickbomb protection pluginI use wordpress 3.4.2
Forum: Plugins
In reply to: [Clickbomb-Protect] Usage of clickbomb protection plugindoesn’t work for me either
Forum: Plugins
In reply to: [GEO Redirector] [Plugin: GEO Redirector] [object Object] Errori have the same error, somebody help!!
Forum: Themes and Templates
In reply to: [Mon Cahier] How to customize a page to one column layout?so fixed it, here is what i did:
i edit the style.css , i added inside #main
.site-content2 {
float: left;
width:960px;
padding:30px 20px;
}next i created a child template called fullwidth.php
with this code
<?php
/*
Template Name: Full Width
*/
?>
<?phpget_header(); ?>
<div id=”primary” class=”site-content2″>
<div id=”content” role=”main”><?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php comments_template( ”, true ); ?>
<?php endwhile; // end of the loop. ?>
</div><!– #content –>
</div><!– #primary .site-content –><?php get_footer(); ?>
and it works perfect,
let me know if this is ok ?
thanksForum: Themes and Templates
In reply to: [Mon Cahier] How to customize a page to one column layout?so, i did use something like widget logic – dynamic widget and able to get rid of the sidebar, but the page won’t stretch the whole way. Any clue where to look next, i want my ‘forum’ page to stretch ,
thanksOk, so i updated to latest version 2.3.10
and now it seems to work fine
thanksI have the same issue, let me know if you got it fixed
thanks