New Zenner
- Join Date:
- Jun 2012
- Posts:
- 50
- Plugin Contributions:
- 0
Westminster New
Sorry Ann,
I had another question, how do I make it zoom in when I hover over the image?
Views: 494,220
New Zenner
Sorry Ann,
I had another question, how do I make it zoom in when I hover over the image?
Totally Zenned
chelseaneedshelp:
Thanks, Anne! Just to be sure, is this the correct one i need to install?:
http://www.zen-cart.com/downloads.php?do=file&id=1957
thanks!
No, but you can install that one if you will be using more than one language.
Thanks,
Anne
Totally Zenned
nesum18:
Hi Ann, I actually just replaced all files from 'classes > zen_lightbox' from the newly downloaded version of the template and it worked like a charm! :D yipppeee!
Thank you for all your help and your handwork to provide us with this amazing template :) Lots of love and blessings to you! <3
I am happy that you figured it out ;)
Thanks,
Anne
Totally Zenned
nesum18:
Sorry Ann,
I had another question, how do I make it zoom in when I hover over the image?
You need to install another plugin for this.
Thanks,
Anne
New Zenner
not having any luck searching - perhaps a hint on what I should search for? "top menu" doesn't return any results. Please forgive any lack of terminology mistakes on my part.
Cheers
picaflor-azul:
The easiest way to find out which files you need to edit is to use the admin--tools--developers toolkit ;)
Thanks,
Anne
Totally Zenned
denison:
not having any luck searching - perhaps a hint on what I should search for? "top menu" doesn't return any results. Please forgive any lack of terminology mistakes on my part.
Cheers
You want to search for text that is actually in the area that you want to edit.
Please see the tutorial about how to use the developers toolkit in the plugins section of this site for more information.
Thanks,
Anne
New Zenner
picaflor-azul:
You want to search for text that is actually in the area that you want to edit.
Please see the tutorial about how to use the developers toolkit in the plugins section of this site for more information.
Thanks,
Anne
I have already done both of these things but I realize I should have stated such before asking my question. Anyway no worries.
New Zenner
Hi Anne or anybody else that help me
I am trying to put a "search by brand" dropdown menu under my "product search" field in the header
and then remove the big home top banner to the left of the site and replace that with a simple categories list in its place.
my sites url is https://www.marshallmusicdirect.com i would really appreciate any assistance.
Thank you all in advance
Regards
Erwin
Deceased
nesum18:
Sorry Ann,
I had another question, how do I make it zoom in when I hover over the image?
Take a look at this plugin: http://www.zen-cart.com/downloads.php?do=file&id=1380
New Zenner
Not sure if this has been posted before but recenetly I had major with sites that use the Westminster New and Winchester Responsive when using SSL certificates I kept getting a broken padlock. After hours of searching I located it to two JavaScript files. Namely the files are:
tpl_modules_mobile_categories_tabs.php which call the jquery.slimmenu.min.js This still gets pulled from your original http site so you need to change this to https: as follows...
<script src="<?php echo $template->get_template_dir('jquery.slimmenu.min.js',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/jquery.slimmenu.min.js' ?>" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>NOTE: The above ONLY applies if you are using cloudflare to speed up the loading of the site to your users.
Also the file tpl_index_default.php which calls jscript/jquery.carouFredSel-6.0.2.js needs to be changed to call the file from the HTTPS_Server rather than the HTTP_SERVER as follows...
<script type="text/javascript" src="<?php echo HTTPS_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>And finally tpl_categories_index.php which calls jscript/jquery.carouFredSel-6.0.2.js needs to be pulled from HTTPS_SERVER and not from HTTP_SERVER as follows...
<script type="text/javascript" src="<?php echo HTTPS_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>I hope this will help some folks.
Bob
New Zenner
Change slide animation from "slide" to "fade"
Can someone please advise how to make this change?
Thanks a lot
Terry
Deceased
bobc:
Not sure if this has been posted before but recenetly I had major with sites that use the Westminster New and Winchester Responsive when using SSL certificates I kept getting a broken padlock. ..........
I hope this will help some folks.Bob
Thanks Bob, much appreciated
Zen Follower
Hello,
I have installed the Westiminister template and really love it.
I want to edit the path and the image which is shown when the display image is gone over with cursor. Ie. Pearl necklace then goes to "LOREM IPSUM" SHOP NOW.
I don't seem to find the shop now in the banner pictures or able to edit it the banner tool. I am using 1.5.3 zen cart
Thank you,
Ron Gin
Stuffwholesale
Totally Zenned
RonGin:
Hello,
I have installed the Westiminister template and really love it.
I want to edit the path and the image which is shown when the display image is gone over with cursor. Ie. Pearl necklace then goes to "LOREM IPSUM" SHOP NOW.I don't seem to find the shop now in the banner pictures or able to edit it the banner tool. I am using 1.5.3 zen cart
Thank you,
Ron Gin
Stuffwholesale
There are instructions for how to make these changes in the readme.html file included in the template package.
Thanks,
Anne
New Zenner
picaflor-azul:
No, but you can install that one if you will be using more than one language.
Thanks,
Anne
I tried installing that one and i tried installing this one: http://www.zen-cart.com/downloads.php?do=file&id=1726 (which has an upload date preceding that of this template, so it doesn't look like there is a "new" version of it, right?) and neither helped the situation. Can you let me know which footer menu i need to update to or what it is in the code i need to fix?
i can't be the only one that's dealt with this, right? how has everyone else solved it? im going so insane...
Totally Zenned
chelseaneedshelp:
I tried installing that one and i tried installing this one: http://www.zen-cart.com/downloads.php?do=file&id=1726 (which has an upload date preceding that of this template, so it doesn't look like there is a "new" version of it, right?) and neither helped the situation. Can you let me know which footer menu i need to update to or what it is in the code i need to fix?
i can't be the only one that's dealt with this, right? how has everyone else solved it? im going so insane...
I would install the multi language version of the plugin as it is the most recently updated.
Thanks,
Anne
Zen Follower
thank you I did it and I downloaded the readme
Ron
Totally Zenned
RonGin:
thank you I did it and I downloaded the readme
Ron
I am happy that you figured it out ;)
Thanks,
Anne
Totally Zenned
bobc:
Not sure if this has been posted before but recenetly I had major with sites that use the Westminster New and Winchester Responsive when using SSL certificates I kept getting a broken padlock. After hours of searching I located it to two JavaScript files. Namely the files are:
tpl_modules_mobile_categories_tabs.php which call the jquery.slimmenu.min.js This still gets pulled from your original http site so you need to change this to https: as follows...
<script src="<?php echo $template->get_template_dir('jquery.slimmenu.min.js',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/jquery.slimmenu.min.js' ?>" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>NOTE: The above ONLY applies if you are using cloudflare to speed up the loading of the site to your users.
Also the file tpl_index_default.php which calls jscript/jquery.carouFredSel-6.0.2.js needs to be changed to call the file from the HTTPS_Server rather than the HTTP_SERVER as follows...
<script type="text/javascript" src="<?php echo HTTPS_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>And finally tpl_categories_index.php which calls jscript/jquery.carouFredSel-6.0.2.js needs to be pulled from HTTPS_SERVER and not from HTTP_SERVER as follows...
<script type="text/javascript" src="<?php echo HTTPS_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>I hope this will help some folks.
Bob
Correction..
This:
<script src="<?php echo $template->get_template_dir('jquery.slimmenu.min.js',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/jquery.slimmenu.min.js' ?>" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
Should be this:
<script src="<?php echo $template->get_template_dir('jquery.slimmenu.min.js',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/jquery.slimmenu.min.js' ?>" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
Note the removal of the "https:".
New Zenner
Hey Anne,
I need help again. One of my titles disapeared in the Information Side bar. When I use firefox's developer's took kit, I can add it back in. But, I can't find which actual file I need to modify. I have used the developer's tool kit and have still come up short in finding the right files. Do you know which file lists the content in the information sidebox?
I'm trying to find specifically where the <li> are defined (i think).
Thanks so much for all your help!
Fields marked required must be completed.
Tell staff why this post should be reviewed.