Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bootstrap Themes from WP or Opencart? Have someone try?


Recommended Posts

Having checked they use a lot of custom class's,

image.png.a74c3b3bc63f0580bed3940b2336f53f.png

This view with style.css removed gives, as you can see it's not defaulting to the stock bs4 style. Both good and bad, bad in that you are stuck with custom class's but good in that they are supper easy to read and understand and relate directly to the shop layout.

image.png.3490fee344b2f960c0ad8f20cf762d48.png

just a small extract from the style.css it's not a big file but is unminified and layout of css follows layout of page in that it starts ant nav-bar and ends at footer 😊, only a minor point but make reading and following the css file super easy.

They don't appear to be using any custom.css and none of the css files are minified and all are user readable.

They have taken care to add comments in the files to make it clear what each section is for, Most peple should have no problems following them.

Anyone intrested in looking to make a template would do well to follow this example as a starting point.

The main hurdle for anyone doing this for CE will be geting a list of all the class's used in each section. I have only found a few in custom.css for CE BS4 so imagine most are just stock BS4.

 

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
    3.1 Top Bar
    3.2 Header Main
    3.3 Main Navigation
    3.4 Page Menu
4. Home
5. Shop
    5.1 Shop Products
    5.2 Shop Page Navigation
6. Shop Sidebar
7. Recently Viewed
8. Brands
9. Newsletter
10. Footer


******************************/

 

Link to comment
Share on other sites

7 hours ago, JcMagpie said:

Anyone intrested in looking to make a template would do well to follow this example as a starting point.

The main hurdle for anyone doing this for CE will be geting a list of all the class's used in each section. I have only found a few in custom.css for CE BS4 so imagine most are just stock BS4.

 

The main hurdle will be recoding product_listing.php. A good BS4 theme can be built without a custom.css and user.css.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...