Documentation
Back to website >

ArtFactory Documentation

Before you can use the Nop ArtFactory Theme you need to install it.

For more information about the installation of nopCommerce Theme refer to our How To Install A Theme Article.

Admin DEMO - see the theme administration.

Plugins

The theme comes with ten (10) of our plugins:

  1. Nop Ajax Cart
  2. Nop Ajax Filters
  3. Nop Anywhere Sliders
  4. Nop Cloud Zoom
  5. Nop Instant Search
  6. Nop JCarousel
  7. Nop Mega Menu
  8. Nop Product Ribbons
  9. Nop Quick Tabs
  10. Nop Quick View

ArtFactory Theme - General settings

This is the Theme settings section. It can be accessed by Administration -> Plugins -> Nop ArtFactory Theme -> Settings.

general-settings

  1. Enable the theme plugin as widget - If you check this opton you will enable the widget of the theme plugin
  2. Preset - You can choose the color scheme of the theme from here.
  3. Associated products view mode - Choose whether you want to display the associated products for a grouped product on the products page in grid or in list. See images below.
  4. Follow us pinterest url - Insert your follow us URL address on pinterest. If left empty the icon in the footer will not be displayed.
  5. Follow us vimeo url - Insert your follow us URL address on vimeo. If left empty the icon in the footer will not be displayed.
  6. Remove Copyright - Remove Copyright notice after a copyright removal key had been purchased by www.nopCommerce.com
  7. upload a logo to your site.
  8. Custom Head Styles - Insert your custom css styles that will be added in the head after all other css files. This way you can further customize the theme. Example: .footer { display: none; }

Associated products view mode: grid

view-mode-grid

This is the way the Associated products look in smaller mobile screens and if you select the "grid" option from the dropdown, this view mode will apply to larger mobile, notebook and desktop screens. Example product: http://www.themes.artfactory.nop-templates.com/classic-table-decoration

Associated products view mode: list

view-mode-grid

If you select the "list" option from the dropdown, this is the way the Associated product would look in larger mobile, notebook and desktop screens (still the compact/grid design applies for the smaller mobile screens).

Add a Slider to your homepage

For more information on how to configure Nop Anywhere Sliders, refer to this article.

To add a slider to your homepage you will need to go to Plugins -> Nop Anywhere Sliders -> Manage Sliders and create a new Nivo slider

slider-settigs

The recommended widget zones are: home_page_main_slider

Bellow you can see the Pictures section with the recommended Pictures settings.

slider-images

You can check out the configuration of the Anywhere Sliders plugin on our demo store in the Admin Demo.

 

FACEBOOK SHOP INTEGRATION

The theme has a Facebook Shop integration via our Nop Facebook Shop plugin, which allows you to sell products directly on your Facebook page. Your customers can browse your catalog and search for the right product right within Facebook. Every change to each product is updated in real-time. To see a live preview of the Facebook shop for the Nop ArtFactory Theme, click here.

Tips and Tricks

  1. Have 4 or 8 products marked as "Show on home page".
  2. Have 3 or 6 categories if you wish marked as "Show on home page"
  3. Edit the Home Page Text topic to suit your needs.
  4. There are several locale resources that you may want to change to suit your needs - you can find them by search for locale resource containing the word - SevenSpikes.Themes.ArtFactory.Common
  5. Have a high quality square product images( recommended 600x600 px or higher ) so that the zoom on the product page works better.
  6. Have a play with all the plugins and read their documentation to see how you can use them properly and make the best of them.

For more information on the terms used please refer to our Glossary.

Change the proportion of the product image in the item box

If the product images proportions in the original design of the theme doesn't fit your desired look, you could always change it.

  1. Get the dimensions of your product images i.e. in our demo website the images of the products are 360x360.
  2. You should divide the second value by the first value i.e. if your images are 100x200, your result should be 200/100 = 2.
  3. Multiply the result by 100, because you need it as percentage! (NOTE: if your images are in portrait shape the percentage should be greater than 100%, if they are in landscape shape it should be less than 100%)
  4. Now go to Administration/Plugins/Nop ArtFactory Theme/Settings. In the "Custom Head Styles" text area add thisCSS :

    .product-grid .item-box .picture > a:before {
    padding-top: ***;
    }

    and instead of the three stars paste the percentage you got from step 3.