Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stranger0721

    (@stranger0721)

    seems like Max Bond cant figure out my issue.

    Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    I have checked your site.
    The problem… it is hard to describe.
    Look at your sidebar in html format:

    <div class="sidebar">
      <div id="fb_wpress_connect_widget-2" class="box widget_fb_wpress_connect_widget"></div>
      <div id="fb_wpress_users_widget-2" class="box widget_fb_wpress_users_widget"></div>
      <iframe></iframe>
      <iframe></iframe>
      <br>
      <div id="___page_0"></div>
      <br>
      <iframe></iframe>
      <div class="widget-container widget_recent_entries unboxed"></div>
      <div class="widget-container widget_categories"></div>
      <fb:like-box></fb:like-box>
      <div></div>
      <iframe></iframe>
      <center></center>

    This is example of bad sidebar layout. Only first two divs are normal widget containers with proper id and class (by the way try to fix them – but result may be unexpectable because of other problematic widgets)! You need to deeply refactor you sidebar and widgets! All widgets should use the same format (like first two). Do not use brs to separate widgets! Keep html code clean! Then you’ll be able to use Q2W3 with all your widgets.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working on my blog’ is closed to new replies.