• in my side bar … there was alot of things in it came with the theme >> DEMO HERE

    …Mmmmm they are great things i needed . but the problem is when i add any widget all of these things dissappeared completely and only the widget i added appears ?? … can any onee help me

Viewing 5 replies - 1 through 5 (of 5 total)
  • Those are hard coded into the sidebar.php and you will need to do a little hack to be able to retain them. First of all make a backup of your sidebar file by saving it to your desktop.

    In the sidebar.php look for this line:

    <?php /* Widgetized sidebar, if you have the plugin installed. */
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>

    Copy it and then delete from its current position then scrol down to where the

    <?php endif; ?>

    code is and imediately above it paste the code you deleted earlier adding a

      ” before – it should look like this

      <?php /* Widgetized sidebar, if you have the plugin installed. */
      if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
      <?php endif; ?>

    This is where your widgetise sidebar will now start and everything above it will be retained.

    Note: The dynamic sidebar call code may differ from the above slightly but the principal is the same.
    Good luck.

    Thread Starter spiky_eagle

    (@spiky_eagle)

    thnxx brooo worked very well

    You welcome Spiky ??

    Thread Starter spiky_eagle

    (@spiky_eagle)

    Bro u wanna ask for some thing else .. hope u can help me ….

    Look i am using “register plus” plugin but there is problem which >>
    when i test to register all things are alright except that when i finished all fields required and then click on “register” button ..
    it redirect me to a blank page all the page is white and emty ..

    what i can do to overcome this problem please ??

    Try using another plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Please help in side bar problem’ is closed to new replies.