All Projects → mcspronko → magento-2-pronko-consulting-theme

mcspronko / magento-2-pronko-consulting-theme

Licence: other
Pronko Consulting Theme for Magento 2

Programming Languages

CSS
56736 projects
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to magento-2-pronko-consulting-theme

nosto-magento2
marketplace.magento.com/nosto-module-nostotagging.html
Stars: ✭ 19 (-59.57%)
Mutual labels:  ecommerce, magento, magento2
blog
MageVision Blog
Stars: ✭ 23 (-51.06%)
Mutual labels:  ecommerce, magento, magento2
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (-8.51%)
Mutual labels:  ecommerce, magento, magento2
taxjar-magento2-extension
Magento 2 Sales Tax Extension by TaxJar
Stars: ✭ 23 (-51.06%)
Mutual labels:  ecommerce, magento, magento2
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+19285.11%)
Mutual labels:  ecommerce, magento, magento2
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (-46.81%)
Mutual labels:  ecommerce, magento, magento2
magento2
Vue Storefront 2 integration for Magento 2
Stars: ✭ 94 (+100%)
Mutual labels:  ecommerce, magento, magento2
Mc Magento2
MailChimp for Magento 2. Syncs all data (subscriber, customers, orders, products) and enables marketing automation with email campaigns, automations, ads, postcards and more.
Stars: ✭ 115 (+144.68%)
Mutual labels:  ecommerce, magento, magento2
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (+521.28%)
Mutual labels:  ecommerce, magento, magento2
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (+485.11%)
Mutual labels:  ecommerce, magento, magento2
Magento2
All Submissions you make to Magento Inc. ("Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty free, irrevocable license under your applicable copyrights and patents to reproduce, prepare derivative works of, display, publically perform, subli…
Stars: ✭ 9,816 (+20785.11%)
Mutual labels:  ecommerce, magento, magento2
Importexportfree
Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
Stars: ✭ 160 (+240.43%)
Mutual labels:  ecommerce, magento, magento2
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-55.32%)
Mutual labels:  magento, magento2
Magento-2-aws-cluster-terraform
Magento 2 AWS autoscaling cluster with Terraform and Packer or ImageBuilder. Adobe Commerce Cloud alternative. The best ecommerce infrastructure. Drive more sales online. Transparent billing. Developer-friendly. No hidden bottlenecks.
Stars: ✭ 107 (+127.66%)
Mutual labels:  magento, magento2
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-68.09%)
Mutual labels:  magento, magento2
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-63.83%)
Mutual labels:  magento, magento2
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+40.43%)
Mutual labels:  magento, magento2
magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (-19.15%)
Mutual labels:  magento, magento2
magento2-ansible-vagrant
Ⓜ️2️⃣ Ansible provisioned Ubuntu 16.04 vagrant box for Magento2 development.
Stars: ✭ 25 (-46.81%)
Mutual labels:  magento, magento2
module-dsu
No description or website provided.
Stars: ✭ 18 (-61.7%)
Mutual labels:  magento, magento2

The Pronko Consulting Theme for Magento 2

Welcome to the Pronko Consulting theme repository. This repository contains a custom Magento 2 theme.

Feel free to customize it for your own purposes.

All development steps and changes are documented and discussed on my YouTube Channel.

Tutorials

This is a collection of videos with explanations on how to build the theme.

Part 1: Magento 2 Custom Theme: Logo, Navigation and Layout

Part 2: Magento 2 Custom Theme: Adding Montserrat and Roboto Fonts

Part 3: Magento 2 Custom Theme: Header Content

Part 4: Magento 2 Custom Theme: Adding Google Fonts

Part 5: Magento 2 Custom Theme: Footer Links

Part 6: Magento 2 Custom Theme: Footer Content Styling

Part 7: Magento 2 Custom Theme: Newsletter Block Section

Part 8: How to speed up Magento 2 theme development by X times

The Newsletter subscription HTML content for CMS Block.

<div class="title"><h2 class="title">Subscribe for the Newsletter</h2></div>
<div class="subtitle"><p>Be the first to hear about the latest extension releases, special sales and news.</p></div>
    <form id="newsletter-subscription" class="form subscribe" action="" method="post" novalidate="">
        <div class="field newsletter"><label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
            <div class="control"><input id="newsletter" name="email" type="email" placeholder="Enter your email" /></div>
        </div>
        <div class="actions"><button class="action subscribe primary" title="Subscribe" type="submit"><span>Subscribe</span> </button></div>
    </form>
<div class="newsletter-illustration"><div class="img"></div></div>

Part 9: Create Contact Us block on a Home Page

The contact us HTML content for CMS Block.

<div class="modular-row callout showcase-contact-us">
    <div class="max-width">
        <h2 class="title">DELIVERING BEST ECOMMERCE EXPERIENCE</h2>
        <div class="subtitle"><p>As an eCommerce agency we offer everything from first-class development to a consulting that will bring any vision to life</p></div>
        <div class="contact-us-container">
            <div class="actions"><a class="action subscribe primary"><span>Contact Us</span></a></div>
        </div>
    </div>
</div>

Part 10: Showcase Banner on Home Page | Magento 2 Theme Development

<div class="modular-row showcase-header">
    <h1 class="title">Magento Ecommerce Solutions Provider</h1>
    <div class="subtitle">We provide high-quality eCommerce solutions and consulting services globally</div>
    <div class="button-container">
        <div class="actions"><a class="action primary" href="{{config path="web/secure/base_url"}}services"><span>Our Services</span></a></div>
    </div>
</div>

Part 11: How to customize Contact Us Form | Magento 2 Theme Development

Part 12: How to declare Custom Layout for CMS Page/Block/Widget | Magento 2 Theme Development

Part 13: Media Queries for Responsive Website | Magento 2 Theme Development

Part 14: Custom Media Queries | Magento 2 Theme Development

Part 15: Top Menu Labels | Magento 2 Theme Development

Use this HTML to include into the navigation items:

<span class="new">New</span>

Part 16: How to create Banner Widget in Magento 2

Part 17: How to add testimonials on Home Page | Magento 2 Theme Development

Part 18: How to add Owl Carousel jQuery plugin to Magento 2

Part 19: Services Container on Home Page | Magento 2 Theme Development

Part 20: Custom Buttons and Magento UI Library | Magento 2 Theme Development

About

The Pronko Consulting theme is created to show best practices on Magento 2 theme development. The theme is based on Magento 2 Blank theme. The repository is created and maintained by Max Pronko and Pronko Consulting Team. Feel free to contribute. This is a great opportunity to learn custom theme development best practices.

Development

It is recommended to use modman package manager for the theme development. Make sure to download modman before use.

Read Magento 2 Module in a Separate Repository post for details.

From the root Magento directory run the following command:

modman clone [email protected]:mcspronko/magento-2-pronko-consulting-theme.git

This command will clone the repository into the .modman/magento-2-pronko-consulting-theme directory and create a symlink in the app/code/design/Pronko folder.

Any modifications in the app/code/design/Pronko directory will be reflected in the .modman/magento-2-pronko-consulting-theme.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].