• I just install the version 2.7, and install a new theme too, when I edit the Widgets. it cannot be edited. in the edit panel. all the Widgets not be installed yet. however, some Widgets is on the new theme. i want to remove them and install some myself. But they cannot be removed. how to solve the problem please. I search some topics and it does not works. thank you.
    please see the picture:
    http://www.ya-ya.ca/images/111.jpg
    this pic shows all the widgets not be install

    http://www.ya-ya.ca/images/222.jpg
    this pic shows there are some widgets after install the new theme these i want to remove.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding one of the widgets you want and see what happens. I’ve noticed that with no widgets selected a default set is displayed. (I don’t know if that’s supposed to happen or not, just that it does.)

    Once you add a widget, that ‘should’ overide the defaults and make the rest dissapear.

    In your theme folder (eg. wp-content/themes/themename), open the page.php file. Check whether your theme is using the default sidebar. You should see something like this:

    <?php get_sidebar(); ?>

    Otherwise, some themes have their own defined sidebar. And you might see a line of code similar to this:

    <?php include (TEMPLATEPATH . ‘/sidebar1.php’); ?>

    If its the 2nd case, just change the path and link to the sidebar.php which should be inside your theme (wp-content/themes/themename/sidebar.php)

    Thread Starter kzdhcster

    (@kzdhcster)

    to RageBanken
    it doesnt disapear. sometimes it is mass. when i add “Recent Posts” to sidebar2, the widgets on sidebar1 go to sidebar2. it is crazy. 🙁

    Thread Starter kzdhcster

    (@kzdhcster)

    to: simplyoni

    it is in the 2nd case. but it seems fine. see the pic pls.

    http://www.ya-ya.ca/images/111a.jpg
    http://www.ya-ya.ca/images/111b.jpg

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

The topic ‘Cannot edit Widgets’ is closed to new replies.