• Hi there,

    excellent theme, very useful, really.
    One litte thing: “order by” of widget “child pages” can’t work.
    Because “order_by” is no valid parameter for get_pages().
    Changing suffusion-child-pages.php #45 did it:
    // ‘order_by’ => $order_by,
    ‘sort_column’ => $order_by,

    Regards,
    Martin

Viewing 3 replies - 16 through 18 (of 18 total)
  • Guust

    (@goldroo)

    Try deleting the Google Ad widget and see whether that deletes the faux widget as well. Then you have your answer.
    If that is the problem, then just replace the Google Ad widget with a plain Text widget and add your code to that.

    bfitzgerald

    (@bfitzgerald)

    Dear John,
    Thanks. That’s a great idea. I will not be able to try it until tomorrow but I will give it a shot.

    Guust

    (@goldroo)

    And if all else fails add this to your CSS:

    .tab-box-right {display: none;}

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘widget "child pages" order_by broken’ is closed to new replies.