Travel Slider – Images

Posted by & filed under Programming Tips and Tricks, Unvetted.

Paste this code in your WordPress page or post: [trav_slider theme='andy' id='1']     Img: http://www.jbaker.info/img/tmp_01.jpg Title: Slide One   Img: http://www.jbaker.info/img/tmp_02.jpg Title: Slide Two   [/trav_slider] Adding Notes and Links

Debugging

Posted by & filed under Programming Docs Admin, Unvetted.

[ezc_accordian_group] [ezc_accordian title=’FirePHP in WordPress’] To Add FirePHP code to a site: Enable the FirePHP plugin. In the FirePHP console (click on the little blue bug) Make sure that Options > Modify User-Agent Header is Checked. Here is the link to Plugin Site: WordPress FirePHP plugin • Inchoo To Delete FirePHP code from a site:… Read more »

Travel Slider – Options

Posted by & filed under Programming Tips and Tricks, Unvetted.

Paste this code in your WordPress page or post: [trav_slider auto_run='false' theme='multi-caption' id='1']     Img: http://www.yoursite.com/img/tmp_01.jpg Title: Slide One   Img: http://www.yoursite.com/img/tmp_02.jpg Title: Slide Two   [/trav_slider] Adding Notes and Links

Buttons-xPanda

Posted by & filed under Programming Docs Admin, Unvetted.

[ezc_accordian_group] [ezc_accordian title=’Button as A Link’] <a href="http://www.jbaker.info"> <button style="margin:0 0px 0 0; " id="xp_mjb_download" class="thm_mjrb_button_ok" type="button"> Button Text Here </button> </a> [/ezc_accordian] [ezc_accordian title=’Table in Accordian’] [/ezc_accordian] [ezc_accordian title=’Button 1 Documentation’] Code in: C:HtmlJBakerInfowp-contentplugins!forms-easy-contentlib_default.scss Compile: C:HtmlJBakerInfowp-contentplugins!forms-easy-contentlibthemes_global.css [/ezc_accordian] [/ezc_accordian_group]

Travel Slider – Test

Posted by & filed under Programming Docs Admin, Unvetted.

Use these tags to create and modify your slides: Img: Hyperlink to image (it is best to make all your images the same size) Title: The title to show. This can be plain text, a hyperlink or a combination of both Note: Text or a hyperlink to show in small print under the title (same… Read more »

Site Deploy Checklist

Posted by & filed under Programming Docs Admin, Unvetted.

Step 1 – Before Going Live Step Order Area Task Completed 1 1 Settings Verify all site pages and elements display properly on Chrome, Firefox, IE (multiple versions), Safari, Opera, Mobile Safari, Android, etc. Most importantly, test while logged out. Secondly, test all scenarios while logged in, both the front-end and the back-end. (do this… Read more »

Database

Posted by & filed under Programming Tips and Tricks, Unvetted.

Working with WordPress Databases [ezc_accordian_group] [ezc_accordian title=’WordPress Database CRUD Functions’] WordPress Essentials: Interacting With The WordPress Database | Smashing WordPress [/ezc_accordian] [ezc_accordian title=’Creating a WordPress Database Table’] Example: 1. Replace ‘stats’ with the table name of your choice. 2. Original code can be found here: WordPress: Create custom database tables – PHP – Snipplr Social… Read more »