You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New image on Google Drive: /images/product/innovation-switch.png
New image on Google Drive: /images/product/innovation-arrow.png
Update markup from:
<divclass="innovation-tab"><aclass="button" href="#"><spanclass="show">Crew Shirt Innovations</span><spanclass="hide">Return to Product</span></a></div>
And change it to:
<divclass="innovation-switch closed"><spanclass="closed">Check out our Innovative Features</span><spanclass="open">Return to Product Detail</span><aclass="button" href="#"><!-- switch toggle --></a></div>
Resized Innovation Dropdown
Updated image on Google Drive: /images/product/innovation-hotspot.png
Image does not exist
Updated image on Google Drive: /images/product/innovation/motorsports-shirt/motorsports-shirt.png
Updated image on Google Drive: /images/product/innovation/crew-shirt/crew-shirt.png
Updated image on Google Drive: /images/product/innovation/sp14/sp14.png
Updated hotspot HTML on the Google Drive for the Crew Shirt, SP14, and Motorsports Shirt.
Product Info
The link back to the product gallery is wrapped in a paragraph tag. Remove the paragraph tag and give the anchor a class of "back-to-products" - this goes for PDP and CPDP
Update markup from:
<p><ahref="/custom-shop">Take Me to the Custom Shop</a></p><p><ahref="/products">Take Me to the Product Catalog</a></p>
And change it to:
<aclass="back-to-products" href="/custom-shop">Take Me to the Custom Shop</a><aclass="back-to-products" href="/products">Take Me to the Product Catalog</a>
Blog Sidebar (Home and Single)
Change the body tag class from 'page-home' to 'page-blog'
Updated image on Google Drive: /images/site/blog/notes-from-the-garage.png
New image on Google Drive: /images/site/blog/blog-search-box.png
Image does not exist
Update search form markup from:
<formclass="search"><h2>Search the Blog</h2><inputtype="text" class="text"></form>
And change it to:
<h2>Search the Blog</h2><formclass="search-blog" action="/blog/search" method="get"><inputtype="text" class="text" name="value" placeholder="Search the blog"><ahref="#" class="submit">Go</a></form>
Blog Comments
Download redactor plugin folder from the Google drive and insert it here: /js/plugins/redactor/...
Do we need all the language support files? Update: Just English.
Add the following script tag to the bottom of the page, right before script.js. It would be ideal if this was only on single blog pages (it's pretty heavy) but if it's on every page that works too.
Placed immediately after <section id="blog" class="container-890">...</section> on just single post pages
Update: jQuery has to be loaded first, so it'll have to be on every page.
Currently, aside.blog-sidebar comes after section.entry. Flip them.
Move div.replies outside of section.entry. Add it after, so it is a child of article.post. Make it a section tag.
Replace section.replies to this format:
<sectionclass="replies"><h2class="comment-count"><spanclass="total">{{count}}</span> Comments:
</h2><ulclass="comment-list"><liclass="comment"><divclass="comment-author">{{author}} said:</div><divclass="date">{{date}}</div><sectionclass="comment-body">
{{messagebody}}
</section></li></ul><formclass="respond"><h2>Leave a Reply</h2><label>
Your Comment*:
<textareaname="message" class="respond-message" placeholder="Enter your comment here..."></textarea></label><label>
Your Name*:
<inputtype="text" name="name" class="respond-name" placeholder="Your Name"></label><label>
Your E-mail Address*:
<inputtype="email" name="email" class="respond-email" placeholder="Your E-mail Address"></label><ahref="#" class="submit">Post Comment</a></form><h2class="new-comment-status" data-status="thank-you"><spanclass="thank-you">Thank you for your reply!</span><spanclass="error">
There was an error posting your comment.<br>
Please refresh the page and try again, or <ahref="/forms/contact-us" class="modal ajax">contact us</a>.
</span></h2></section>
On staging, there is an add-a-reply div. Remove it and use the above format.
Also added post id as a data-attribute as discussed yesterday: <article class="post" data-post-id="36">
Gallery
Remove the "no-lightbox" class from every .item except #gallery-item-003
#gallery-item-003 did not already have .no-lightbox, should it?
I may have an additional Gallery update for you tomorrow
Distributor Locator
Updated image on Google Drive: /images/site/distributor/map.png
New image on Google Drive: /images/site/distributor/find-a-distributor-button.png
New image on Google Drive: /images/site/distributor/location-input-bg.png
Replace the markup before .distributor-results with the following:
<formid="distributors-search"><h1>Find Red Kap</h1><p>Follow the steps below to find local and national automotive workwear distributors.</p><divclass="distributors-search-type" title="Please enter a search type"><label>1. Choose an Option:</label><ulclass="distributor-tabs"><liclass="tab-home"><ahref="#">Home</a></li><liclass="tab-laundry"><ahref="#">Rental Laundries</a></li><liclass="tab-distributor"><ahref="#">Workwear Distributors</a></li><liclass="tab-online"><aclass="modal ajax current" data-template="buy-online" href="/api/distributor/buy-online">Buy Online</a></li></ul></div><divclass="distributors-search-location" title="Please enter a ZIP code or a specific address, city and state - ex. 301 Main St., Anytown, TN"><label>2. Enter Your Location:</label><inputtype="text" name="location" class="location" placeholder="Enter city, state or ZIP code" maxlength="25"></div><divclass="distributors-search-radius"><label>3. Choose a Radius:</label><divclass="bg_select"><spanclass="selected-text">within 50 miles</span><selectname="radius"><optionvalue="10">within 10 miles</option><optionvalue="25">within 25 miles</option><optionvalue="50" selected="selected">within 50 miles</option><optionvalue="100">within 100 miles</option><optionvalue="200">within 200 miles</option></select></div></div><ahref="#" class="submit">Find a Distributor</a></form>