SlideShare una empresa de Scribd logo
1 de 16
Saurabh Shah
                      Front-End Developer @ CloudAccess.net


       Joomla! Events Team Member / Joomla! Social Network Team Member


        Create / Modification of templates for Joomla!




Joomla!Day Spain - Sept 28, 2012                          Saurabh Shah - @saurabhshah
CloudAccess.net Intro

      - Official host for Joomla! Demo site http://www.demo.joomla.org/
      - Launches more than 22,000 Demo sites per month.
      - Launch as many Demo sites as you want.
      - Also offers
      a. Virtual Private Memory Cloud(VPMC) - You needed a secure enterprise cloud
      platform, and we built one. We've bolted together the Joomla! VPMC to give you the world's
      fastest dedicated Joomla! server.
      b. Compliant Cloud Backup & Disaster Recovery - We will backup your
      server, computer, data center, or business to our data centers as a service.




Joomla!Day Spain - Sept 28, 2012                                       Saurabh Shah - @saurabhshah
Useful Tools

      Browser Specific:
        Firebug : https://getfirebug.com/
        Colorpicker :
           Firefox : http://www.colorzilla.com/firefox/
           Chrome : http://www.colorzilla.com/chrome/
        PageSpeed : https://developers.google.com/speed/pagespeed/
       YSlow : http://developer.yahoo.com/yslow/




Joomla!Day Spain - Sept 28, 2012                                     Saurabh Shah - @saurabhshah
Useful Tools (Conti…)

      Photoshop / Design Tool Specific:
      Color Theory : http://www.smashingmagazine.com/tag/color-theory/
      http://kuler.adobe.com/
      http://colorschemedesigner.com/
      CSS3PS : http://css3ps.com/
      CSSHat : http://csshat.com/ (Commercial)




Joomla!Day Spain - Sept 28, 2012                                     Saurabh Shah - @saurabhshah
Useful Tools (Conti…)

      Image Optimization :
      http://www.imageoptimizer.net/Pages/Home.aspx
      http://imageoptim.com/ (Only Mac)

      Coding Specific :
      http://code.google.com/p/zen-coding/
      http://code.google.com/p/zen-coding/downloads/detail?name=ZenCodingCheatSheet.pdf
      Coda2 / SublimeText2 / Notepad++




Joomla!Day Spain - Sept 28, 2012                                   Saurabh Shah - @saurabhshah
Available Frameworks

      *All framework status and links are added on 15th Sept. 2012 , It may change in the future.



      Gantry - RocketTheme - http://www.gantry-framework.org/
      Warp - YooTheme - http://www.yootheme.com/themes/warp-framework
      T3 - JoomlArts - http://t3.joomlart.com/ (Coming soon)/
      http://www.joomlart.com/forums/downloads.php?do=cat&id=316
      Vertex - Shape5 - http://www.shape5.com/joomla/framework/vertex_framework.html
      Wright - Joomlashack - http://wright.joomlashack.com/
      Zen Grid - Joomlabamboo - http://www.joomlabamboo.com/joomla-templates/zen-grid-framework




Joomla!Day Spain - Sept 28, 2012                                                                    Saurabh Shah - @saurabhshah
Available Frameworks

      *All framework status and links are added on 15th Sept. 2012 , It may change in the future.



      Morph – JoomlaJunkie - http://getmorph.org/
      JV – Joomlavi - http://www.joomlavi.com/joomla-extensions/jv-framework.html
      Construct - betweenbrain.com - http://joomlaengineering.com/
      Halix - JoomShaper - http://helix.joomshaper.com/
      YJ Simple Grid - yoojoomla - http://yjsimplegrid.com/
      Motif Cory Webb Media - http://themeables.com/motif/
      Expose - Themexpert - http://www.themexpert.com/expose




Joomla!Day Spain - Sept 28, 2012                                                                    Saurabh Shah - @saurabhshah
Bootstrap Templates

      http://hwdmediashare.co.uk/joomla-templates/116-strapped
      http://blank.vc/blog/19-blank-template-and-twitter-bootstrap-tutorial-for-joomla.html
      http://bootla.org/
      https://github.com/ivanramosnet/H5BPTB




Joomla!Day Spain - Sept 28, 2012                                           Saurabh Shah - @saurabhshah
Create Templates

      There are 3 Ways to create it.

      1. By copying an existing template and modify it
      2. Install a theme and modify it.
      3. Creating a template from scratch.




Joomla!Day Spain - Sept 28, 2012                         Saurabh Shah - @saurabhshah
Create Template From Scratch

      1. Create index.php & templateDetails.xml
      2. Add language files - en-GB.tpl_YOURTEMPLATE.ini & en-
         GB.tpl_YOURTEMPLATE.sys.ini
      3. Add directory & files – Css, Javascript , language etc. And create a Zip file.




Joomla!Day Spain - Sept 28, 2012                                          Saurabh Shah - @saurabhshah
Demo
                                   Let’s see it in action




Joomla!Day Spain - Sept 28, 2012                            Saurabh Shah - @saurabhshah
Adding/Creating Bootstrap Template
      1. Current bootstrap version : 2.1.1
      Download the zip files : http://twitter.github.com/bootstrap/ and unzip the package
      2. Copy the folders /assets into the /template/yourtemplate folder
      3. Enabling responsive features (Add meta , css and icon files etc.)
      Turn on responsive CSS in your project by including the proper meta tag and additional
      stylesheet within the <head> of your document. If you've compiled Bootstrap from the
      Customize page, you need only include the meta tag.
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">

      4. Main body section can be copied from fluid.html
      5. Add javascript files
      6. Add html overrides to take most advantages of bootstrap (strapped/bootla/ H5BPTB)
      7. Add suffix for Dropdown. I use the default Joomla example data and put the Main Menu
      Module to position top-menu. To match the correct CSS class I need to add " nav-
      dropdown" in the Menu Class Suffix (Extensions -> Module Manager -> Main Menu -> Edit -
      > Advanced Options)


Joomla!Day Spain - Sept 28, 2012                                        Saurabh Shah - @saurabhshah
Demo
                                   Let’s see it in action




Joomla!Day Spain - Sept 28, 2012                            Saurabh Shah - @saurabhshah
Demo
                  Modifying the Gantry Based Template




Joomla!Day Spain - Sept 28, 2012                 Saurabh Shah - @saurabhshah
Conclusion
      I hope, you are now able to decide whether you want to go
      more into Joomla templating with the Twitter Bootstrap
      framework or just choose with a ready made template/
      template framework.




Joomla!Day Spain - Sept 28, 2012                Saurabh Shah - @saurabhshah
Thank you

        Twitter : @saurabhshah

        Email : saurabh.ds16@gmail.com

        Work : saurabh@cloudaccess.net

Joomla!Day Spain - Sept 28, 2012               Saurabh Shah - @saurabhshah

Más contenido relacionado

Similar a Create / Modification of templates for Joomla! At Joomla! Day Spain 2012

Joomla! Template with Bootstrap 3 - Joomla!Day Spain 2013
Joomla! Template with Bootstrap 3 - Joomla!Day Spain 2013 Joomla! Template with Bootstrap 3 - Joomla!Day Spain 2013
Joomla! Template with Bootstrap 3 - Joomla!Day Spain 2013 Saurabh Shah
 
Modules and Components Introduction in Joomla! 2.5
Modules and Components Introduction in Joomla! 2.5Modules and Components Introduction in Joomla! 2.5
Modules and Components Introduction in Joomla! 2.5Vishwash Gaur
 
Social media for Drupal
Social media for DrupalSocial media for Drupal
Social media for DrupalKaren
 
Responsive design in plone
Responsive design in ploneResponsive design in plone
Responsive design in ploneAlin Voinea
 
Joomla! Day UK 2009 Basic Templates
Joomla! Day UK 2009 Basic TemplatesJoomla! Day UK 2009 Basic Templates
Joomla! Day UK 2009 Basic TemplatesAndy Wallace
 
Joomla Day UK 2009 Basic Templates
Joomla Day UK 2009 Basic TemplatesJoomla Day UK 2009 Basic Templates
Joomla Day UK 2009 Basic TemplatesChris Davenport
 
How to Build Responsive Bootstrap Themes Using Drupal
How to Build Responsive Bootstrap Themes Using DrupalHow to Build Responsive Bootstrap Themes Using Drupal
How to Build Responsive Bootstrap Themes Using DrupalDrupalGeeks
 
Form Follows File
Form Follows FileForm Follows File
Form Follows FileAdub
 
Joomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Template Design PresentationJoomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Template Design PresentationChris Davenport
 
Joomla! Day UK 2009 Template Design
Joomla! Day UK 2009 Template DesignJoomla! Day UK 2009 Template Design
Joomla! Day UK 2009 Template DesignAndy Wallace
 
WordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopWordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopBrendan Sera-Shriar
 
Basics of Joomla!
Basics of Joomla! Basics of Joomla!
Basics of Joomla! Saurabh Shah
 
Wordpress #2 : customisation
Wordpress #2 : customisationWordpress #2 : customisation
Wordpress #2 : customisationJean Michel
 
Schemaorg cmsplugins
Schemaorg cmspluginsSchemaorg cmsplugins
Schemaorg cmspluginsSTIinnsbruck
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalRod Martin
 
Backing yourself into an Accessible Corner
Backing yourself into an Accessible CornerBacking yourself into an Accessible Corner
Backing yourself into an Accessible CornerMark Casias
 
Advanced WordPress Optimization - iGaming Supershow 2012
Advanced WordPress Optimization - iGaming Supershow 2012Advanced WordPress Optimization - iGaming Supershow 2012
Advanced WordPress Optimization - iGaming Supershow 2012Bastian Grimm
 
"Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ...
"Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ..."Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ...
"Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ...DrupalCamp Kyiv
 

Similar a Create / Modification of templates for Joomla! At Joomla! Day Spain 2012 (20)

Joomla! Template with Bootstrap 3 - Joomla!Day Spain 2013
Joomla! Template with Bootstrap 3 - Joomla!Day Spain 2013 Joomla! Template with Bootstrap 3 - Joomla!Day Spain 2013
Joomla! Template with Bootstrap 3 - Joomla!Day Spain 2013
 
Modules and Components Introduction in Joomla! 2.5
Modules and Components Introduction in Joomla! 2.5Modules and Components Introduction in Joomla! 2.5
Modules and Components Introduction in Joomla! 2.5
 
Social media for Drupal
Social media for DrupalSocial media for Drupal
Social media for Drupal
 
Responsive design in plone
Responsive design in ploneResponsive design in plone
Responsive design in plone
 
Joomla! Day UK 2009 Basic Templates
Joomla! Day UK 2009 Basic TemplatesJoomla! Day UK 2009 Basic Templates
Joomla! Day UK 2009 Basic Templates
 
Joomla Day UK 2009 Basic Templates
Joomla Day UK 2009 Basic TemplatesJoomla Day UK 2009 Basic Templates
Joomla Day UK 2009 Basic Templates
 
How to Build Responsive Bootstrap Themes Using Drupal
How to Build Responsive Bootstrap Themes Using DrupalHow to Build Responsive Bootstrap Themes Using Drupal
How to Build Responsive Bootstrap Themes Using Drupal
 
Form Follows File
Form Follows FileForm Follows File
Form Follows File
 
Joomla Templates101
Joomla Templates101Joomla Templates101
Joomla Templates101
 
Joomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Template Design PresentationJoomla Day UK 2009 Template Design Presentation
Joomla Day UK 2009 Template Design Presentation
 
Joomla! Day UK 2009 Template Design
Joomla! Day UK 2009 Template DesignJoomla! Day UK 2009 Template Design
Joomla! Day UK 2009 Template Design
 
WordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopWordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute Workshop
 
Basics of Joomla!
Basics of Joomla! Basics of Joomla!
Basics of Joomla!
 
Wordpress #2 : customisation
Wordpress #2 : customisationWordpress #2 : customisation
Wordpress #2 : customisation
 
Schemaorg cmsplugins
Schemaorg cmspluginsSchemaorg cmsplugins
Schemaorg cmsplugins
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to Drupal
 
Backing yourself into an Accessible Corner
Backing yourself into an Accessible CornerBacking yourself into an Accessible Corner
Backing yourself into an Accessible Corner
 
HTML5 and Joomla! 2.5 Template
HTML5 and Joomla! 2.5 TemplateHTML5 and Joomla! 2.5 Template
HTML5 and Joomla! 2.5 Template
 
Advanced WordPress Optimization - iGaming Supershow 2012
Advanced WordPress Optimization - iGaming Supershow 2012Advanced WordPress Optimization - iGaming Supershow 2012
Advanced WordPress Optimization - iGaming Supershow 2012
 
"Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ...
"Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ..."Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ...
"Paragraphs are more powerful than you can expect" from Vasily Jaremchuk for ...
 

Más de Saurabh Shah

JoomlaDay Madrid,Spain 2014 - Joomla! community - that rocks!
JoomlaDay Madrid,Spain 2014 - Joomla! community - that rocks!JoomlaDay Madrid,Spain 2014 - Joomla! community - that rocks!
JoomlaDay Madrid,Spain 2014 - Joomla! community - that rocks!Saurabh Shah
 
What Is / Why / How to Join Joomla! Community - JoomlaDay Poland 2014
What Is / Why / How to Join Joomla! Community - JoomlaDay Poland 2014What Is / Why / How to Join Joomla! Community - JoomlaDay Poland 2014
What Is / Why / How to Join Joomla! Community - JoomlaDay Poland 2014Saurabh Shah
 
JoomlaDay Brazil 2014 - How to Join The Joomla! Community
JoomlaDay Brazil 2014 - How to Join The Joomla! CommunityJoomlaDay Brazil 2014 - How to Join The Joomla! Community
JoomlaDay Brazil 2014 - How to Join The Joomla! CommunitySaurabh Shah
 
JoomlaDay Brazil 2014 Joomla! Template With Bootstrap 3
JoomlaDay Brazil 2014   Joomla! Template With Bootstrap 3JoomlaDay Brazil 2014   Joomla! Template With Bootstrap 3
JoomlaDay Brazil 2014 Joomla! Template With Bootstrap 3Saurabh Shah
 
How to Contribute in Joomla! Community - Joomla!Day Bangkok 2013
How to Contribute in Joomla! Community - Joomla!Day Bangkok 2013How to Contribute in Joomla! Community - Joomla!Day Bangkok 2013
How to Contribute in Joomla! Community - Joomla!Day Bangkok 2013Saurabh Shah
 
Joomla! Templates and Comparison of Frameworks
Joomla! Templates and Comparison of FrameworksJoomla! Templates and Comparison of Frameworks
Joomla! Templates and Comparison of FrameworksSaurabh Shah
 

Más de Saurabh Shah (6)

JoomlaDay Madrid,Spain 2014 - Joomla! community - that rocks!
JoomlaDay Madrid,Spain 2014 - Joomla! community - that rocks!JoomlaDay Madrid,Spain 2014 - Joomla! community - that rocks!
JoomlaDay Madrid,Spain 2014 - Joomla! community - that rocks!
 
What Is / Why / How to Join Joomla! Community - JoomlaDay Poland 2014
What Is / Why / How to Join Joomla! Community - JoomlaDay Poland 2014What Is / Why / How to Join Joomla! Community - JoomlaDay Poland 2014
What Is / Why / How to Join Joomla! Community - JoomlaDay Poland 2014
 
JoomlaDay Brazil 2014 - How to Join The Joomla! Community
JoomlaDay Brazil 2014 - How to Join The Joomla! CommunityJoomlaDay Brazil 2014 - How to Join The Joomla! Community
JoomlaDay Brazil 2014 - How to Join The Joomla! Community
 
JoomlaDay Brazil 2014 Joomla! Template With Bootstrap 3
JoomlaDay Brazil 2014   Joomla! Template With Bootstrap 3JoomlaDay Brazil 2014   Joomla! Template With Bootstrap 3
JoomlaDay Brazil 2014 Joomla! Template With Bootstrap 3
 
How to Contribute in Joomla! Community - Joomla!Day Bangkok 2013
How to Contribute in Joomla! Community - Joomla!Day Bangkok 2013How to Contribute in Joomla! Community - Joomla!Day Bangkok 2013
How to Contribute in Joomla! Community - Joomla!Day Bangkok 2013
 
Joomla! Templates and Comparison of Frameworks
Joomla! Templates and Comparison of FrameworksJoomla! Templates and Comparison of Frameworks
Joomla! Templates and Comparison of Frameworks
 

Create / Modification of templates for Joomla! At Joomla! Day Spain 2012

  • 1. Saurabh Shah Front-End Developer @ CloudAccess.net Joomla! Events Team Member / Joomla! Social Network Team Member Create / Modification of templates for Joomla! Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 2. CloudAccess.net Intro - Official host for Joomla! Demo site http://www.demo.joomla.org/ - Launches more than 22,000 Demo sites per month. - Launch as many Demo sites as you want. - Also offers a. Virtual Private Memory Cloud(VPMC) - You needed a secure enterprise cloud platform, and we built one. We've bolted together the Joomla! VPMC to give you the world's fastest dedicated Joomla! server. b. Compliant Cloud Backup & Disaster Recovery - We will backup your server, computer, data center, or business to our data centers as a service. Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 3. Useful Tools Browser Specific: Firebug : https://getfirebug.com/ Colorpicker : Firefox : http://www.colorzilla.com/firefox/ Chrome : http://www.colorzilla.com/chrome/ PageSpeed : https://developers.google.com/speed/pagespeed/ YSlow : http://developer.yahoo.com/yslow/ Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 4. Useful Tools (Conti…) Photoshop / Design Tool Specific: Color Theory : http://www.smashingmagazine.com/tag/color-theory/ http://kuler.adobe.com/ http://colorschemedesigner.com/ CSS3PS : http://css3ps.com/ CSSHat : http://csshat.com/ (Commercial) Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 5. Useful Tools (Conti…) Image Optimization : http://www.imageoptimizer.net/Pages/Home.aspx http://imageoptim.com/ (Only Mac) Coding Specific : http://code.google.com/p/zen-coding/ http://code.google.com/p/zen-coding/downloads/detail?name=ZenCodingCheatSheet.pdf Coda2 / SublimeText2 / Notepad++ Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 6. Available Frameworks *All framework status and links are added on 15th Sept. 2012 , It may change in the future. Gantry - RocketTheme - http://www.gantry-framework.org/ Warp - YooTheme - http://www.yootheme.com/themes/warp-framework T3 - JoomlArts - http://t3.joomlart.com/ (Coming soon)/ http://www.joomlart.com/forums/downloads.php?do=cat&id=316 Vertex - Shape5 - http://www.shape5.com/joomla/framework/vertex_framework.html Wright - Joomlashack - http://wright.joomlashack.com/ Zen Grid - Joomlabamboo - http://www.joomlabamboo.com/joomla-templates/zen-grid-framework Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 7. Available Frameworks *All framework status and links are added on 15th Sept. 2012 , It may change in the future. Morph – JoomlaJunkie - http://getmorph.org/ JV – Joomlavi - http://www.joomlavi.com/joomla-extensions/jv-framework.html Construct - betweenbrain.com - http://joomlaengineering.com/ Halix - JoomShaper - http://helix.joomshaper.com/ YJ Simple Grid - yoojoomla - http://yjsimplegrid.com/ Motif Cory Webb Media - http://themeables.com/motif/ Expose - Themexpert - http://www.themexpert.com/expose Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 8. Bootstrap Templates http://hwdmediashare.co.uk/joomla-templates/116-strapped http://blank.vc/blog/19-blank-template-and-twitter-bootstrap-tutorial-for-joomla.html http://bootla.org/ https://github.com/ivanramosnet/H5BPTB Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 9. Create Templates There are 3 Ways to create it. 1. By copying an existing template and modify it 2. Install a theme and modify it. 3. Creating a template from scratch. Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 10. Create Template From Scratch 1. Create index.php & templateDetails.xml 2. Add language files - en-GB.tpl_YOURTEMPLATE.ini & en- GB.tpl_YOURTEMPLATE.sys.ini 3. Add directory & files – Css, Javascript , language etc. And create a Zip file. Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 11. Demo Let’s see it in action Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 12. Adding/Creating Bootstrap Template 1. Current bootstrap version : 2.1.1 Download the zip files : http://twitter.github.com/bootstrap/ and unzip the package 2. Copy the folders /assets into the /template/yourtemplate folder 3. Enabling responsive features (Add meta , css and icon files etc.) Turn on responsive CSS in your project by including the proper meta tag and additional stylesheet within the <head> of your document. If you've compiled Bootstrap from the Customize page, you need only include the meta tag. <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> 4. Main body section can be copied from fluid.html 5. Add javascript files 6. Add html overrides to take most advantages of bootstrap (strapped/bootla/ H5BPTB) 7. Add suffix for Dropdown. I use the default Joomla example data and put the Main Menu Module to position top-menu. To match the correct CSS class I need to add " nav- dropdown" in the Menu Class Suffix (Extensions -> Module Manager -> Main Menu -> Edit - > Advanced Options) Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 13. Demo Let’s see it in action Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 14. Demo Modifying the Gantry Based Template Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 15. Conclusion I hope, you are now able to decide whether you want to go more into Joomla templating with the Twitter Bootstrap framework or just choose with a ready made template/ template framework. Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah
  • 16. Thank you Twitter : @saurabhshah Email : saurabh.ds16@gmail.com Work : saurabh@cloudaccess.net Joomla!Day Spain - Sept 28, 2012 Saurabh Shah - @saurabhshah