Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Aritz Olabarrieta

    (@wizard_clp)

    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

    (@juanstecno)

    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

    (@wizard_clp)

    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

    (@wizard_clp)

    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

    (@juanstecno)

    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

    (@wizard_clp)

    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.