Title: extrange effect&#8230;
Last modified: August 20, 2016

---

# extrange effect…

 *  Resolved [juanstecno](https://wordpress.org/support/users/juanstecno/)
 * (@juanstecno)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/extrange-effect/)
 * Hi,
    see my blog with your theme installed: [saceco](http://sacecogr.16mb.com/)
   What happens? Greetings.

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

 *  Theme Author [Aritz Olabarrieta](https://wordpress.org/support/users/wizard_clp/)
 * (@wizard_clp)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/extrange-effect/#post-3447149)
 * Hello juanstecno, if you could show me a shot of the Theme Options page I could
   help you better, but looking at your site, it seems some <div> or </div> is missing
   or placed incorrectly. Try deactivating the widgets one by one to see which one
   is causing the layout to break, and if you have edited any of the theme’s php
   files, be sure you have closed all </div> correctly. Tell me if that solves your
   problem and if not, give me a shot of yout theme options page to find it out.
   Sorry for the late answer.
 *  Thread Starter [juanstecno](https://wordpress.org/support/users/juanstecno/)
 * (@juanstecno)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/extrange-effect/#post-3447151)
 * Hi,
    I didn’t edit anything in the theme. I was installed another theme and it
   seems work fine. I think the error is inside your theme, left sidebar I think.
   Greetings.
 *  Theme Author [Aritz Olabarrieta](https://wordpress.org/support/users/wizard_clp/)
 * (@wizard_clp)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/extrange-effect/#post-3447154)
 * Hi, ok it has probably something to do with using some widgets with no title 
   or something, will check it out and tell you something. Thanks for your feedback.
 *  Theme Author [Aritz Olabarrieta](https://wordpress.org/support/users/wizard_clp/)
 * (@wizard_clp)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/extrange-effect/#post-3447161)
 * Hello, the problem seems to be not filling the “title” field of the widgets, 
   which causes the layout to break. You can try to add a title, or you can edit
   the functions.php file and change the following lines:
 * Lines 90 to 93:
 *     ```
       'before_widget' => '<div class="ws-widget-container well well-widgets">',
       'before_title' => '<div class="ws-widget-title">',
       'after_title' => '</div><div class="ws-widget-content">',
       'after_widget' => '</div></div>'
       ```
   
 * Change to:
 *     ```
       'before_widget' => '<div class="ws-widget-container well well-widgets">',
       'after_widget' => '</div>'
       ```
   
 * That’s for the left sidebar. You can do the same for the right sidebar too.
 * I would appreciate if you could make a review of the theme, if you have further
   problems please let me know.
 *  Thread Starter [juanstecno](https://wordpress.org/support/users/juanstecno/)
 * (@juanstecno)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/extrange-effect/#post-3447179)
 * Hi,
    Some times I use some widgets without title, and all works fine with others
   themes or templates. Then if I modify myself the theme files, What will happen
   when you update the theme? Greetings.
 *  Theme Author [Aritz Olabarrieta](https://wordpress.org/support/users/wizard_clp/)
 * (@wizard_clp)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/extrange-effect/#post-3447180)
 * Hi,
    Don’t worry about theme updates. I will include this change or one that 
   fixes this behaviour in future updates.

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

The topic ‘extrange effect…’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wordstrap/1.8.1/screenshot.png)
 * Wordstrap
 * [Support Threads](https://wordpress.org/support/theme/wordstrap/)
 * [Active Topics](https://wordpress.org/support/theme/wordstrap/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wordstrap/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wordstrap/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Aritz Olabarrieta](https://wordpress.org/support/users/wizard_clp/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/extrange-effect/#post-3447180)
 * Status: resolved