• I very much like the Exray theme, and use it on two sites. For some reason, a recent update to WordPress deactivated the “Below Header” widget in the Exray theme on all static pages, and left it only on the blog page. I had developed a site that relies on a slideshow below the header & navigation and above the content on all its pages, and it recently suddenly disappeared. I fixed it on my site by copying this code from the “Main Index Template” to the “Page Template”:

    <!– Below header –>
    <?php get_sidebar(‘below-header’); ?>
    <!– End below header –>

    Hope that helps other folks.

    Suzanne

Viewing 1 replies (of 1 total)
  • Thread Starter SuzanneL

    (@suzannel)

    (Of course, it’s always better to make such code such changes to a child theme of the original theme.)

Viewing 1 replies (of 1 total)
  • The topic ‘How to reactivate the "Below-Header" widget in Exray’ is closed to new replies.