Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1241009
    jessie l
    Participant

    how to get the demo shop like this

    http://demo.theme.co/shop-integrity/

    can you send me the xml file so i can import it to my site and do the rest
    spceially the filtering system

    #1241237
    Joao
    Moderator

    Hi There,

    You need to install woo-commerce plugin.

    You can go to Wp Dashboard > Addons > WooCommerce

    Once you have installed please provide your URL and the points you would like to improve and we will guide you.

    You should be running Integrity in order that the shop looks like the reference link.

    Thanks,

    Joao

    #1241815
    jessie l
    Participant

    yes ofcourse i already installed woocommerce
    http://chiselblue.com/myalliancenew/shop/
    i switch to ethos now.

    want to get the demo so i can start from there
    http://demo.theme.co/shop-ethos/

    also how can i add different color or image background on my shop page, product page, blog page and single post page.
    note: not the same backgrounnd from the layout option in customizer
    many thanks, 🙂

    #1241982
    Paul R
    Moderator

    Hi,

    1. You can load woocommerce demo data.

    Please follow this link – https://docs.woocommerce.com/document/importing-woocommerce-dummy-data/

    2. You can use the following css code to have different backgrounds on those pages.

    You may add it in your Custom > Edit Global CSS min the customizer.

    
    /* product page */
    .single-product {
        background-image:url(image.jpg) top center no-repeat;
        background-color:red;
    }
    
    /* blog page */
    .blog {
        background-image:url(image.jpg) top center no-repeat;
        background-color:blue;
    }
    
    /* singe post page */
    .single-post {
        background-image:url(image.jpg) top center no-repeat;
        background-color:yellow;
    }
    
    /* shop page */
    .archive.woocommerce {
        background-image:url(image.jpg) top center no-repeat;
        background-color:yellow;
    }
    

    Hope that helps.

    #1242165
    jessie l
    Participant

    i got the demo now. thanks. but the background is not working. the only thing in my mind is that if only i can use use cornerstone to product page and blog page and and other pages then i can add a different background for each

    hope you understand what i am saying

    #1242224
    Paul R
    Moderator

    Hi,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

  • <script> jQuery(function($){ $("#no-reply-1241009 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>