I left it where it was. Just cannot figure out why it only show the first time it is called. Why is the details button the only button in that folder, (the images folder) and all the other buttons are in the button folder?
Printable View
I left it where it was. Just cannot figure out why it only show the first time it is called. Why is the details button the only button in that folder, (the images folder) and all the other buttons are in the button folder?
Since I am not the author of that mod you would have to ask the author.Quote:
I left it where it was. Just cannot figure out why it only show the first time it is called. Why is the details button the only button in that folder, (the images folder) and all the other buttons are in the button folder?
Actually, the buttons on the product info are behaving the same way.
Since no one else has ever reported this problem, it must be a problem with your server, or with some modification that you have made to the cart.
Turn on the classic template so I can take a look...
Thanks,
Anne
Bewitching--what mods do you have installed?
Thanks,
Anne
Icky (LOL) green template now on.
O.k., thank you ;-)Quote:
Icky (LOL) green template now on.
What mods do you have installed?
Thanks,
Anne
Running Zen Cart 1.3.9h Fresh install
Template: Andover Modern
Add on's:
self installed mod: product sort drop-down
apsona-shopadmin
SMS on sale
Sitemap XML
Tiny MCE
Bewitching--are you running some sort of pagev speed mod?
Who is your web host?
Thanks,
Anne
Ahhhh I am running PHP 5.3 Fast CGI
Ya know I had an issue on a open cart site of mine when I had it set to fastCGI. Shoulda thought of that myself :bangin:
I'll switch it over to PHP 5.3 CGI and see what happens
:oops:
I found it.
I was running, thru my domain host, a Google page speed optimization program/script. It adjusts you setting for you to supposedly optimize your page load times.
All is good now. :clap:
Google "screw my page up" optimization is off.
Fast CGI is on and all is well.
Thank you so much for pointing me in the right direction !
:hug:
Hey Anne,
I added an image into the bottom right of the bottom menu, and am having an issue getting it centered, right now it's up against the left border. Here's the CSS for the entire bottom menu, so you can see what changes I've made, and maybe give some feedback to what I should do. Note, I added my image code into a <dd> container like you did for the other three sections of the footer menu, and gave it a class of "fourth".
Right now I have it set as margin-right: 10px, but I've had it as margin-left: auto; margin-right: auto; which should have centered it, right? I get a little confused when all the CSS starts working together :OCode:#footer {clear:both;margin:0;background-color:#3e4147;margin-top:0px;padding-top:10px;margin-bottom:30px;}
#footer a:hover{color:#dfba68;}
#navSuppWrapper {margin: 10px 5px 0;padding: 0;background:none;font-weight: bold;}
#navSuppWrapper a{color:#fffede;font-weight:normal;}
dl {margin: 0 0 3px 0;padding:0;clear:both;height:160px;width:100%;}/*Adjust the height and width of the menu*/
dt {margin-bottom:.3em;font-weight:bold;}
dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
dd ul {margin:0;padding:0;list-style: none;}
dd li {margin:0;padding:0;}
dd li a {margin:0;padding-left:2em;display:block;}
/*dd li a:hover{background:#dfba69;color:#444;}*/
.menuTitle {margin:0;padding-bottom:.8em;text-align:center;font-size:1.1em;color:#dfba68;}
.first, .second, .third {border-right:1px solid #fffedf;}
.fourth {margin-right: 10px; }
#siteinfoLegal {padding: .5em 0 0;font-size: 0.9em;/*text-align:right;*/width:100%;line-height:normal;clear:both;color:#fffede;margin-left:20px;float:left;margin-top:-40px;}
#siteinfoLegal a {padding: 0 0.5em 0 0.5em;color: #fffede;font-weight:bold;white-space: nowrap;}
#siteinfoLegal a:hover {color: #dfba68;}
.twitter-image,.facebook-image {margin-right:10px;}
#social-media {float:right;margin-right:10px;margin-top:-40px;}
#bannerSix {margin-top:0px;margin-bottom:30px;}
Thanks,
Andy