building a resposive slider plugin for wordpress theme

19
Building A Responsive Slider Plugin For WordPress Theme By: Md. Sajedul Haque Romi CEO, CodeBANGLA email.: [email protected] Facebook: fb.com/JonabROMI

Upload: codebangla

Post on 29-Jan-2015

272 views

Category:

Software


0 download

DESCRIPTION

WordPress Resposive Slider Plugin Development

TRANSCRIPT

Page 1: Building a resposive slider plugin for WordPress theme

Building A Responsive Slider Plugin ForWordPress Theme

By: Md. Sajedul Haque RomiCEO, CodeBANGLAemail.: [email protected]: fb.com/JonabROMI

Page 2: Building a resposive slider plugin for WordPress theme

Objectives

Select a jquery static slider Convert the slider into WP Plugin Use the Plugin in a WordPress Theme

Page 3: Building a resposive slider plugin for WordPress theme

The Resposive Slider

Slippry Sliderhttp://slippry.com/

Page 4: Building a resposive slider plugin for WordPress theme

File Stucture of the Slider

.

Page 5: Building a resposive slider plugin for WordPress theme

The Markups

Page 6: Building a resposive slider plugin for WordPress theme

The Plugin File Structure

.

Page 7: Building a resposive slider plugin for WordPress theme

Making the Plugin

<?php /* Plugin Name: WP Slippry Plugin URI: https://github.com/codebangla/wp-slippry Description: Slippry Silder for WordPress Author: Md. Sajedul Haque Romi Version: 1.0 Author URI: http://codebangla.com */ ?>

Page 8: Building a resposive slider plugin for WordPress theme

The Plugin is ready for installation

The plugin is ready to install

Page 9: Building a resposive slider plugin for WordPress theme

Enqueuing

<?phpdefine('CBWPS_PATH', WP_PLUGIN_URL . '/' .

plugin_basename( dirname(__FILE__) ) . '/' );define('EFS_NAME', "Slippry Silder");define ("EFS_VERSION", "1.0");wp_enqueue_style('WP_Slippry_demo_css',

CBWPS_PATH.'css/demo.css');wp_enqueue_style('WP_Slippry_css',

CBWPS_PATH.'css/slippry.css');

wp_enqueue_script('WP_Slippry_js', CBWPS_PATH.'js/slippry.min.js', array('jquery'));

?>

Page 10: Building a resposive slider plugin for WordPress theme

Hooking the Jquery

.

Page 11: Building a resposive slider plugin for WordPress theme

Making Custom Post Type

.

Page 12: Building a resposive slider plugin for WordPress theme

The Slider Markup

.

Page 13: Building a resposive slider plugin for WordPress theme

Template Tag for The Theme

.

Page 14: Building a resposive slider plugin for WordPress theme

Using the Slider Plugin in Theme

.

Page 15: Building a resposive slider plugin for WordPress theme

Adding the Slider

.

Page 16: Building a resposive slider plugin for WordPress theme

Yeah The Slider is Ready!

.

Page 17: Building a resposive slider plugin for WordPress theme

Plugin Download link

https://github.com/codebangla/wp-slippry-slider

Page 18: Building a resposive slider plugin for WordPress theme

Questions???

?????

Page 19: Building a resposive slider plugin for WordPress theme

Thank you

By: Md. Sajedul Haque Romi CEO, CodeBANGLA email.: [email protected] Facebook: fb.com/JonabROMI Skype: romi0199