GithubHelp home page GithubHelp logo

tmclean85 / inhabitent Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 38.64 MB

A custom Wordpress theme for a fictitious hipster camping supply retailer.

PHP 45.36% JavaScript 2.60% CSS 52.01% ApacheConf 0.03%

inhabitent's Introduction

Inhabitent Camping Supply

A custom-built Wordpress theme for a fictitious Hipster camping supply retailer.

Key Learning Implementations

  • Introduction to Wordpress CMS
  • Create custom post/page/taxonomy types
  • Implement custom field settings using Wordpress backend
  • Introduction and use of PHP language

inhabitent's People

Contributors

tmclean85 avatar

Watchers

James Cloos avatar

inhabitent's Issues

Update readme in root folder

Readme looks good but you should add some more info e.g. what's included in the repo such as the theme and plugins and if there are any dependencies e.g. Custom Field Suite. Also how a user might setup the theme and plugins, e.g. if they want to modify anything using gulp etc...

Add README.md

Don't forget to add a readme.md to the root of your project that contains useful info such as what the project is about and how it is built.

jQuery search toggle

Currently:
$searchIcon.click(function(event){
event.preventDefault();
$searchField.show({duration:500});
$searchField.focus();
});

Instead of using (event) and event.preventDefault();
You can use return false;
Which does both preventDefault and stopProrogation

e.g.

$searchIcon.click(function(){
$searchField.show({duration:500});
$searchField.focus();
return false;
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.