Results 1 to 10 of 93

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Bradford Pure Template Support Thread

    Hello ;-) Announcing our 22nd free zen cart template release to the community.

    Click image for larger version. 

Name:	350bradford_pure.jpg 
Views:	1184 
Size:	29.3 KB 
ID:	11354

    See the live demo here:

    Bradford Pure Free Zen Cart Template Live Demo

    Template Features:

    • Super flexible design perfect for all types of ecommerce stores--the possibilites are endless!

    • Fixed width 2 or 3 column display

    • Matching button set included

    • Matching icons

    • Custom header with header search box, shopping cart total number of items, and dollar amount.

    • Fully customizable header drop down mega menu with quick links, shop, brands, info (includes admin configurable ez pages), connect with us, and service (with customizable text and images).

    • Home Page slideshow included

    • Tabbed home page centerbox content for New Products, Featured Products, and Specials

    • Add This social bookmarking added to all product pages (includes Facebook like button, Twitter Tweet Button, Pinterest and 300+ Sharing Services)

    • Custom footer featuring a footer menu with contact information (telephone and link to contact us page), information, customer support, and useful links (ez pages), integrated, optional links to your Facebook, Twitter, Youtube, Pinterest, Google Plus, and blog, and optional, customizable links to payment options.

    • Cross Browser tested using Firefox, IE9, IE8, IE7, Google Chrome, Opera, and Safari.

    • W3C Valid XHTML and CSS

    • Comes with the following modules installed: Column Layout Grid, About Us Page, Footer Menu , Column Divider Pro, Designer Monthly Boxes, Pure CSS Mega Menu

    • No changes to core files

    • Detailed html readme file with written tutorials and screen shots and links to videos of the installation and customization steps

    • Fully compatible with versions 1.3.8, 1.3.9, 1.5, 1.5.1. Would probably work with lower versions although it has not been tested.


    Please post any questions or bugs here.

    Thanks,

    Anne

  2. #2
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Bradford Pure Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Hello ;-) Announcing our 22nd free zen cart template release to the community.

    Click image for larger version. 

Name:	350bradford_pure.jpg 
Views:	1184 
Size:	29.3 KB 
ID:	11354

    See the live demo here:

    Bradford Pure Free Zen Cart Template Live Demo

    Template Features:

    • Super flexible design perfect for all types of ecommerce stores--the possibilites are endless!


    • Fixed width 2 or 3 column display


    • Matching button set included


    • Matching icons


    • Custom header with header search box, shopping cart total number of items, and dollar amount.


    • Fully customizable header drop down mega menu with quick links, shop, brands, info (includes admin configurable ez pages), connect with us, and service (with customizable text and images).


    • Home Page slideshow included


    • Tabbed home page centerbox content for New Products, Featured Products, and Specials


    • Add This social bookmarking added to all product pages (includes Facebook like button, Twitter Tweet Button, Pinterest and 300+ Sharing Services)


    • Custom footer featuring a footer menu with contact information (telephone and link to contact us page), information, customer support, and useful links (ez pages), integrated, optional links to your Facebook, Twitter, Youtube, Pinterest, Google Plus, and blog, and optional, customizable links to payment options.


    • Cross Browser tested using Firefox, IE9, IE8, IE7, Google Chrome, Opera, and Safari.


    • W3C Valid XHTML and CSS


    • Comes with the following modules installed: Column Layout Grid, About Us Page, Footer Menu , Column Divider Pro, Designer Monthly Boxes, Pure CSS Mega Menu


    • No changes to core files


    • Detailed html readme file with written tutorials and screen shots and links to videos of the installation and customization steps


    • Fully compatible with versions 1.3.8, 1.3.9, 1.5, 1.5.1. Would probably work with lower versions although it has not been tested.


    Please post any questions or bugs here.

    Thanks,

    Anne
    Nice template Anne............... :)
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #3
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Bradford Pure Template Support Thread

    Quote Originally Posted by countrycharm View Post
    Nice template Anne............... :)
    Thank you :-) I hope that you find it useful.



    Thanks,

    Anne

  4. #4
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Bradford Pure Template Support Thread

    I'm really liking this one: http://www.prommart.com/

    Thanks!

    Steve
    Steve
    prommart.com

  5. #5
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Bradford Pure Template Support Thread

    Does look very nice *two thumbs up* :)

    You may want to move your javascript slider (jQuery plugin) into an external script to avoid some validation errors and / or minify the jQuery plugin. If you leave the script inline, you may want to change the lines with '</div>' to use '<\/div>'.

    The width attribute is deprecated on elements including 'td' elements. You should consider replacing these with CSS.

    Phone number for contact is in an 'a' element, but the 'a' element does not have an href. Were you planning to link this?
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #6
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Bradford Pure Template Support Thread

    Hi Anne,

    I ran the template through http://gtmetrix.com/reports/www.prommart.com/8E4jxMhI to check speed and issues. Not the fastest template I've had, but working on it.

    In order to get rid of the Specify Image Dimensions warning and score a green 100%, I had to include image width and height for all images in the drop-down menu as well as my slider and all footer images. Before I do the same for my sister's Picaflor sites I'd like to confirm I did it correctly. Here is one of her sites indicating to specify image dimensions; the second one down:

    http://gtmetrix.com/reports/www.prom...l.com/E5KRKHdE

    Here is part of what I did; I am hoping you can let me know if this is correct or wrong - including a width and height of the social images in the tpl_footer.php:

    Code:
     <div id="social-media">
    <a href="<?php echo FACEBOOK; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.FACEBOOK_ICON ?>"  alt="facebook link" class="smi facebook" width="32px" height="32px" /></a>
    <a href="<?php echo TWITTER; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.TWITTER_ICON ?>"  alt="twitter link" class="smi twitter" width="32px" height="32px" /></a>
    <a href="<?php echo YOUTUBE; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.YOUTUBE_ICON ?>"  alt="youtube link" class="smi youtube" width="32px" height="32px" /></a>
    <a href="<?php echo PINTEREST; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.PINTEREST_ICON ?>"  alt="pinterest link" class="smi pinterest" width="32px" height="32px" /></a>
    <a href="<?php echo GOOGLE; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.GOOGLE_ICON ?>"  alt="google link" class="smi google" width="32px" height="32px" /></a>
    <a href="<?php echo BLOG; ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.BLOG_ICON ?>"  alt="blog link" class="smi blog" width="32px" height="32px" /></a>
    </div>
    Thanks.

    Steve
    Last edited by SPH; 2 Nov 2012 at 08:03 AM.
    Steve
    prommart.com

  7. #7
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Bradford Pure Template Support Thread

    Quote Originally Posted by lhungil View Post
    Does look very nice *two thumbs up* :)

    You may want to move your javascript slider (jQuery plugin) into an external script to avoid some validation errors and / or minify the jQuery plugin. If you leave the script inline, you may want to change the lines with '</div>' to use '<\/div>'.

    The width attribute is deprecated on elements including 'td' elements. You should consider replacing these with CSS.

    Phone number for contact is in an 'a' element, but the 'a' element does not have an href. Were you planning to link this?
    Thank you so much ;-)

    I am not sure where you are seeing td's with widths, but it is probably coming from zen cart core code and not template specific code.

    No, there is no link for phone number, it is empty on purpose ;-)

    Thanks,

    Anne

  8. #8
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Bradford Pure Template Support Thread

    Quote Originally Posted by SPH View Post
    I'm really liking this one: http://www.prommart.com/

    Thanks!

    Steve
    I am happy that you like it ;-)

    Thanks,

    Anne

 

 

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR