-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jimmie
You should be using the new version of this template 2.0. It is more advanced and has been updated with many bug fixes.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
i did take a look at that 1 and things arent set up the same, didnt know how to change background image for 1, all the modifications i made with this 1 has me a little overwhelmed
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jimmie
i did take a look at that 1 and things arent set up the same, didnt know how to change background image for 1, all the modifications i made with this 1 has me a little overwhelmed
This version of the template has not been updated in a long time. I strongly recommend starting over with version 2.0
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
does that mean i cant get help with this issue?
-
Re: Sheffield Blue Template Support Thread
With the new Microsoft Edge browser, the product images on the category pages are shown about 1/3 the size previously shown using IE. Firefox works fine. So far, that's the only issue I have found with the new browser and ZC.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
Jeffg23
With the new Microsoft Edge browser, the product images on the category pages are shown about 1/3 the size previously shown using IE. Firefox works fine. So far, that's the only issue I have found with the new browser and ZC.
Are you using v 2.0 of the template package?
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Apologies if this has been asked before, I did scan most of the 80 pages of this thread but could see an answer. My product images do not center on the page, it looks like a class .back on the div #productMainImage that is making it float left but I cannot for the life of me find the code in any of the template files to remove the .back from the class.
I cannot find it in tpl_product_info_display.php and I cannot find tpl_modules_main_product_image.php anywhere on my webserver. Am I being stupid?
http://www.thegluepeople.co.uk/TGP1.jpg
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
CunningStunt
Apologies if this has been asked before, I did scan most of the 80 pages of this thread but could see an answer. My product images do not center on the page, it looks like a
class .back on the div #productMainImage that is making it float left but I cannot for the life of me find the code in any of the template files to remove the .back from the class.
I cannot find it in
tpl_product_info_display.php and I cannot find tpl_modules_main_product_image.php anywhere on my webserver. Am I being stupid?
http://www.thegluepeople.co.uk/TGP1.jpg
If you post a link to a product page on your site I can take a look.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to a product page on your site I can take a look.
Thanks,
Anne
http://www.thegluepeople.co.uk/index...products_id=23
Thanks
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
CunningStunt
This is an old, outdated version of this template package. I would strongly recommend starting over withe newest, v 2.0 Responsive Sheffield Blue. Google is now penalizing all sites that are not mobile friendly so it is very important that you are using a responsive template package.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
hello
just install the template
my admin go very slowli ??
one idea ??
thanks
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
Autoprestige-tuning
hello
just install the template
my admin go very slowli ??
one idea ??
thanks
If you take a look at this thread, I believe that this has been already addressed.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
I have done a search of this thread but cannot find an answer to my question.
I want to widen the middle column. I have managed to do this by left;width from 980px to 1000px
Code:
#mainWrapper {background:transparent;text-align: left;width: 1000px;vertical-align: top;}
However I cannot find where to change the horizontal blue divider so that everything lines up. Please can somebody help me?
I have left the website with the problem for anybody to look at, which you can find at this link. You may also see the bar with 'new, Featured & Special' is also short.
-
Re: Sheffield Blue Template Support Thread
A really nice template, however, I do not want to use the 'Home Page Slideshow'. I have looked through this thread and the instructions and I cannot find how to turn it off. If someone could point me in the right direction I would be really happy.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
adb34
A really nice template, however, I do not want to use the 'Home Page Slideshow'. I have looked through this thread and the instructions and I cannot find how to turn it off. If someone could point me in the right direction I would be really happy.
If you are using the responsive sheffield blue you can turn it off in admin--configuration--responsive sheffield blue
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you are using the responsive sheffield blue you can turn it off in admin--configuration--responsive sheffield blue
Thanks,
Anne
Nope, I am using the non-responsive Sheffield blue.
-
Re: Sheffield Blue Template Support Thread
Hello all
Im a total noob in relation to all this but thanks to the great template and support forum im slowly figuring things out.
final 2 issues im stuck on are the the text at the bottom of the slideshow images were to change/edit ?.
And the social media buttons were to edit the links and to remove a couple of them, any guidance would be greatly appreciated.
Thanks in advance
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
Steg Rainger
Hello all
Im a total noob in relation to all this but thanks to the great template and support forum im slowly figuring things out.
final 2 issues im stuck on are the the text at the bottom of the slideshow images were to change/edit ?.
And the social media buttons were to edit the links and to remove a couple of them, any guidance would be greatly appreciated.
Thanks in advance
Instructions for these are in the readme.html file included in the template package.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Thanks for the reply
All fixed now , somehow muddled through
-
Re: Sheffield Blue Template Support Thread
As stated in previous thread im totally new to all this and feel like im learning a whole new language.
My last and final issue im struggling with is the brands tab and removing it.
I found the html
</li>
<li class="brands-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->
<ul >
<?php
But im not sure of how much or how little to remove.
I have tried a couple of options with undesired effects of putting things out of line
Thanks in advance
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
Steg Rainger
As stated in previous thread im totally new to all this and feel like im learning a whole new language.
My last and final issue im struggling with is the brands tab and removing it.
I found the html
</li>
<li class="brands-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->
<ul >
<?php
But im not sure of how much or how little to remove.
I have tried a couple of options with undesired effects of putting things out of line
Thanks in advance
In your stylesheet.css file at the bottom add this:
.brands-li{display:none;}
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hello
My website has this template and I believe it is the responsive one. My webmaster has left me in dire straights by messing up the template somehow and will not answer any messages, texts, etc. I can still see my website, but when I try to go to my zencart this is the message I am getting:
1146 Table 'teresasc_zc1.TABLE_ADMIN_PAGES' doesn't exist
in:
[SELECT @sortorder:=max(sort_order) FROM TABLE_ADMIN_PAGES ;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I know nothing about all of this - this is why I had a webmaster doing it for me.
Can anyone give me any ideal what I can do to be able to access my zencart and get this message taken care of on my website.
Thanks
Teresa
-
Re: Sheffield Blue Template Support Thread
It sounds like a missing define. In the includes folder check the file database_tables.php. There should be a line in there define('TABLE_ADMIN_PAGES', DB_PREFIX . 'admin_pages');. If not add it.
-
Re: Sheffield Blue Template Support Thread
Firstly, I'd like to say thank you for allowing us to use your template freely. You're awesome.
Now, I'm having a bit of an issue. I tried to create a new field for when customers register on my site but I messed up. I went to phpmyadmin, went to customers on my DB and inserted a row. This instantly messed up the site so I removed the row and then the site began to work again but now every time I click login or register I get this error - "An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed."
I click okay and then it just proceeds as normal. Any ideas on how to fix it?
The other issue I'm having, I edited the social media links for the footer by following the instructions on "http://www.picaflor-azul.com/demos/install/readme/responsive_sheffield_blue_readme.html" and now it's doing this - https://gyazo.com/9d9a3c1a108e0c8dcae5509f7b728b9d
Using the newest version of Zen Cart and the newest version of your template.
Hope you guys can help me out as I'm new to this.
Cheers,
Ash.
-
Re: Sheffield Blue Template Support Thread
ash,
with regards to your JSON error review these links:
https://www.zen-cart.com/showthread....75#post1311675
where drB points you to this thread:
https://www.zen-cart.com/showthread....html-Not-found
with regards to the footer, i would re-look at the posted notes. your code is being interpreted as literals as opposed to html. you can possibly post what you did here, and i'm sure someone could let you know where you went adrift.
good luck!
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
carlwhat
with regards to the footer, i would re-look at the posted notes. your code is being interpreted as literals as opposed to html. you can possibly post what you did here, and i'm sure someone could let you know where you went adrift.
good luck!
Thanks for those threads, hopefully that will help.
As for the footer problem, I did as advised on the instructions for customizing the template. I went to Tools < Flexible Footer Menu and then selected the blank field shown here - https://gyazo.com/71451a60d07c59d8d36a10e4b4ad61b1
All I did was change the links to both Facebook and Twitter. After I clicked update, I refreshed the site, the little icons were gone and I was left with it not picking up the HTML.
-
Re: Sheffield Blue Template Support Thread
Fixed the footer, it was an issue with changing it via tools<flexible footer. For some reason, when I inspected element, the code was mumbled so I went into the database and manually re-entered the code. All the icons are showing now and it's working fine.
Still having issues with "An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed."
I can still create customers, I can still login so I have no idea why this is popping up. Really confused.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
TeresaDelosh
Hello
My website has this template and I believe it is the responsive one. My webmaster has left me in dire straights by messing up the template somehow and will not answer any messages, texts, etc. I can still see my website, but when I try to go to my zencart this is the message I am getting:
1146 Table 'teresasc_zc1.TABLE_ADMIN_PAGES' doesn't exist
in:
[SELECT @sortorder:=max(sort_order) FROM TABLE_ADMIN_PAGES ;]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I know nothing about all of this - this is why I had a webmaster doing it for me.
Can anyone give me any ideal what I can do to be able to access my zencart and get this message taken care of on my website.
Thanks
Teresa
I believe that this error means that you do not have that table in your database. Maybe you are on version 1.3.9x or lower? If so, you should upgrade to the latest version 1.5.5a.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
CSGODeimos
Fixed the footer, it was an issue with changing it via tools<flexible footer. For some reason, when I inspected element, the code was mumbled so I went into the database and manually re-entered the code. All the icons are showing now and it's working fine.
Still having issues with "An unknown response null: :text/html; charset=utf-8: :SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data was received while processing an ajax call. The action you requested could not be completed."
I can still create customers, I can still login so I have no idea why this is popping up. Really confused.
Try copying the includes/templates/responsive_classic/jscript/jscript_framework.php file to your template override/jscript folder.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Try copying the includes/templates/responsive_classic/jscript/jscript_framework.php file to your template override/jscript folder.
Thanks,
Anne
Hi Anne,
Thanks for responding, I fixed that issue. It was something to do with left-over code in the database so that's sorted. I'm having another issue now. Whenever I create an account and go to update customer settings (as that customer) and I change something, click submit, it takes me to a blank white page and never loads.
Any ideas?
Thanks,
Ash
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
CSGODeimos
Hi Anne,
Thanks for responding, I fixed that issue. It was something to do with left-over code in the database so that's sorted. I'm having another issue now. Whenever I create an account and go to update customer settings (as that customer) and I change something, click submit, it takes me to a blank white page and never loads.
Any ideas?
Thanks,
Ash
Whenever you get a blank page or part of a blank page check your logs folder for errors and correct them.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hey Anne could you please advise. I want to remove the BRANDS from the main NavBar. I have scoured google and all I find is you mentioning about reading the documents in the download which I`ve done over and over again. Am I missing something because I cannot see any mention in that document about how to do this, the question has been asked many times with the same response, that you need to read the help files which I`ve done.
Any help would be so much appreciated and loving the template BTW :)
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
MCS_Computers
Hey Anne could you please advise. I want to remove the BRANDS from the main NavBar. I have scoured google and all I find is you mentioning about reading the documents in the download which I`ve done over and over again. Am I missing something because I cannot see any mention in that document about how to do this, the question has been asked many times with the same response, that you need to read the help files which I`ve done.
Any help would be so much appreciated and loving the template BTW :)
Actually Anne is there a way to remove the whole header menu bar links as in SHOP/BRANDS/ABOUT US/CUSTOMER SERVICE etc ??
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
MCS_Computers
Actually Anne is there a way to remove the whole header menu bar links as in SHOP/BRANDS/ABOUT US/CUSTOMER SERVICE etc ??
YAY I have managed to find out how after .. oooh so many hours LOL
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
MCS_Computers
YAY I have managed to find out how after .. oooh so many hours LOL
I am happy that you figured it out ;) I am sorry to not have answered sooner, but this summer has been crazy!
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hi, using Zencart 1.5.5a and just installed Responsive Sheffield Blue Template v2.0. I have no idea why but suddenly there are over 40 pages of banners, supposedly, in my Banner Manager in Admin. Every time I try to click on a banner to delete it, it goes up a few. It's gone from 600+ to now 831 banners. I've been working on the store for weeks and nothing like this has happened until I installed this template. Any ideas? Need to fix ASAP. Thanks
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
aimwilk
Hi, using Zencart 1.5.5a and just installed Responsive Sheffield Blue Template v2.0. I have no idea why but suddenly there are over 40 pages of banners, supposedly, in my Banner Manager in Admin. Every time I try to click on a banner to delete it, it goes up a few. It's gone from 600+ to now 831 banners. I've been working on the store for weeks and nothing like this has happened until I installed this template. Any ideas? Need to fix ASAP. Thanks
That is really strange. I have not heard of anyone else having this problem.
Thanks,
Anne
-
Google doesn't recognize my product images
I am setting up to submit products to Google Shopping via their Google Merchant Center platform. It isn't recognizing my images.
The images I am referring to are the one that I put in the product image section below the wysiwig editor. I can't seem to enter a screen shot here.
The top product that shows up in product details via this link:
https://stampshopcentral.com/constru...-option1-stamp
The image file link appears to be: https://stampshopcentral.com/images/...tal-review.gif
I reviewed the source code for this image:
<div id="productMainImage" class="centeredContent">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="images/Construction/shopdraw-submittal-review.gif" rel="colorbox" class="nofollow" title="XL2-225 Shop Drawing Submittal Review Option 1"><img src="images/Construction/shopdraw-submittal-review.gif" alt="XL2-225 Shop Drawing Submittal Review Option 1" title=" XL2-225 Shop Drawing Submittal Review Option 1 " width="150" height="108" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
<noscript>
<a href="https://stampshopcentral.com/index.php?main_page=popup_image&pID=112" target="_blank"><img src="images/Construction/shopdraw-submittal-review.gif" alt="XL2-225 Shop Drawing Submittal Review Option 1" title=" XL2-225 Shop Drawing Submittal Review Option 1 " width="150" height="108" /><br /><span class="imgLink">larger image</span></a></noscript>
</div><!--eof Main Product Image-->
NOTE the "no follow" tag in the first paragraph of the code. Could this be stopping Google from crawling and finding my product images?
The no follow tag seems to have been automatically placed. I did not add it. Would this be in the template programming or default Zencart?
Hoping I supplied enough information.
Any insight would be greatly appreciated.
##################################################____
Running Zencart 154 with Responsive Sheffield Blue 2.0 template
site URL: http://stampshopcentral.com
Product page example: https://stampshopcentral.com/constru...-option1-stamp
-
Re: Google doesn't recognize my product images
Is this the correct thread to post this in?
Quote:
Originally Posted by
LindaLou
I am setting up to submit products to Google Shopping via their Google Merchant Center platform. It isn't recognizing my images.
The images I am referring to are the one that I put in the product image section below the wysiwig editor. I can't seem to enter a screen shot here.
The top product that shows up in product details via this link:
https://stampshopcentral.com/constru...-option1-stamp
The image file link appears to be:
https://stampshopcentral.com/images/...tal-review.gif
I reviewed the source code for this image:
<div id="productMainImage" class="centeredContent">
<script language="javascript" type="text/javascript"><!--
document.write('<a href="images/Construction/shopdraw-submittal-review.gif" rel="colorbox" class="nofollow" title="XL2-225 Shop Drawing Submittal Review Option 1"><img src="images/Construction/shopdraw-submittal-review.gif" alt="XL2-225 Shop Drawing Submittal Review Option 1" title=" XL2-225 Shop Drawing Submittal Review Option 1 " width="150" height="108" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
<noscript>
<a href="https://stampshopcentral.com/index.php?main_page=popup_image&pID=112" target="_blank"><img src="images/Construction/shopdraw-submittal-review.gif" alt="XL2-225 Shop Drawing Submittal Review Option 1" title=" XL2-225 Shop Drawing Submittal Review Option 1 " width="150" height="108" /><br /><span class="imgLink">larger image</span></a></noscript>
</div><!--eof Main Product Image-->
NOTE the "no follow" tag in the first paragraph of the code. Could this be stopping Google from crawling and finding my product images?
The no follow tag seems to have been automatically placed. I did not add it. Would this be in the template programming or default Zencart?
Hoping I supplied enough information.
Any insight would be greatly appreciated.
##################################################____
Running Zencart 154 with Responsive Sheffield Blue 2.0 template
site URL:
http://stampshopcentral.com
Product page example:
https://stampshopcentral.com/constru...-option1-stamp
-
Re: Google doesn't recognize my product images
-
Re: Sheffield Blue Template Support Thread
i am getting this
Code:
Loading mixed (insecure) display content “http://floorz-n-more.com/includes/templates/sheffield_blue/images/bk.jpg” on a secure page
when i view console from firefox, i need to make it change to https and floorz-n-more is no longer my store name not sure were it is getting that from. my new name is jnsflooringandsupplies.com
-
Re: Sheffield Blue Template Support Thread