You have to go to http://rafael.adm.br/css_browser_selector for the usage instructions.
Thanks,
Anne
Hi Anne,
Thank you for your template offerings.
Status report after finally going live. I think that many times you never hear from people who have actually implemented your templates. The color scheme that we settled on may not be anything near what you envisioned, but it appears to be guiding customers. We've been live for 4 days now and general comments from customers are most positive.
I finally got around to finding the edit to insert "Click for larger image" links below the product images. That was one thing that our customers don't seem to go "hovering around" and watch for cursor changes.
Line 285
/includes/languages/westminster_new/english.php
On my list to look at after the dust settles, after PHP and MySQL server updates is to look at:Code:define('TEXT_CLICK_TO_ENLARGE', 'Click for larger image');
There have been requests to further streamline the mobile versions by removing images which cause additional scrolling for mobile users. OR placing the images below any pricing/attribute selections. OR placing links to images instead of images
Ditto for category displays on mobile devices.
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
The homepage ads do not appear/display when the define main page is updated using CKEditor (similar to post 155 in this thread). The page does not break when using the plain text editor but this editor is not user friendly to update the define pages with. Is this happening to anyone else? Any suggestions?
I seem to remember this happening to me in the past. Something to do with absolute and relative url's I think. You could check the 'before' and 'after' html source code to see where the difference lies.
The define main page in core Zen Cart does not contain PHP code as is the case in this template - that is more likely to be where the problem is. What I would do is create your content in one of the blank define pages - page 2,3, or 4 - to how you want it and then paste this into the define_main_page.php with a text editor.
There IS PHP code on the main_page.php of the westminster_new template and requires using plaintext editor so that you do not break the code. Most of the other define pages are OK to edit using CKeditor.
Code:<div id="home-top"> <div id="top-banner"> <?php if (SHOW_BANNERS_GROUP_SETHOMETOP != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SETHOMETOP)) { if ($banner->RecordCount() > 0) { echo zen_display_banner('static', $banner); } }?> </div> <?php if (WES_SLIDER_STATUS == 'true') { ?> <?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common') . '/tpl_home_slider.php');?> <?php } ?> </div> <br class="clearBoth" /> <div id="home-text"> You can add any custom content here by editing: /languages/english/html_includes/westminster_new/define_main_page.php. Edit this content via Admin->Tools->Define Pages Editor, and select define_main_page.php from the pulldown. <br /><br /> </div> </div> <br class="clearBoth" />
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
Bookmarks