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

    (@izricketts)

    Found out I needed to add a few lines of code into the sell_media_item.php file

    Under the get_header(); ?> bit I added:

    ————————–
    <div class=”aside”>
    <?php get_template_part( ‘menu’, ‘secondary’ ); // Loads the menu-secondary.php template. ?>
    <?php get_sidebar( ‘primary’ ); // Loads the sidebar-primary.php template. ?>
    </div>
    <?php do_atomic( ‘before_content’ ); // oxygen_before_content ?>
    <div class=”content-wrap”>

    This seemed to work!

    Plugin Author Thad Allender

    (@endortrails)

    Sweet! Thanks for sharing.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘issues with oxygen theme, formatting problems’ is closed to new replies.