Re: ZJ Silver Support Thread
Just noticed the attached image in the above post was converted to a jpg for some reason.
Try this one, it works fine for me on the zc silver template.
You will need to rename it as I can't upload another file called logo.gif to this thread.
Quote:
Originally Posted by
vivaraquel
Thanks for trying. I'm not sure what it is you're doing to make it work but it just doesnt for me. I made a gif img on a transparent bg and nothing. I saved your img as a gif and still nothing. It actually goes over both top and bottom lines now, not just the top.
It'll just have to do. Others who know no better may think I actually wanted it to be that way.
Thanks anyway.
Re: ZJ Silver Support Thread
I seem to be having a problem uploading images here, so if you want, give me your email address & I will email you the logo.
Quote:
Originally Posted by
anthonyd
Just noticed the attached image in the above post was converted to a jpg for some reason.
Try this one, it works fine for me on the zc silver template.
You will need to rename it as I can't upload another file called logo.gif to this thread.
additional images selected out of order
possible bug I've been tracking in the black_2 template...or maybe I broke something.
Product info view -> additional images
lets say there are 5 additional images in the carousel
• If I select a picture out of order, IE image_5.jpg = _top (opens the image in the same browser window)
• Same for any image clicked out of numerical order.
• If I go to the first image and selected them in the correct numerical order they open in the popup jquery window.
Re: additional images selected out of order
Hey sorry I didn't see a thread for ZJ_black2 so I am hoping I could find answers here.
For this template, I am having a resize problem. When the page is stretched on a larger screen, or the browser is maximized, the page grows accordingly, however this is causing issues for me as my banner needs to be centred on the page and it is also causing havok with some of the layout and design. How would I go about limiting the page size or stopping the content and page from extending beyond a certain pixel point, say 1024px?
Re: additional images selected out of order
Quote:
Originally Posted by
bainne
Hey sorry I didn't see a thread for ZJ_black2 so I am hoping I could find answers here.
For this template, I am having a resize problem. When the page is stretched on a larger screen, or the browser is maximized, the page grows accordingly, however this is causing issues for me as my banner needs to be centred on the page and it is also causing havok with some of the layout and design. How would I go about limiting the page size or stopping the content and page from extending beyond a certain pixel point, say 1024px?
There is always more than one way, but one that should work should be
Find
\includes\templates\ZJ_black_2\css\stylesheet.css
At the very top you will find "body" add in width: 1024px;
so it would look something like...
body {
margin-top: 10px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #FFFFFF;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
width: 1024x;
}
Re: ZJ Silver Support Thread
Thanks for the suggestion, I had tried that earlier without success.
The body/content of the site still remains proportional to the size of the window.
It would be fine if I used just a generic background with Text like they do in the demo, however I have a custom banner, and a few other things in the body that when they are resized past a certain point overlap the borders and the background comes through.
Re: ZJ Silver Support Thread
probably something else in the css that is overriding the body tag...msg sent
Re: ZJ Silver Support Thread
how do i center align the logo in ZenCart jQuery Silver?
Thanks in advance.
Re: additional images selected out of order
Quote:
Originally Posted by
thomas_BDD
There is always more than one way, but one that should work should be
Find
\includes\templates\ZJ_black_2\css\stylesheet.css
At the very top you will find "body" add in width: 1024px;
so it would look something like...
body {
margin-top: 10px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #FFFFFF;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
width: 1024x;
}
I tried this as well but it didnt do anything. How do I make my page width be 100%. I am having major hassles with the side boxes going outside the page when I add text.
Thank you.
Re: ZJ Silver Support Thread
same css file with different tweeks, send me a msg with a link to your site and I'll take a look and give a suggestion....
Quote:
Originally Posted by
bumergroup
how do i center align the logo in ZenCart jQuery Silver?