• Resolved 2uh

    (@2uh)


    Hello!
    I have a problem with an extra title showing above my text widget – the “CV” on http://www.thetwobyres.co.uk/house/ – it should be removed but I have no idea where it comes from.
    I am using Twentyeleven (child) and Widget Logic Plugin to limit widgets to certain pages.
    Does someone have an idea how to solve this?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You seem to have enable some widget that is displaying the text in your sidebar. The “cv” orginates from there.

    <div id="secondary" class="widget-area" role="complementary">
     <aside id="text-2" class="widget widget_text">
      <h3 class="widget-title">Check list</h3>
       <div class="textwidget">
       cv
       <table width="200" cellspacing="1" cellpadding="1" border="1">
       <colgroup>
       <tbody>
       </table>
      </div>
     </aside>
    </div>

    Try to disable / remove this widget and see if its still there.
    Not there anymore? Now you are sure it is this widget, you might have defined a title in the widget settings menu, or “cv” might be present in the widget code itself.

    Thanks,
    Ruud

    Thread Starter 2uh

    (@2uh)

    Thanks for your reply!
    I only have two widgets: the text on “The house” and the calendar on “Booking”.
    I have not touched the widget code as far as I am aware, I looked in widget.php – no cv there – is there anywhere else it could be?
    Now the widget settings menu, do you mean the setting of the other text widget? There I only have the title “Check list” – is there any other setting?

    Thread Starter 2uh

    (@2uh)

    OK, eliminating errors in the widget setup or code, I just found the error in the widget text itself (the table), so case closed.
    Thanks for any help here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two titles appear above text widget’ is closed to new replies.