• Resolved Shubhamc

    (@shubhamc)


    How To Fix Sidebar On All Page Look Same As Well As Homepage I Want To Fix This One[ http://hackedia.net//?s=android ] Sidebar On Search Page When I Search Any Page On Site Then Sidebar Will Automatically Overlapp On Search Contents And I Also Want To Fix Sidebar On All Page As Look Same

Viewing 5 replies - 1 through 5 (of 5 total)
  • most likely cuased by the way you have added to code for ‘wp-pagenavi’.

    what templates have you edited and what code have you used for the pagenavi code?

    Thread Starter Shubhamc

    (@shubhamc)

    i have used wp pagenavi plugin & Wp Pagenavi Style it may caused any problem ??

    Thread Starter Shubhamc

    (@shubhamc)

    Thankyou for providing me a clue that i recently got with using page element
    and now what can i do with my theme, Sir ??

    Thread Starter Shubhamc

    (@shubhamc)

    Here Is My Index.php code

    <?php get_header(); ?>
    <div id=”wrap”>
    <!– Main Content–>
    <img src=”<?php echo get_template_directory_uri(); ?>/images/content-top.gif” alt=”content top” class=”content-wrap” />
    <div id=”content”>
    <!– Start Main Window –>
    <div id=”main”>
    <?php get_template_part(‘includes/entry’); ?>
    </div>
    <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>
    <!– End Main –>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Thread Starter Shubhamc

    (@shubhamc)

    Got It [Fixed] With Removing [<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } ?>]
    In Code !
    Thanks For Clue And for your Help Sir 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How To Fix Sidebar’ is closed to new replies.