All-products-listing looks funny
Here's a link:
http://ardentpartners.com/research/i...e=products_all
Now, if I go back to the default template, the product name and info starts where it should, but for the life of me, I can't figure out what in my stylesheet is causing this to happen. I have done countless Zen installs and never had this happen and I don't think I did anything different here than I usually do. Can anyone help me figure out why the product name, etc... starts so low?
Thanks!!
Re: All products listing looks funny
I see a load of wordpress stylesheets and script calls in the html header... Howcome they are there?
Re: All products listing looks funny
I figured out after I posted that one of them is the culprit, but I gotta get up early for work in the morning so I figured I'd find out which one tomorrow evening. They're there because we are using a header and elements to match the Wordpress blog that makes up the Main site and the easiest way to pick all that up was to link them all....but looks like that won't work. Still, I can't figure out how one of those would impact something with such specific classes and styles.
Re: All-products-listing looks funny
WP and ZC do not sit well together - particularly in the manner you are trying.
If you want to "mirror" the WP and ZC headers, then better to clone relevant JS and CSS components, (and graphical elements), and to construct the appropriate code files (JS and CSS) in the format(s) that Zencart uses.
It should not be too difficult to create "common" headers - each being built by the platform software using configurations that meet their respective protocols.
Re: All-products-listing looks funny
It might not be for you, but for me, writing code from scratch is not something I really do well. I've already got way more hours that I typically spend on a normal installation so I'm not up to spending a whole lot more time on it. I always thought letting them share would be better because if I changed one, it would change both...that's why I started out that way and I just can't spend the time to go back and start over on it :( .
Thanks for the help, though, I do appreciate it!