Change slide animation from "slide" to "fade"
Can someone please advise how to make this change?
Thanks a lot
Terry
Printable View
Change slide animation from "slide" to "fade"
Can someone please advise how to make this change?
Thanks a lot
Terry
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
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...
thank you I did it and I downloaded the readme
Ron
Correction..
This:
Code:<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:
Note the removal of the "https:".Code:<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>
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!