Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
SilverHD
rbarbour:
As you know by now, I am not a developer but it seems that this:
Code:
jscript_matchHeight-min.js
is causing the problem. If I remove it, will this "go away."
Thanks,
Silver
silver,
it will not.
if you post the contents of your
/includes/templates/responsive_sheffield_blue/common/html_header.php
then perhaps someone can direct you which lines to move around.
decoding jquery errors can take some time and patience.
best.
Re: Responsive Sheffield Blue V 2.0!
carlwhat:
I appreciate you trying to help, but I don't think this has anything to do with the html_header.php file, unless I am totally mistaken. This all started with post #911 with if you would like to catch up a little on this. Obviously, it still isn't resolved.
Silver
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
SilverHD
carlwhat:
I appreciate you trying to help, but I don't think this has anything to do with the html_header.php file, unless I am totally mistaken. This all started with post #911 with if you would like to catch up a little on this. Obviously, it still isn't resolved.
Silver
After all the posts "troubleshooting" to see whats going on,
Post #945 & 947 is where I think I narrowed the issue too. As @carlwhat suggested, this is where we are at. In order to continue to troubleshoot whats going on, seeing that file will surely help.
Re: Responsive Sheffield Blue V 2.0!
silver,
i have reviewed #911 and some of the ensuing posts. i will give you my 2 cents and you can do with it as you please.
you are having some layout issues. in an attempt to resolve your layout issues you have downloaded some new jquery functions. so in reference to my original post, i will take back my statement as to whether removing the file will cause your problem to go away, i do not know. you can try and find out. i thought this jscript_matchHeight-min was supposed to help resolve the issue you were having; but right now, it is not loading and therefore you do not know if it will help or not.
my suggestion to post the code for that script was to help resolve the issue with getting those functions to load so you can see if they will help solve your original problem. which is what i was attempting to help you with. now, if what you really want is help with layout, let me tell you where i would start:
i would first validate your html.
you can not start playing around with css and layout until your html validates and right now your home page has 29 errors and 2 warnings. most of these are not worrisome, but you have two of these errors:
end tag for "ul" which is not finished
stray tags will wreak havoc on your layout, and i fix all necessary html prior to looking at any css layout issues. but that's me, and i do not offer layout advice if the html does not validate. i have found validating one's html ends up being a good learning experience. even if the validation ends up being not related to the layout. (and perhaps those two stray tags are nothing..... but still...)
you can learn and validate your html at this site:
https://validator.w3.org/
now, the next thing i look for is console errors. you need to open the developer tools (press f12 when using chrome or firefox) and then look at the errors (if any exist) on the console. you have 2 on the pages that i looked at. i am as close to 100% that those console errors related to jquery not being defined and Height not being a function can be resolved by looking at the load order established in html_header.php
after those 2 things get resolved, i then look at layout. but understand you are making use of a responsive template, so that template looks different based on the size of your viewport (essentially your screen size). and i doubt you want 3 items/row when someone is looking at your site on an iPhone 5.... or maybe you do...
as you say, i am late to the party, which i acknowledge, but i was only attempting to help with errors easily seen on your site and which, to me, need resolution, prior to looking at your layout issues.
best.
Re: Responsive Sheffield Blue V 2.0!
rbarbour:
Glad to see you are still thinking about this. I had forgotton that you had mentioned that code. My apologizies, carlwhat. I thought you were still thinking about my posting on another thread. My problem is that I am not sure what to do. It's like taking a long trip and not knowing what you are looking for once you get there.
Thank you,
Silver
Re: Responsive Sheffield Blue V 2.0!
Is Responsive Sheffield Blue v2.0 good for Zen Cart v1.5.5a?
Or is it only good for up to Zen Cart v1.5.4?
https://www.zen-cart.com/downloads.php?do=file&id=1744
Thanks so much!
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
Zean
It can be used with 1.5.5a but adjustments are needed. There is a thread that addresses this so if you do a search of the forum for 1.5.5 and picaflor azul templates you will find it ;)
I am currently working long hours to get all of the template packages updated. I hope to have this one finished soon.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
picaflor-azul
It can be used with 1.5.5a but adjustments are needed. There is a thread that addresses this so if you do a search of the forum for 1.5.5 and picaflor azul templates you will find it ;)
I am currently working long hours to get all of the template packages updated. I hope to have this one finished soon.
Thanks,
Anne
Great! Thanks so much!
For easy reference I think this is the thread you're suggesting which addresses making adjustments needed for Zen Cart v1.5.5a
https://www.zen-cart.com/showthread....rk-with-v1-5-5
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
carlwhat
I have bad luck with w3c validator - I get errors about missing '< 's , absent '<div>'s and such - yet when I go through the code line by line these things are present, not missing. I hasten to add I do find some errors that indeed exist so I must go through the grunt work. But it makes me wonder why the false errors (checked in various browsers).
For fun, I validated zen cart's home page: 73 errors, 46 warnings.
Re: Responsive Sheffield Blue V 2.0!
i agree in that some errors are confusing at best....
but open tags including divs and elements not allowed in specific places do play havoc on ones design. and i have never found an error that they listed that was not there on the page.... it can take a bit of work, but it's there, and frankly, i find it an invaluable tool...
and the fact that zen-cart.com does not validate is hardly reason to not use the tool. by that reasoning, why not just use the following site, which also does not validate:
https://validator.w3.org/nu/?doc=htt....google.com%2F
best.