Totally Zenned
- Join Date:
- Jul 2009
- Location:
- picaflor-azul.com
- Posts:
- 6,940
- Plugin Contributions:
- 28
Westminster New
Rizla:
Yup.... It is turned on.... I need your help. Sent email
I got it ;)
Thanks,
Anne
Views: 494,256
Totally Zenned
Rizla:
Yup.... It is turned on.... I need your help. Sent email
I got it ;)
Thanks,
Anne
Zen Follower
Hello,
I have a problem with the custom left slide out. I have edit the script and upload a new photo to directory but I still am seeing the same summer sale slide out? I am attaching the script I changed
<?php // +----------------------------------------------------------------------+ // |zen-cart Open Source E-commerce | // +----------------------------------------------------------------------+ // | Copyright (c) 2003 The zen-cart developers | // | | // | <http://www.zen-cart.com/index.php> | // | | // | Portions Copyright (c) 2003 osCommerce | // +----------------------------------------------------------------------+ // | This source file is subject to version 2.0 of the GPL license, | // | that is bundled with this package in the file LICENSE, and is | // | available through the world-wide-web at the following url: | // | <http://www.zen-cart.com/license/2_0.txt>. | // | If you did not receive a copy of the zen-cart license and are unable | // | to obtain it through the world-wide-web, please send a note to | // | [email protected] so we can mail you a copy immediately. | // +----------------------------------------------------------------------+ // $Id: headermenu.php 2004-07-11 DrByteZen $ // Added by Anne (Picaflor-Azul.com) Westminster New v1.0 /*bof categories definitions*/ define('HEADER_TITLE_CATEGORIES','Categories'); /*bof menu definition*/ define('HEADER_TITLE_MENU','Menu'); /*bof back to top*/ define('BACK_TO_TOP','Top'); /*home page ads*/ define('SHOP_NOW','Shop Now!'); /*bof information definitions*/ define('HEADER_TITLE_INFORMATION','Information'); define('TITLE_EZ_PAGES','Useful Links'); define('TITLE_GENERAL','General Info'); define('TITLE_CUSTOMERS','Customers'); define('TITLE_NEWSLETTERS','Newsletters'); /*bof customer service*/ define('HEADER_TITLE_CUSTOMER_SERVICE','Customer Service'); /*bof top specials*/ define('HEADER_TITLE_SPECIALS','<a href="index.php?main_page=specials">Specials</a>'); define('HEADER_TITLE_TOP_TEXT','FREE Shipping on all orders over $50.00!'); /*bof column grid*/ define('TABLE_HEADING_IMAGE','Image'); define('TABLE_HEADING_PRICE','Price'); /*bof left hand slide out content*/ define('SLIDE_OUT_CONTENT','<center><h2>Custom Left Slide Out</h2>Winter sale specials.<br /><br /><br /><br /><a href="index.php?main_page=specials"><img src="includes/templates/westminster_new/images/winter.jpg" alt="Winter Sale" /></a></center>'); /*bof product info tabs*/ define('HEADER_TITLE_DESCRIPTION','Description'); define('HEADER_TITLE_DETAILS','Details'); define('HEADER_TITLE_REVIEWS','Reviews'); define('TEXT_FIRST_REVIEW','<div class="review-first">Be the first to write a review. '); define('TEXT_FIRST_REVIEW_WRITE','<span class="review-first-write">Write a Review.</span>');
Any help would be appreciated.
Totally Zenned
RonGin:
Hello,
I have a problem with the custom left slide out. I have edit the script and upload a new photo to directory but I still am seeing the same summer sale slide out? I am attaching the script I changedAny help would be appreciated.
If you post a link to your site I can take a look.
Thanks,
Anne
Zen Follower
here is the link to my site, and thanks.http://stuffwholesale.com
Totally Zenned
RonGin:
here is the link to my site, and thanks.http://stuffwholesale.com
Be sure that when you upload the file you are overwriting the file on your server and that you are uploading to the template override folder.
Thanks,
Anne
Zen Follower
Thank you, I reloaded in my ftp to the same directory and changed the file transfer to ASNII. I then just renamed the orginal to another name and send the new one on its way and It worked? Not sure if I did what I was supposed to.
As always
Thank you,
Ron
New Zenner
Am I missing something or shouldn't all this be visible as to what's been already added?
I have 5 banner ads in the homeslide1 group.
How can I edit a particular one? I don't see how to view all the banner ads within the slider in the configuration of homeslide1
Any help is appreciated.
The same goes for the Flexible footer - Share and Connect
I only use Facebook so how can I remove the rest?
Totally Zenned
RonGin:
Thank you, I reloaded in my ftp to the same directory and changed the file transfer to ASNII. I then just renamed the orginal to another name and send the new one on its way and It worked? Not sure if I did what I was supposed to.
As always
Thank you,
Ron
I am happy that you figured it out ;)
Thanks,
Anne
Totally Zenned
munizjm:
Am I missing something or shouldn't all this be visible as to what's been already added?
I have 5 banner ads in the homeslide1 group.
How can I edit a particular one? I don't see how to view all the banner ads within the slider in the configuration of homeslide1
Any help is appreciated.The same goes for the Flexible footer - Share and Connect
I only use Facebook so how can I remove the rest?
The answers to your questions are in the readme.html file included in the template package.
Thanks,
Anne
Zen Follower
Anne
I have at last discovered what is causing the problem... I's the atributes!
I set a product up (Vulcan) and all works but if I add any atributes to the product it all fals apart.
Any sugestions? as I need the atributes on the site.
Totally Zenned
Rizla:
Anne
I have at last discovered what is causing the problem... I's the atributes!I set a product up (Vulcan) and all works but if I add any atributes to the product it all fals apart.
Any sugestions? as I need the atributes on the site.
What is the link to the product?
Thanks,
Anne
Zen Follower
Same problem, wish you posted your solution!
Zen Follower
Thank you! Thank you! Thank you! :):d
Totally Zenned
danielosko:
Thank you! Thank you! Thank you! :):d
I am happy that you finally found the answer ;)
Thanks,
Anne
New Zenner
Hi,
I found a small code error in includes/templates/westminister_new/sideboxes/tpl_whats_new.php (vr.1.3)
line 20
$content .= '<div class="box-title">' . $random_whats_new_sidebox_product->fields['products_name'] . '</a></div>';
should be:
$content .= '<div class="box-title">' . $random_whats_new_sidebox_product->fields['products_name'] . '</div></a>';
incorrect tag closing order caused some errors in this template.
Another note that you should avoid divs (block elements) inside <a>.
I Really like this template and your work. Just wanted to let you know about this tiny error :) Keep up the good work!
New Zenner
Hi Harri,
Thanks for pointing that error out, I am not sure how that occurred but I have fixed it now. This however did not fix the problem with more information sidebox. I found the problem in line 396 of stylesheet.css.
It read this originally
.betterEzpages a:before, .betterMoreinformation a:before, .betterDocuments a:before, .betterInformation a:before, .betterCategories a:before{position:absolute; font-family: FontAwesome;content: "\f0da";}
I have changed it to this
.betterEzpages a:before, .betterMoreinformation a:before, .betterDocuments a:before, .betterInformation a:before, .betterCategories a:before{position:relative; padding-right:5px;font-family: FontAwesome;content: "\f0da";}
And now the sidebox displays correctly.
Finally, many thanks for your kind words.
Bob
Totally Zenned
Harri:
Hi,
I found a small code error in includes/templates/westminister_new/sideboxes/tpl_whats_new.php (vr.1.3)
line 20
$content .= '<div class="box-title">' . $random_whats_new_sidebox_product->fields['products_name'] . '</a></div>';
> should be:
> ```php
$content .= '<div class="box-title">' . $random_whats_new_sidebox_product->fields['products_name'] . '</div></a>';
incorrect tag closing order caused some errors in this template.
Another note that you should avoid divs (block elements) inside <a>.
I Really like this template and your work. Just wanted to let you know about this tiny error :) Keep up the good work!
Thank you for posting. The </a> should be inside of the </div>, it was just a mistake ;)
Thanks,
Anne
Totally Zenned
bobc:
Hi Harri,
Thanks for pointing that error out, I am not sure how that occurred but I have fixed it now. This however did not fix the problem with more information sidebox. I found the problem in line 396 of stylesheet.css.
It read this originally
.betterEzpages a:before, .betterMoreinformation a:before, .betterDocuments a:before, .betterInformation a:before, .betterCategories a:before{position:absolute; font-family: FontAwesome;content: "\f0da";}
I have changed it to this
.betterEzpages a:before, .betterMoreinformation a:before, .betterDocuments a:before, .betterInformation a:before, .betterCategories a:before{position:relative; padding-right:5px;font-family: FontAwesome;content: "\f0da";}
And now the sidebox displays correctly.
Finally, many thanks for your kind words.
Bob
The error in the whats new sidebox has nothing to do with the information sidebox. He was pointing out the error in the template package, not just on your site.
Thanks,
Anne
Zen Follower
How to do turn on the discount percentage to show how much they are saving?
New Zenner
Here's an interesting one !
I am playing around with Westminster using xampp on my laptop (as I have done many times before - prior to upgrading a current website). I am reasonably confident that everything is as it should be, the demo file works well EXCEPT that when I use CKeditor to call up the front page file (includes/languages/english/html_includes/westminster_new/define_main_page.php) strange things happen.
The full file is shown in the editing area as plain text rather than as the interpreted image - fair enough - but if I save the file, even without making a single change, the front page then doesn't function. Both the slider and and the lower pictures from the demo disappear to be replaced with their code.
I know that it's the correct file in the right place and all the code remains intact. Interestingly I can both manually edit the file and make adjustments using the text editor in 'Plain text' mode and that works just fine. However I'd like to be able to use the text editing facility to easily change text colour etc.
You'll probably say that this is a CEeditor problem and that's fine, but I'd be interested to know if any other Westminster user has experienced similar effects.
Thanks
Tony
Fields marked required must be completed.
Tell staff why this post should be reviewed.