• So, I have a website:

    https://generalproductionservices.com

    This is a website I am building to replace an old website we have lensclens.com. I will migrate the site over when I am done. I am having some problems with the sidebar showing up when I am in the cart. I am new to wordpress (I have used it a few times in the past year but I am not expert).

    I am using MarketPress Lite for the products/cart. When I have wordpress and create a new page it shows the sidebar on the left. I can click and switch for “full width page” and it is gone.

    [IMG]https://i64.tinypic.com/b5it0o.jpg[/IMG]

    This is when I can access the page like here:

    [IMG]https://i67.tinypic.com/34t8qh2.jpg[/IMG]

    Now for the cart when I start checkout MarketPress creates the pages for me and I have no access to them.

    [IMG]https://i63.tinypic.com/2mxqqyw.jpg[/IMG]
    [IMG]https://i67.tinypic.com/35chkjb.jpg[/IMG]
    [IMG]https://i64.tinypic.com/17flp3.jpg[/IMG]

    Then on the next page it takes me to Paypal and the sidebar is gone. So how do I get ride of it on the three pages I posted above?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This is specific to a plugin so that plugin’s support area is probably the best place to find the right answers:

    https://www.ads-software.com/support/plugin/wordpress-ecommerce

    Thread Starter arsmusic

    (@arsmusic)

    I have been through many forums and have not found anything. When I create a new page in wordpress not matter what type of page I get the sidebar on the left side until I switch it to “full width page.” I am pretty sure if I was able to change the default “default template” to “full width page” this problem would go away.

    PICTURE

    I have been through the plugins page over and over I just cannot seem to figure out how to change this. I have seen posted (not relating to MarketPress) when users said to add some bit of code to the stylesheet or similar. But, the post I have found regarding that were very specific to their post and issue.

    EDIT:

    Thanks, I found the answer here:
    https://www.ads-software.com/support/topic/sidebar-removal-3?replies=11

    .page-id-0 div#secondary {
    display: none;
    }

    .page-id-0 .page-template-default #primary {
    width: 100%;
    }

    .page-id-0 div#sidebar {
    display: none;
    }

    .page-id-0 div#main-content {
    width: 100%;
    }

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Install the plugin “show current template”. It will tell you what PHP files render the pages you’re looking at. You can then (maybe) override them with your own templates (like you can with WooCommerce) or edit them to remove the call to get_sidebar() (plus maybe fix up some CSS).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress with MarketPress Lite Cart problems’ is closed to new replies.