Sidebar in new line when a comment was posted!

  • Author
    Posts
  • #4334
    Ponyhack

    Hi to all,

    first i’m sorry for my bad english, my problem is that when a comment was posted in my blog, the sidebars are moved into a new line like: http://leparoledisophia.it/?p=119, while normally must be: http://leparoledisophia.it/?cat=2

    #4341
    Manie

    Hey I know this is off topic but I was wondering if you knew of any widgets I could add
    to my blog that automatically tweet my newest twitter
    updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

    #4353
    Ponyhack

    I know a plugin for facebook that do your posts in facebook, and was: “Add Link to Facebook”, for twitter i don’t know…

    For my problem, what can I do?

    #4368
    Zed
    Cryout Creations mastermind

    Ponyhack, did you edit the theme files in any way?

    Manie, for twitter we use Publicize (part of JetPack).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #4374
    Ponyhack

    Yes, only a modification on theme-functions.php

    function remove_admin_bar_links() {

    global $wp_admin_bar;

    $wp_admin_bar->remove_menu(‘wp-logo’);          // Remove the WordPress logo

    $wp_admin_bar->remove_menu(‘about’);            // Remove the about WordPress link

    $wp_admin_bar->remove_menu(‘wporg’);            // Remove the WordPress.org link

    $wp_admin_bar->remove_menu(‘documentation’);    // Remove the WordPress documentation link

    }

    add_action( ‘wp_before_admin_bar_render’, ‘remove_admin_bar_links’ );

     

    I have installed one more time Mantra and wordpress, but nothing has changed

    #4423
    Zed
    Cryout Creations mastermind

    What are you using that function for? What are you trying to achieve?

    Did you try commenting that out to see if it is the cause of the issue?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #4468
    Ponyhack

    Yes, i tried; The function delete wordpress logo from the admin bar…

    #4520
    Ponyhack

    Problem solved.

    I’ve moved the line <?php get_sidebar(); ?> out “content” section.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Sidebar in new line when a comment was posted!’ is closed to new replies.