A number of Questions

Hi,
Love the theme but a few questions for my website (http://gotnovelties.com)

  1. I cannot get the homepage slider to work. I click to enable it, but there is nothing in the dropdown menu for “category”. I’m not sure how I set up this category to make the slider work, please advise.

  2. Is there a way for me to disable commenting on all pages except for the pages for individual products where people could post reviews?

I await your response.

Also, for instance on pages like ‘Shop’ , ‘Cart’ how do I remove the “Meta and Archives” sections?

  1. I see that you have already fixed problems with slider by choosing another plugin. The thing is with slider which is built in theme uses Posts and Featured images. Since you are building eStore this won’t be a viable options for you and plugin would be a much better alternative.

  2. WordPress documentation will help you with comment form: http://en.support.wordpress.com/enable-disable-comments/

  3. Add this code to Theme Options - Other - Custom CSS to remove sidebar from WooCommerce pages

.woocommerce #secondary {
    display: none;
}
.woocommerce .content-area {
    width: 100%;
}