Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Justin Sainton

    (@justinsainton)

    Hi ericmadelaine,

    That’s likely a theme-related issue. I’d recommend contacting the theme author to determine how to include the sidebar on a page. It’s likely a simple matter of changing the Page Template on the products page to something like “Sidebar” instead of something like “Full Width”. Then you can add the cart to the sidebar in your Widgets admin area.

    Thread Starter ericmadelaine

    (@ericmadelaine)

    Hi Justin,
    My theme support says the same (‘contacting the pluggin support’)

    Any way, I have changing the code on page.php file
    Here the code
    <?php $t =& peTheme(); ?>
    <?php $content =& $t->content; ?>
    <?php get_header(); ?>
    <?php while ($content->looping() ) : ?>
    <?php get_template_part(“pagecontent”); ?>
    <?php peTheme()->sidebar->show(“shop”,!(is_single() || is_page())); ?>
    <?php endwhile; ?>
    <?php get_footer(); ?>

    So now I have my sidebar but on the bottom and full width, I would like to put it on the right side. How can I do ?

    Here my shop page
    http://ericmadelaine.com/products-page/

    Thank you for the help.
    Best regards
    Eric

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

The topic ‘Layout – sidebar’ is closed to new replies.