Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The Responsive Sheffield Blue and Sheffield Blue are 2 completely different template packages. If you used to have the Sheffield Blue template installed then you can not just upgrade to the responsive package. You need to install the responsive package like a new template and then use the new template override directory to install any modules.
Thanks,
Anne
Thank you but any idea why I am getting sql error?
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jsarwar
Thank you but any idea why I am getting sql error?
Probably because you have installed the template previously before you upgraded.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
I installed the template to my store and it's not showing up in the template section in my admin. Please advise. thank you.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
QueenKat
I installed the template to my store and it's not showing up in the template section in my admin. Please advise. thank you.
My guess is that you are not uploading the files to the correct location on your server. See the readme.html file for complete installation instructions.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Hi Anne,
I installed instant Search module on zencart default it worked but when I installed it on site with this template it did not.
How I can make it work on your template?
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jsarwar
Hi Anne,
I installed instant Search module on zencart default it worked but when I installed it on site with this template it did not.
How I can make it work on your template?
The template will work with any stable, properly installed module. It sounds like you have not installed the module properly, or maybe there are javascript conflicts, or file merges that you have not done correctly.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The template will work with any stable, properly installed module. It sounds like you have not installed the module properly, or maybe there are javascript conflicts, or file merges that you have not done correctly.
Thanks,
Anne
I have uploaded all files correctly except in templates/sheffield_blue/jscript
Your template already have jquery.js
and instant search module also have file with same name. Do you think this may be causing issue?
I tried deleting one and keeping other but did not resolve issue.
Any guidance will be appreciated.
And do you know any software which can use to edit or merge jquery.js type files. I tried to read it in notepad but no way.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jsarwar
I have uploaded all files correctly except in templates/sheffield_blue/jscript
Your template already have jquery.js
and instant search module also have file with same name. Do you think this may be causing issue?
I tried deleting one and keeping other but did not resolve issue.
Any guidance will be appreciated.
And do you know any software which can use to edit or merge jquery.js type files. I tried to read it in notepad but no way.
I downloaded the latest sheffield blue from the plugins and do not see a file named jquery.js in the jscript folder. But this was the latest version so don't know if earlier versions have it in them. Looking at the instant search plugin, the last update was in 2011 so I will say that it is using an old version of jquery. Whereas this template is using one of the latest versions of jquery.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
yaritai
I downloaded the latest sheffield blue from the plugins and do not see a file named jquery.js in the jscript folder. But this was the latest version so don't know if earlier versions have it in them. Looking at the instant search plugin, the last update was in 2011 so I will say that it is using an old version of jquery. Whereas this template is using one of the latest versions of jquery.
Have you installed InstantSearch and did it work for you?
I have tried, it change the look of search box but does not work.
"What is this" cvv help pop up have same blue color in background as template so black color font is not easy to read on it. How I can change background color for CVV help pop up?
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jsarwar
Have you installed InstantSearch and did it work for you?
I have tried, it change the look of search box but does not work.
"What is this" cvv help pop up have same blue color in background as template so black color font is not easy to read on it. How I can change background color for CVV help pop up?
It sounds like you have a jquery conflict. The jscripts need to be called in a particular order to work. You should also check that the jquery main library is only being called once.
Any stable, properly installed module works with the template.
Use the firefox or chrome developers tools to find the class or id of the main background for the popup and then add background:none; to your stylesheet.css.
Thanks,
Anne