The Exhibition Network

$magazine->name

The Exhibition Network

$49.00

Live preview

4.71/5 (21 reviews)

2178

Purchases

Bootstrap v5.2.3
Released 4 years ago
Updated 6 months ago
Version 2.5.1
Questions? Contact Us

Magazine Focus

The Exhibition Network Features

  • Mono Brand Store

Circulation By Industries

Please see the list of available UI components here.  

Readership

Need help to get started?  Please follow the link below: Link to online documentation  

Geographical Reach

Sketch file with mockups of some core pages is included in the download package.

Free Advertise and support

Free Updates: With the purchase of The Exhibition Network Membership, you are entitled to lifetime free updates. Support: Our team will be happy to help you with any issues or answer any questions 24/7. Email address for support inquiry: team@exhibition.org.in We normally reply within 24-48 hours.  

Customization Services

Maximize your business potential with our monthly free advertising and support. From social media shoutouts to featured blog posts, we offer diverse pormotional avenues. Engage with our community, enjoy priority support, and showcase your success indedicated spotlights. Collaborate on events and webinars to amplify your expertise, and benefit frmom cross-pormotions within our network. Join us for a dynamic partnership that propels your brand to new heights. Need help with The Exhibition Network customization? Reach us out at team@exhibition.org.in Our Team will be happy to bring your ideas to life.  

Copyrighted images

Most of the demo images are included in the download package. But some images like brand logos, products are pixelated due to copyright restrictions.  

Subscribe to newsletter

Interested in receiving email about new themes and updates? Subscribe here

You must purchase this theme to leave a review.

If you have already purchased it, login to leave a review.

Please provide a title
Please select a score
0/500
Please enter a review
Dashboard
  • by Sunday
  • 2 months ago
Please provide a title
Please select a score
31/500
Please enter a review

Can you please add a dashboard

Createx Studio
  • Theme Creator
  • 2 months ago
490/500

Hi Sunday,

Thank you very much for your review! We are working on a major update right now. It will bring fresh look, dark mode and more. Cartzilla is meant to be a front-end ui kit for e-commerce app. There are plenty of Dashboards available on the marketplace. However, since we are getting more requests for dashboard we'll think about including e-commerce focused dashboard components and layout into Cartzilla package in the future. Unfortunately, I can't give you ETA at this point.

v2.5.1 –  January 9, 2023

UPDATED: Plugins and libraries to latest versions including Bootstrap to v5.2.3

FIXED: Product Gallery component to work correctly with the latest LightGallery plugin. Affected file is src/js/components/product-gallery.js

FIXED: Paths to correct LightGallery files in the following pages: home-electronics-store.htmlshop-single-v1.htmlshop-single-v2.html.


v2.5.0 –  October 28, 2022

UPDATED: Plugins and libraries to latest versions including Bootstrap to v5.2.2

UPDATED: Added support for CSS Custom Properties (aka CSS variables). Now you can change Primary and Accent colors globally via CSS variables

FIXED: Gallery component to work correctly with the latest lightGallery plugin. Included plugin license key

FIXED: Minor bug fixes and Documentation typos


v2.4.0 –  January 31, 2022

NEW: NFT Marketplace Demo

UPDATED: Plugins and libraries to latest versions including Bootstrap to v5.1.3

UPDATED: Range slider component. It now accepts new data-currency attribute to change default ‘$’ inside tooltips


v2.3.0 –  August 18, 2021

NEW: Loading placeholders component page. View demo

NEW: Navbar offcanvas example. View demo

UPDATED: Plugins and libraries to latest versions including Bootstrap to v5.1.0

UPDATED: Mobile menu. Now all 2nd-level sub-menus are hidden by default and expanded on parent click. Applied data-bs-autohide=”outside” attribute to the 1st-level dropdowns so they are not auto-closing when child dropdowns are expanding. Removed lines of CSS that shows 2nd-level dropdowns on mobile by default. Affected files: _navbar.scss, menu-primary.pug, menu-primary-dark.pug, menu-departments-electronics.pug and all compiled .html files.


v2.2.0 –  July 28, 2021

NEW: Font icons added: WhatsApp and Rupee.

NEW: WhatsApp social button

UPDATED: Node.js to latest version 16x. Switched from deprecated node-sass to dart-sass. Replaced all cases of division / with multiplication * inside SCSS code.

UPDATED: Plugins and libraries to latest versions including Bootstrap to v5.0.2

UPDATED: README.md now includes basic installation instructions


v2.1.0 –  May 17, 2021 

NEW: Offcanvas component page. View demo

NEW: Sticky Footer – to keep footer at the bottom even when there is little content on the page. View demo

UPDATED: Bootstrap to version 5.0.1

UPDATED: All plugins, npm modules and dependencies to latest versions

UPDATED: Icon font. Added 2 new brand icons: Discord and TikTok

FIXED: Compatibility issue with new Bootstrap Offcanvas component. NOTE changes in class names, previously offcanvas-cap used as offcanvas header and footer. Now offcanvas-header, offcanvas-footer.

FIXED: Gallery item hover state on Safari Mac OS

v2.0.0 –  February 10, 2021 

NEW: Rebuilt Cartzilla core to fully support Bootstrap v5.0.0-beta1

  • Dropped jQuery entirely. Redesigned Cartzilla JS to be modular (ES6 modules) and library agnostic.
  • Renamed custom CSS classes to follow the Bootstrap 5 naming
  • Rewrote Cartzilla utility classes to support new Bootstrap 5 Utility API
  • No longer supports IE <=11

NEW: Off-canvas component that replaced the old one

NEW: Product Bundle component. View demo

UPDATED: Added navbar support for new dark dropdowns. It is possible to have 100% dark navbar now. View demo

UPDATED: Cartzilla icon font. Added half start, filled thumb upd/down, etc. icons. View demo

UPDATED: Comment Like/Dislike buttons to have active (filled) state. View demo

UPDATED: Added half-star to product rating pug mixin. It’s now possible to display 3.5 stars (+star-rating(3.5))

UPDATED: All plugins, npm modules and dependencies to latest versions

UPDATED: Removed transparent navigation bar (navbar-floating) due to bad compatibility with Bootstrap 5

UPDATED: Documentation

FIXED: Minor bug fixes and improvements


v1.4.0 –  July 13, 2020 

NEW: Food Delivery Service Demo

NEW: Single Post no Sidebar Template

UPDATED: Bootstrap to latest stable version 4.5.0

UPDATED: All plugins, npm modules and dependencies to latest versions

UPDATED: Changed CSS class name of transparent navigation bar from navbar-transparent to navbar-floating. Updated stickyNavbar() function inside theme.js

UPDATED: ajaxifySubscribeForm() inside theme.js. Rewrote code from jQuery to vanilla JavaScript

UPDATED: Redesigned the structure of PUG templates dependencies: Moved navbar and footer partials from layout.pug to page templates. Now template inheritance works via block keyword. These changes made the compilation process 1.5x faster when you channge something in navbar or footer partials. Plus now you have more flexibility to adjust navigation bars and footers for individual pages.

UPDATED: package.json and gulpfile.js files. Now all 3rd party plugins and libraries are installed via npm automatically when you run npn install command (previously manually) and moved from node_modules to dist folder by Gulp on project init. Read more about how add new vendor plugins to the project in this article

UPDATED: Getting started and components documentation: Fixed components code examples. Updated section: Navbar / Page title / Footer variants (Pug). Added section: Installing Vendor plugins with npm and Gulp

UPDATED: Sketch file: added new Food Delivery Service demo frontpage mockup

FIXED: Minor bug fixes and improvements


v1.3.0 –  February 29, 2020 

NEW: Grocery Store Demo

NEW: Single Product / Brand Store. View demo

NEW: Navbar with Side Menu. See live example on Grocery Store Demo page

NEW: Transparent Navbar version. See live example on Single Product/Brand Store Demo page

NEW: Javascript behavior when radio buttons behave like tabs by switching linked content. See live example on Single Product/Brand Demo page (Choose your style section)

NEW: Added empty state for Cart dropdown. See live example on Single Product/Brand Demo page

UPDATED: Replaced Salvattore.js with Shuffle.js and imagesLoaded.js for masonry grid (particularly Blog grid) layouts

UPDATED: Color presets (radio buttons) now changing labels dynamically via Javascript. See it in action on Shop Single Product pages v1 and v2

UPDATED: Added new icons to Cartzilla icon font

UPDATED: Sketch file with new demo page design mockups

UPDATED: Security patch: Added rel=’noopener’ to all links with target=’_blank’ attribute. For more info read this article

UPDATED: Node modules to latest versions

FIXED: Handheld Toolbar styles: Removed padding-bottom that equals to Toolbar height from body by default. Now you can add bottom padding to body by applyoing css class toolbar-enabled to body. If you use PUG it applies automatically if var isToolbar = true is added to particular page template or globally enabled via templates/helpers/config.pug. It’s done to ensure that you can remove bottom padding from body without editing core theme styles if you don’t need Handheld Toolbar.

FIXED: SCSS maps in theme _variable.scss. Special thanks to Kevin Ramharak for the fix suggestion

FIXED: Minor bug fixes and improvements


v1.2.0 –  December 20, 2019 

NEW: Added new Toolbar for Handheld devices that is fixed to bottom (similar to iOS) and holds all important buttons like Menu, Cart, Wishlist, Sidebar togglers, etc. This will improve user experience on handheld devices.

NEW: Added .gitignore file to the download package that tells git which files (or patterns) it should ignore. Make sure to enable hidden files visibility on your system.

UPDATED: Navigation bars (Headers): added tooltips for action buttons. Added separate wishlist button for cases when wishlist is available not only for registered users.

UPDATED: 404 Error page templates

UPDATED: JavaScript plugins to latest versions

UPDATED: Node modules to latest versions

FIXED: Documentation typos and wrong content

FIXED: Minor bug fixes and improvements


v1.1.0 –  November 30, 2019

NEW: Digital Products Marketplace Demo

NEW: Marketplace Vendor / User Dashboard

NEW: Electronics Store Homepage. View demo

NEW: Single Product Page v2. View demo

NEW: Product Comparison Page (Table). View demo

NEW: Navbar Versions for: Marketplace and Electronics Store

NEW: Footer Version for: Marketplace

NEW: Qucik View Popup v2 (for Electronics Store)

NEW: 404 Error Page Template (Text variant). View demo

NEW: Charts Component. View demo

NEW: Countdown Timer Component. View demo

NEW: Product Card for Digital (Downloadable) Products

NEW: Drag & Drop File Uploader. See updated Forms component page for more details

UPDATED: Bootstrap to latest version 4.4.1

UPDATED: Homepage Hero Slider. Added Animations to Slider Text Layers

UPDATED: Icon Font. Added new Icons to the collection

UPDATED: _variables.scss Added $path-to-fonts variable. Now it’s easier to change theme font via _user-variables.scss

UPDATED: Sketch file. Added new page mockups

UPDATED: Documentation and Components

FIXED: Minor bug fixes and improvements


 v1.0.0 –  October 21, 2019

  • Initial release

License Options

Full details →
Live preview

4.71/5 (21 reviews)

2178

Purchases

Bootstrapv5.2.3
Released4 years ago
Updated6 months ago
Version2.5.1
Questions?Contact Seller
Related Exhibition

Related Exhibition in the same category.

View All