Your image sizes are also a factor to bear in mind. :smile:
Printable View
Your image sizes are also a factor to bear in mind. :smile:
In this case that is not true. He has already resized all images to the same size. It is the product titles that are causing the displacement. Some are one line long and some are 2 lines long.Quote:
Your image sizes are also a factor to bear in mind.
Thanks,
Anne
Ok, one more question. After looking at all the products and seeing how many items are dual-lined, is there a way to hide the "details" button globally? Renaming the titles won't work. I've searched in the layouts and didn't see it. Or is there code I can put in the "featured products" and "new products.php" to remove it?
If you don't want to show the product details button just add a display:none to the stylesheet for .product_detailQuote:
Ok, one more question. After looking at all the products and seeing how many items are dual-lined, is there a way to hide the "details" button globally? Renaming the titles won't work. I've searched in the layouts and didn't see it. Or is there code I can put in the "featured products" and "new products.php" to remove it?
Thanks,
Anne
I followed your previous post to center the slide-
#slider {margin:0 auto;}
- but cannot figure out how to center the buttons underneath it. I also don't want to play around with a live site. I know it's something here...can you please be specific as to what should be changed?
Cheers,
R
/*bof easy slider numeric controls*/
z#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}
ol#controls{margin:1em 0;padding:0;height:18px;}
ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:18px;line-height:18px;}
ol#controls li a{float:left;height:18px;line-height:18px;border:1px solid #ccc;background:#444;color:#fff;padding:0 10px;text-decoration:none;}
ol#controls li.current a{background:#5dc9e1;color:#fff;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
If you post a link to your site I will take a look.Quote:
I followed your previous post to center the slide-
#slider {margin:0 auto;}
- but cannot figure out how to center the buttons underneath it. I also don't want to play around with a live site. I know it's something here...can you please be specific as to what should be changed?
Cheers,
R
/*bof easy slider numeric controls*/
z#control_div{width:200px;height:18px;position:relative;left:500px;top:-50px;}
ol#controls{margin:1em 0;padding:0;height:18px;}
ol#controls li{margin:0 10px 0 0;padding:0;float:left;list-style:none;height:18px;line-height:18px;}
ol#controls li a{float:left;height:18px;line-height:18px;border:1px solid #ccc;background:#444;color:#fff;padding:0 10px;text-decoration:none;}
ol#controls li.current a{background:#5dc9e1;color:#fff;}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
Thanks,
Anne
I'm on my first install of Zen Cart 1.3.9h and haven't done much besides some tweaks to get SSL working.
So, I sort of have an idea how the overrides system works, but I did something dumb and am not sure how to fix it. Rather than uploading this theme to the root /includes/ folder I uploaded to /myadminfolder/includes/.
Should I just go into the /admin/includes/ and delete the corresponding files that were uploaded or did I overwrite something important? I don't remember now if I hit "overwrite" in FireFTP or what... guess I was spaced out :oops:
I did then upload the theme files to the correct includes folder and it seems to be as okay as can be expected being partway through.
You should go through all of the template files and remove them from the incorrect folder on your server. All overrides were used in the package.Quote:
I'm on my first install of Zen Cart 1.3.9h and haven't done much besides some tweaks to get SSL working.
So, I sort of have an idea how the overrides system works, but I did something dumb and am not sure how to fix it. Rather than uploading this theme to the root /includes/ folder I uploaded to /myadminfolder/includes/.
Should I just go into the /admin/includes/ and delete the corresponding files that were uploaded or did I overwrite something important? I don't remember now if I hit "overwrite" in FireFTP or what... guess I was spaced out
I did then upload the theme files to the correct includes folder and it seems to be as okay as can be expected being partway through.
Thanks,
Anne
avenue-r.com
I'm talking about the homepage slide. I undid the centering of the images until I can center the buttons, as well.
R