Skip to content

Instantly share code, notes, and snippets.

@thomascrenshaw
Created April 1, 2014 20:59
Show Gist options
  • Select an option

  • Save thomascrenshaw/9923079 to your computer and use it in GitHub Desktop.

Select an option

Save thomascrenshaw/9923079 to your computer and use it in GitHub Desktop.

Revisions

  1. thomascrenshaw created this gist Apr 1, 2014.
    30 changes: 30 additions & 0 deletions pjd-bikes-views
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    <div id="pjd-gallery-content">
    <div id="content-container-bikegallery" class="shadow">
    <div class="content">
    <h1>[wpv-post-title]</h1>
    <div id="myGallery">
    [types field="slide-shortcode" output="raw"][/types]
    </div> <!-- end myGallery -->
    </div> <!-- end content -->
    <div id="container-text">
    <div class="gallery-sidebar-but">
    &nbsp;
    </div>
    <div class="gallery-sidebar">
    <div class="dotted-line"></div>
    <p class="tinytext">ENGINE:</p>
    <p class="para-bold">[types field="bike-power" output="raw"][/types]</p>
    <p class="tinytext">TRANSMISSION:</p>
    <p class="para-bold">[types field="bike-gears" output="raw"][/types]</p>
    <p class="tinytext">PAINT:</p>
    <p class="para-bold">[types field="bike-paint" output="raw"][/types]</p>
    <p class="tinytext">CHROME:</p>
    <p class="para-bold"><[types field="bike-chrome"][/types]</p>
    <p class="tinytext">WHEELS:</p>
    <p class="para-bold">[types field="bike-wheels"][/types]</p>
    <div class="dotted-line"></div>
    <p>[types field="description"][/types]</p>
    </div> <!-- end gallery-sidebar-->
    </div> <!-- end container text -->
    </div> <!-- end content-container-bikegallery -->
    </div> <!-- end pjd-gallery-content -->