-
Re: Responsive Sheffield Blue
Do you know if there is a module that one can have an option to compare products with the attributes as listed in my tread?
-
Re: Responsive Sheffield Blue
in stylesheet.css
find
/*bof product info*/
add to bottom of list
div.wrapperAttribsOptions>br {clear:none;display:none;}
div.wrapperAttribsOptions>h4 { line-height:12px; }
div.wrapperAttribsOptions { line-height:16px; }
Quote:
Originally Posted by
Kobus Ludick
-
Re: Responsive Sheffield Blue
Compare Multiple Products but a new thread should be started for it's not related to this template.
Quote:
Originally Posted by
Kobus Ludick
Do you know if there is a module that one can have an option to compare products with the attributes as listed in my tread?
-
Re: Responsive Sheffield Blue
Thank you very much. I will start a new thread.
-
Re: Responsive Sheffield Blue
Is it safe to install the update 1.53 to the Responsive Sheffield Blue, or is it better to hold off?
-
Re: Responsive Sheffield Blue
I have installed the latest version of this template on zen-cart version 1.5.3 without issue if that's what your asking.
Quote:
Originally Posted by
Jenvin
Is it safe to install the update 1.53 to the Responsive Sheffield Blue, or is it better to hold off?
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
rbarbour
I have installed the latest version of this template on zen-cart version 1.5.3 without issue if that's what your asking.
Yes, it is compatible ;)
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
countrycharm
By setting the stylesheet.css for #navMainWrapper {margin:-105px 20px; width:50%;} seems to solve it. I don't know why Anne doesn't see this but it does happen.
I had the search box moving upon an item in the shopping cart issue as well and setting the stylesheet.css for #navMainWrapper {margin:-105px 20px; width:50%;} worked 100% for me too.
thank you
-
Re: Responsive Sheffield Blue
Thanks for this great template!
My descriptions are not showing as well. I'm in the process of doing a fresh install of 1.5.3(hotfix) with your Responsive Sheffield Blue template.
Changing .content to .content1 did not work for me...still can't see descriptions.
Suggestions?
-
Re: Responsive Sheffield Blue
Found your update patches in the forum...all is working well so far.
-
Re: Responsive Sheffield Blue
This quote from the installation instructions is useless...sty(le...misspelled)sheet_social_header.css doesn't exist in the downloaded package. Where can I find a copy of it?
stylesheet_social_sidebar.css is the only file in the css folder with the word "social" in it...
Quote:
In your favorite plain text editor open includes/templates/responsive_sheffield_blue/css/stysheet_social_header.css
At the bottom of the file add display:none; to the class for each icon you don't want to display. So, for example if you don't want to display the facebook icon you would add:
.facebook{display:none;}
The classes used for the icons are:
.facebook-sh
.twitter-sh
.youtube-sh
.pinterest-sh
.google-sh
.blog-sh
-
Re: Responsive Sheffield Blue
Hi Anne, I hope you are well?
The responsive site and 1.5.3 is working perfectly. I've recently installed a 'beta' version of Dual Pricing, the creator contacted me with the beta version after I asked the question on his support thread. All seems to have installed ok. Trade customers can now be allocated a trade account and buy items at discounted prices. The only issue I've got is that RRP£ still shows on all 'wholesale' levels and the wholesale price only shows in the shopping cart when an item is added to cart. I believe that the issue is with some of the code in:-
Shop/include/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php
and that is something as simple as a missing 'comment' or 'uncomment' but for the life of me I can't see it!
I've posted the relevant code in the thread below:-
http://www.zen-cart.com/showthread.p...04#post1261704
Would you be able to cast your expert eye over the code to see if you can spot where the problem is?
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Purecarsound
Hi Anne, I hope you are well?
The responsive site and 1.5.3 is working perfectly. I've recently installed a 'beta' version of Dual Pricing, the creator contacted me with the beta version after I asked the question on his support thread. All seems to have installed ok. Trade customers can now be allocated a trade account and buy items at discounted prices. The only issue I've got is that RRP£ still shows on all 'wholesale' levels and the wholesale price only shows in the shopping cart when an item is added to cart. I believe that the issue is with some of the code in:-
Shop/include/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php
and that is something as simple as a missing 'comment' or 'uncomment' but for the life of me I can't see it!
I've posted the relevant code in the thread below:-
http://www.zen-cart.com/showthread.p...04#post1261704
Would you be able to cast your expert eye over the code to see if you can spot where the problem is?
Anne, please ignore my post. The author of the BETA Plugin found the Bug in a different file and sent the updated file to me. The Plugin works great now.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Purecarsound
Anne, please ignore my post. The author of the BETA Plugin found the Bug in a different file and sent the updated file to me. The Plugin works great now.
I am happy that you figured it out. Any stable, properly installed module or plugin will work with the templates.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
DML73
How can I keep the left-side column width at 225px while having the right-side column width at for example 150px?
Hi, were you able to solve the problem, can you share it here
Thanks
PR
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Desmat
Hi, were you able to solve the problem, can you share it here
Thanks
PR
Since this template is using the old version of the diy responsive template default you will have to make these changes in the css files. I would recommend using chrome or firefox and the web developer tools.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Hello,
I've searched the thread, but I would think this would be a common request.
Is there a quick and easy way to display the slideshow on all pages?
Thanks,
Bill
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
bbsbcastle
Hello,
I've searched the thread, but I would think this would be a common request.
Is there a quick and easy way to display the slideshow on all pages?
Thanks,
Bill
If you remove the if statement in the includes/templates/override/common/tpl_header.php to only show the slide show on the home page and move the javascript in includes/modules/pages/index then the slider will show on every page.
Thanks,
Anne
-
Re: Responsive Sheffield Blue grid and mega menu
Thanks anne,
two more queries
1. though the template says that it is preinstalled with grid layout, but i am unable to see where to activate the grid layout
2. any way that the megamenu can display the top categories horixzontally, i tried with changing the categories_ul_generator.php, though i am able to achieve this feature , it does not follow your css and messes up everything
-
Re: Responsive Sheffield Blue grid and mega menu
Quote:
Originally Posted by
Desmat
Thanks anne,
two more queries
1. though the template says that it is preinstalled with grid layout, but i am unable to see where to activate the grid layout
2. any way that the megamenu can display the top categories horixzontally, i tried with changing the categories_ul_generator.php, though i am able to achieve this feature , it does not follow your css and messes up everything
1. See the readme.html file for details
2. Changing the categories_ul_generator.php file is the hard part. If you need different styles, you can add them using css.
Thanks,
Anne
-
1 Attachment(s)
new install
Attachment 14707hi
i installed the template and it's beautifull , but at this time is no responsive
i have installed tle file and upload file sql .... what i have error??
another,, i dont see min-max box width in the box controller (see atachement)
see you
www.brightmeal.net
thanks
-
Re: new install
excuse me.. i installed the not responsive version!!!!!
-
Re: new install
Quote:
Originally Posted by
salvo72
excuse me.. i installed the not responsive version!!!!!
I am happy that you figured out the problem ;)
Thanks,
Anne
-
Re: new install
I tried searching this thread and I am sure it is there and I just missed the keywords with these 93 pages in this thread, but is there specific instructions or an update package to migrate / upgrade from sheffield blue non-responsive to the sheffield blue responsive template? I saw another person eluded to something like this but when I download the responsive template package I don't see anything specifically on going from one to the other.
Thanks a bunch.
-
Re: new install
Quote:
Originally Posted by
eric47905
I tried searching this thread and I am sure it is there and I just missed the keywords with these 93 pages in this thread, but is there specific instructions or an update package to migrate / upgrade from sheffield blue non-responsive to the sheffield blue responsive template? I saw another person eluded to something like this but when I download the responsive template package I don't see anything specifically on going from one to the other.
Thanks a bunch.
No, the responsive sheffield blue template package is completely different from the sheffield blue package. You will need to install and treat the responsive template as a new template package.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
I have removed all the social media icons from the sidebar but there is a fixed div still there. I have found it with firebug but I can't actually get rid of it. It's html is
<div class="sidebar" style="opacity: 0.5; display: block; left: 0px; top: 130px; height: 300px; width: 60px; text-align: center; border-left: 0px none;">
I need to edit that line to read "display:none;" I will be really happy when I do.
Please help
Rauf
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Rauf Denktash
I have removed all the social media icons from the sidebar but there is a fixed div still there. I have found it with firebug but I can't actually get rid of it. It's html is
<div class="sidebar" style="opacity: 0.5; display: block; left: 0px; top: 130px; height: 300px; width: 60px; text-align: center; border-left: 0px none;">
I need to edit that line to read "display:none;" I will be really happy when I do.
Please help
Rauf
You can add your display:none; to the stylesheet.css for the class sidebar
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Thanks for that.
My new problem is the categories heading on mobile (Chrome mobile) is off center.
http://countmeout.info/index.php?main_page=index
I can correct it in Firefox firebug with:
.leftBoxHeading {
background: url("../images/sidebox-head-left.png") no-repeat scroll 0 0 / 100% auto transparent;
color: #fff;
font-weight: normal;
height: 42px;
margin: 0 0 0 -30px; (I edit this line to margin: 0 0 0 0;)
padding-top: 8px;
}
but it is not the full width and it just messes with the full screen version. As you can see I am not very proficient at this but I am determined to see this project through.
Help would be great.
Rauf
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Rauf Denktash
Thanks for that.
My new problem is the categories heading on mobile (Chrome mobile) is off center.
http://countmeout.info/index.php?main_page=index
I can correct it in Firefox firebug with:
.leftBoxHeading {
background: url("../images/sidebox-head-left.png") no-repeat scroll 0 0 / 100% auto transparent;
color: #fff;
font-weight: normal;
height: 42px;
margin: 0 0 0 -30px;
(I edit this line to margin: 0 0 0 0;)
padding-top: 8px;
}
but it is not the full width and it just messes with the full screen version. As you can see I am not very proficient at this but I am determined to see this project through.
Help would be great.
Rauf
This template was not designed to use the sideboxes at min-widths. I would recommend turning off the sideboxes and just using the mobile menu on phones.
Thanks,
Anne
-
1 Attachment(s)
Re: Responsive Sheffield Blue
Attachment 14748
Can you have something like this when you have more subcategories and this way they can all show on the screen?
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
TamyA
Attachment 14748
Can you have something like this when you have more subcategories and this way they can all show on the screen?
You can make the menu do anything that you like with the right skills ;) This would, of course, require some customization and custom programming. If you just want the mega menu categories tab to show in multiple columns, there is a great blog post describing how to do this by one of the forum members. I don't have the link off hand, but if you do a search of the forum you can find it.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
You can make the menu do anything that you like with the right skills ;) This would, of course, require some customization and custom programming. If you just want the mega menu categories tab to show in multiple columns, there is a great blog post describing how to do this by one of the forum members. I don't have the link off hand, but if you do a search of the forum you can find it.
Thanks,
Anne
Thanks Ann,.
I was looking at an article early on an i think it worth looking into, even though i have not read it
http://code.tutsplus.com/tutorials/h...enu--net-15129
I will search the forum for the article you refereed to.
I was wondering, which lines in the responsive.css to change the hover property to click to make the menus drop down.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
TamyA
Thanks Ann,.
I was looking at an article early on an i think it worth looking into, even though i have not read it
http://code.tutsplus.com/tutorials/h...enu--net-15129
I will search the forum for the article you refereed to.
I was wondering, which lines in the responsive.css to change the hover property to click to make the menus drop down.
If you look at the readme.html file you will see the original article that is credited for the pure css mega menu which is the same as the one you have linked to.
I can not help you with your second question. It seems like you would use javascript for this.
Thanks,
Anne
-
2 Attachment(s)
Re: Responsive Sheffield Blue
I'm having a lot of trouble with the slideshow.
I'm following Step 10 of the readme file but I can't get it to work.
When I click on Tools -> Banner Manager I get the following which is different to your example image:
Attachment 14768
I get 2 lots of rsbslide1 through to 5.
I made the changes as per the readme file and clicked on browse and choose my image I created for the first slide and clicked on update.
Attachment 14769
Now when you first go to the website and land on the home page sometimes it does show the correct image as slide 1 and clicking on it does take you to the correct page but when you move away from the home page, and then go back to it, it reverts to the original example slide.
But then other times, it doesn't show my new image at all.
I can't work out what is wrong. Can you please help.
The website is www.toycrazy.com.au however it probably won't help as I'm going to back to my previous template as I need to have a proper working website up and running.
-
Re: Responsive Sheffield Blue
Just adding to the above, I replaced the Sheffield Blue logo with my own and removed the tagline but now the "New, Specials and Featured" tab has moved all the way down the page just above the footer menu. How can this be fixed. Thanks.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
Just adding to the above, I replaced the Sheffield Blue logo with my own and removed the tagline but now the "New, Specials and Featured" tab has moved all the way down the page just above the footer menu. How can this be fixed. Thanks.
There is a patch posted to this thread that will fix this bug. Just search the thread to find the post.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
I'm having a lot of trouble with the slideshow.
I'm following Step 10 of the readme file but I can't get it to work.
When I click on Tools -> Banner Manager I get the following which is different to your example image:
Attachment 14768
I get 2 lots of rsbslide1 through to 5.
I made the changes as per the readme file and clicked on browse and choose my image I created for the first slide and clicked on update.
Attachment 14769
Now when you first go to the website and land on the home page sometimes it does show the correct image as slide 1 and clicking on it does take you to the correct page but when you move away from the home page, and then go back to it, it reverts to the original example slide.
But then other times, it doesn't show my new image at all.
I can't work out what is wrong. Can you please help.
The website is
www.toycrazy.com.au however it probably won't help as I'm going to back to my previous template as I need to have a proper working website up and running.
Try deleting the duplicates of the slides.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
Try deleting the duplicates of the slides.
Thanks,
Anne
I deleted the duplicates, clicked on the browse button to upload my image for slide 1, hit upload, but it doesn't save and still shows the original image.
Also when I deleted the duplicates the other 4 slides showing are now tiny and in the left corner.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
I deleted the duplicates, clicked on the browse button to upload my image for slide 1, hit upload, but it doesn't save and still shows the original image.
Also when I deleted the duplicates the other 4 slides showing are now tiny and in the left corner.
Delete all of the slides and just add new ones using the correct banner group. Your problem is not inherent to the template package.
Thanks,
Anne
-
2 Attachment(s)
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
There is a patch posted to this thread that will fix this bug. Just search the thread to find the post.
Thanks,
Anne
I just want to make sure that this patch (in the image below) is the correct one to install, to remove the the gap in the middle where the New Special and Featured tab should be. The image at the bottom is how it looks like in a PC, not mobile device.
Attachment 14776
Attachment 14777
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
I just want to make sure that this patch (in the image below) is the correct one to install, to remove the the gap in the middle where the New Special and Featured tab should be. The image at the bottom is how it looks like in a PC, not mobile device.
Attachment 14776
Attachment 14777
There is a patch posted earlier in the thread which fixes a bug in the header as well as with the expandable divs on the product info page.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
There is a patch posted earlier in the thread which fixes a bug in the header as well as with the expandable divs on the product info page.
Thanks,
Anne
So can I assume that the responsive_sheffield_blue_patch.zip that I found is not the right one?
I have searched for the right one but have no idea what words to search for.
If anyone else has any idea how to correct the problem of the News Specials and Featured products tab (and other other production information pages) being right down the bottom of the page, can you please let me know or help my find which post it is.
In the meantime I guess I will have to start to read all 90+ pages of this thread from scratch.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
So can I assume that the responsive_sheffield_blue_patch.zip that I found is not the right one?
I have searched for the right one but have no idea what words to search for.
If anyone else has any idea how to correct the problem of the News Specials and Featured products tab (and other other production information pages) being right down the bottom of the page, can you please let me know or help my find which post it is.
In the meantime I guess I will have to start to read all 90+ pages of this thread from scratch.
So, in the read, come across these threads yet?
http://www.zen-cart.com/showthread.p...41#post1259541 it's a little bit of a search down to the applicable patches, but when someone suggests searching for a patch, perhaps the word patch would help.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
So can I assume that the responsive_sheffield_blue_patch.zip that I found is not the right one?
I have searched for the right one but have no idea what words to search for.
If anyone else has any idea how to correct the problem of the News Specials and Featured products tab (and other other production information pages) being right down the bottom of the page, can you please let me know or help my find which post it is.
In the meantime I guess I will have to start to read all 90+ pages of this thread from scratch.
I have also posted this link more times than I can count. A forum search will return a lot of results. See this for how to change which shows by default:
http://www.zen-cart.com/showthread.p...72#post1134272
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
That's all good but I'm not asking which items show by default on the home page.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
That's all good but I'm not asking which items show by default on the home page.
Sorry, I misunderstood your question. I have already posted an answer to this. You need to add the patch that was posted to this thread.
Thanks,
Anne
-
1 Attachment(s)
Re: Responsive Sheffield Blue
Hi
I'm having trouble removing the social media side bar. I have added the display:none; to the stylesheet_social_sidebar.css but it is still there. I don't know where I'm supposed to add this so I've tried the beginning and ends of all three lines, in between the brackets etc but nothing removes it.
However, when I go into Firebug to play around with changes and add the display:none; there, it does remove the sidebar (temporarily of course). See below image of where I added it in Firebug. Is this the correct stylesheet I should be making the changes to?
Attachment 14809
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
Hi
I'm having trouble removing the social media side bar. I have added the display:none; to the stylesheet_social_sidebar.css but it is still there. I don't know where I'm supposed to add this so I've tried the beginning and ends of all three lines, in between the brackets etc but nothing removes it.
However, when I go into Firebug to play around with changes and add the display:none; there, it does remove the sidebar (temporarily of course). See below image of where I added it in Firebug. Is this the correct stylesheet I should be making the changes to?
Attachment 14809
If you post a link to the site I can take a look.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
sORRY,
www.toycrazy.com.au
Quote:
Originally Posted by
picaflor-azul
If you post a link to the site I can take a look.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
annav
Add display:none !important; to the .sidebar
Thanks,
Anne
-
Use of Text Editor/HTML editor
Hi
First of all thanks for this wonderful template. I am trying to upgrade my existing site www.ebanknoteshop.com using this template. the new site is http://demo153up.ebanknoteshop.com/z...ain_page=index. I am trying to see if i can make use of an editor other than the plain text editor available. I am intending to use this for product descriptions and the other pages. in my older version i was using HTML Area as an editor. Can any one please help me with this ?
thanks
Ashley
-
Re: Use of Text Editor/HTML editor
I found it out myself...and Installed CKEditor – as per - http://www.zen-cart.com/downloads.php?do=file&id=1098
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
ebanknoteshop
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
picaflor-azul
Add display:none !important; to the .sidebar
Thanks,
Anne
Thanks, but for some reason, it is still not removing the sidebar. The changes have definitely been made in the stylesheet as below:
.sidebar{background:#e3e9ff;-moz-border-radius:10px;border:3px solid #bbccff;position:fixed;cursor:pointer;display:none !important;}
.sidebar-words{color:#000000;font-weight:bold;font-family:helvetica;list-style:none;padding:0px;}
.soico{margin-right:2px;margin-bottom:5px;margin-top:5px;width:40px;}
However, if you look at it through Firebug, it hasn't made the changes for some reason, even though the changes are definitely there and been saved in the stylesheet.
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
annav
Thanks, but for some reason, it is still not removing the sidebar. The changes have definitely been made in the stylesheet as below:
.sidebar{background:#e3e9ff;-moz-border-radius:10px;border:3px solid #bbccff;position:fixed;cursor:pointer;display:none !important;}
.sidebar-words{color:#000000;font-weight:bold;font-family:helvetica;list-style:none;padding:0px;}
.soico{margin-right:2px;margin-bottom:5px;margin-top:5px;width:40px;}
However, if you look at it through Firebug, it hasn't made the changes for some reason, even though the changes are definitely there and been saved in the stylesheet.
When I make the change in firebug, it removes the sidebar. You must not be overwriting your stylesheet, or maybe you are editing the wrong file.
Thanks,
Anne
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
picaflor-azul
When I make the change in firebug, it removes the sidebar. You must not be overwriting your stylesheet, or maybe you are editing the wrong file.
Thanks,
Anne
Don't forget to clear the browser cache
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
Design75
Don't forget to clear the browser cache
Thanks! One thing I forgot to do when all else fails. Sidebar now gone! :smile:
-
Re: Use of Text Editor/HTML editor
Having got to the stage where I now have 2 columns of 5 links in the Sheffield Blue footer.
Please could you show me how I get these columns to move right - to the centre of the page along with their corresponding headings.
(p.s. before this I removed the first column of 5 links by coding the 1st line in stylesheet_footer_menu.css and hope this is correct and is correct to put it before the second statement)
.first{display:none;}
.first, .second, .third {border-right:0px solid #444;}
-
Re: Use of Text Editor/HTML editor
Eventually solved this. Found a previous post where someone did the same thing #514
(sorry I do read through these posts but it doesnt always obvious it is the same issue, especially after several hours).
added margin-left:30%; to dl in stylesheet_footer_menu.css
This worked as intended but the headings within the footer bar dropped to sitting on the bottom of the bar. ie. Quicklinks and Information.
Took this a stage further by ... removing padding-top:15px from .menuTitle within the same css ie. stylesheet_footer_menu.css
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
toyseller
Eventually solved this. Found a previous post where someone did the same thing #514
(sorry I do read through these posts but it doesnt always obvious it is the same issue, especially after several hours).
added margin-left:30%; to dl in stylesheet_footer_menu.css
This worked as intended but the headings within the footer bar dropped to sitting on the bottom of the bar. ie. Quicklinks and Information.
Took this a stage further by ... removing padding-top:15px from .menuTitle within the same css ie. stylesheet_footer_menu.css
I am happy that you figured it out ;)
Thanks,
Anne
-
1 Attachment(s)
Re: Use of Text Editor/HTML editor
Hi, is there any way to move the social media icons that show in the listing description, below the additional images (see image below for example)
Attachment 14850
Thanks
Anna
www.toycrazy.com.au
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
annav
Hi, is there any way to move the social media icons that show in the listing description, below the additional images (see image below for example)
Attachment 14850
Thanks
Anna
www.toycrazy.com.au
You can edit the tpl_product_info_display.php file.
Thanks,
Anne
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
picaflor-azul
You can edit the tpl_product_info_display.php file.
Thanks,
Anne
Thanks, all good, but what do I edit.
-
Re: Use of Text Editor/HTML editor
Quote:
Originally Posted by
annav
Thanks, all good, but what do I edit.
You are going to move the code for the addthis below the code for the additional images.
Thanks,
Anne
-
W3C Validation
When putting my website source code through the the W3C markup validation service Im getting an error thrown up. I think it is because there isnt any Ez pages set up for the Useful Links heading in the Sheffield Blue template and subsequently no value is produced between the <ul> and </ul> statements. Im not a coder and havent ever used Ez pages so Im wondering if you had any idea what coding could go into presumably includes/templates/responsive_sheffield_blue/common/tpl_mega_menu.php for this not to be picked up as an error.
(Also I have another of the same type of error being shown further down the code, which is probably of my own making and I want to make sure that all the beginning and end brackets all tie up).
www.tidytoys.co.uk
-
Re: W3C Validation
Quote:
Originally Posted by
toyseller
When putting my website source code through the the W3C markup validation service Im getting an error thrown up. I think it is because there isnt any Ez pages set up for the Useful Links heading in the Sheffield Blue template and subsequently no value is produced between the <ul> and </ul> statements. Im not a coder and havent ever used Ez pages so Im wondering if you had any idea what coding could go into presumably includes/templates/responsive_sheffield_blue/common/tpl_mega_menu.php for this not to be picked up as an error.
(Also I have another of the same type of error being shown further down the code, which is probably of my own making and I want to make sure that all the beginning and end brackets all tie up).
www.tidytoys.co.uk
Yes, this is the cause of the error. If you do not want to use ezpages in the header, remove the code from the file.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Hi All:
I'll jump right to the question, then give the details: are emails generated from the Admin side handled differently than emails generated on the site side?
Please read the entire story before posting your answer. I spent two days looking around the web (including this site) and have found some helpful info, but nothing that addresses this situation exactly. Thanks in advance for the help! Here goes:
About six months ago I set up my store, www.ribrust.com. At the time of setup I had not yet set up a domain-based email address, so I just used an old Hotmail account as a placeholder so I could get thru the setup, to send and receive emails thru Zen Cart on both the Admin side and the site side. For a couple of months I was successfully receiving emails from the Contact Us form on the website, and order confirmations for the Admin side, with no problem. Then, predictably, all of that stopped.
So two days ago I set up an email account that matches my domain (info@ribrust.com), went into the Configuration/Email Options tab, and replaced all of the Hotmail references with my new domain-based email address. I also changed the E-Mail Transport Method to smtpauth, contacted my hosting provider to get the SMTP Mail Host and Server port, and entered them as well. Bingo! I immediately started receiving my order confirmations and account setups again, and can now send customer notifications and newsletters and such through the Admin side. Everything on the Admin side is working beautifully.
But . . . for some reason, I am still not receiving email from the "Contact Us" form on the website. The site says the email was sent successfully, but I don't receive it. My hunch is that the "To" email address for the Contact Us form on the website side is set and/or configured somewhere else, but it's been a half-year since I set up this store, and I can't remember where that might be. Can anyone help? Again, Admin side email communications work perfectly, but website-side email communications do not. Thanks again for the help.
Zen Cart V 1.5.1
Have not recently upgraded
Sheffield Blue Template
GoDaddy Hosting Provider
PHP Version: 5.3.24 (Zend: 2.3.0)
Database: MySQL 5.0.96-log
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
erudolf
Hi All:
I'll jump right to the question, then give the details:
are emails generated from the Admin side handled differently than emails generated on the site side?
Please read the entire story before posting your answer. I spent two days looking around the web (including this site) and have found some helpful info, but nothing that addresses this situation exactly. Thanks in advance for the help! Here goes:
About six months ago I set up my store,
www.ribrust.com. At the time of setup I had not yet set up a domain-based email address, so I just used an old Hotmail account as a placeholder so I could get thru the setup, to send and receive emails thru Zen Cart on both the Admin side and the site side. For a couple of months I was successfully receiving emails from the Contact Us form on the website, and order confirmations for the Admin side, with no problem. Then, predictably, all of that stopped.
So two days ago I set up an email account that matches my domain (info@ribrust.com), went into the Configuration/Email Options tab, and replaced all of the Hotmail references with my new domain-based email address. I also changed the E-Mail Transport Method to smtpauth, contacted my hosting provider to get the SMTP Mail Host and Server port, and entered them as well. Bingo! I immediately started receiving my order confirmations and account setups again, and can now send customer notifications and newsletters and such through the Admin side. Everything on the Admin side is working beautifully.
But . . . for some reason, I am still not receiving email from the "Contact Us" form on the website. The site says the email was sent successfully, but I don't receive it. My hunch is that the "To" email address for the Contact Us form on the website side is set and/or configured somewhere else, but it's been a half-year since I set up this store, and I can't remember where that might be. Can anyone help? Again,
Admin side email communications work perfectly, but website-side email communications do not. Thanks again for the help.
Zen Cart V 1.5.1
Have not recently upgraded
Sheffield Blue Template
GoDaddy Hosting Provider
PHP Version: 5.3.24 (Zend: 2.3.0)
Database: MySQL 5.0.96-log
This is not a template specific problem. It would be best if you posted this in some other forum related to email problems since more community members will see it and someone may be able to help you.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
My website does not show the body pages.....what happened?
www.toomuchfunclub.net
I turned the right column off...
and it was working....
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
lrfowler
My website does not show the body pages.....what happened?
www.toomuchfunclub.net
I turned the right column off...
and it was working....
Blank or partial blank http://www.zen-cart.com/content.php?124-blank-page
-
Re: Responsive Sheffield Blue
So...the page opens now......I played with the layout controller boxes...??...
But now.............when a person clicks on 'larger image'.....a popup pops open but at the same size image......How do I make it pop open the larger image?
www.toomuchfunclub.net
thanks!
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
lrfowler
So...the page opens now......I played with the layout controller boxes...??...
But now.............when a person clicks on 'larger image'.....a popup pops open but at the same size image......How do I make it pop open the larger image?
www.toomuchfunclub.net
thanks!
If you take a look at the FAQs section of this site you will find a tutorial that explains the image sizes, naming, etc. and how to implement.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
I just installed Fast and Easy Checkout module along with the CSS/JS loader module. And this is what happened to my website....
www.lhalsportscards.com
Can anyone help me get it back to normal?
Any help is greatly appreciated....
Thanks,
Les McDonald
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
llmcdonald
I just installed Fast and Easy Checkout module along with the CSS/JS loader module. And this is what happened to my website....
www.lhalsportscards.com
Can anyone help me get it back to normal?
Any help is greatly appreciated....
Thanks,
Les McDonald
I have installed both plugins many times with this template with no problem. My guess is that you have not installed one or both of the plugins correctly. I would recommend restoring your back up and installing again, being careful when merging files.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
If you take a look at the FAQs section of this site you will find a tutorial that explains the image sizes, naming, etc. and how to implement.
Thanks,
Anne
Are you referring to this Zen-cart site FAQs..or picaflor-azul FAQs?
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
lrfowler
Are you referring to this Zen-cart site FAQs..or picaflor-azul FAQs?
The FAQs section of this site.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Dear Anne,
On my product pages...there is like a 1" gap from the header to where the desciption starts........how do I fix this??!
for example: http://www.toomuchfunclub.net/harley...conversion-kit
thanks!
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
lrfowler
That's really weird. One way would be to add a negative margin to the classes col3 and col9. I looked at it briefly and could not spot the cause. If I were you I would do a file comparison between the original css files and your css files to try to find out what is causing the problem.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Hi Jade...any idea what happened to my website..
http://www.toomuchfunclub.net/
I added css_js_loader and fancybox_images_lightbox....
and then everything went haywire......although the images look good now!
thanks.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
lrfowler
Hi Jade...any idea what happened to my website..
http://www.toomuchfunclub.net/
I added css_js_loader and fancybox_images_lightbox....
and then everything went haywire......although the images look good now!
thanks.
No, Jade, but ... it looks like you did not install those plugins correctly. Check for mis merged files. Any stable, properly installed plugin will work with the template.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Hi Anne
I hope all is well?
Has the Responsive Template been tested with 1.5.4 or will it work fine if I upgrade? I'm thinking of upgrading and starting all over again with the add-ons etc - keeps me busy I suppose!
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
Purecarsound
Hi Anne
I hope all is well?
Has the Responsive Template been tested with 1.5.4 or will it work fine if I upgrade? I'm thinking of upgrading and starting all over again with the add-ons etc - keeps me busy I suppose!
Yes, the template package should work fine. Be sure to add it to a test cart first and do your own testing to be certain.
Thanks,
Anne
-
1 Attachment(s)
Re: Responsive Sheffield Blue
Hi Anne:
Thank you for this layout...I've been putting it together the past couple of weeks and am pretty happy with the overall look. I have a small issue that I hope you can help me with. When I put a test order together, the cart calculates the tax fine, but it's not listed as tax, just :. Can you tell me where I can add the word "tax" so that in the cart it reads "tax"? Below is a screen shot of what it's doing right now.
Attachment 14961
Thank you.
Constantine
-
2 Attachment(s)
Re: Responsive Sheffield Blue
Help please.... When i go to page my new products don't automatically show. But when i click the link it shows. How can i fix it?
Attachment 14990
Attachment 14989
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
cadillac531
Hi Anne:
Thank you for this layout...I've been putting it together the past couple of weeks and am pretty happy with the overall look. I have a small issue that I hope you can help me with. When I put a test order together, the cart calculates the tax fine, but it's not listed as tax, just :. Can you tell me where I can add the word "tax" so that in the cart it reads "tax"? Below is a screen shot of what it's doing right now.
Attachment 14961
Thank you.
Constantine
If you post a link to your site I can take a look, but I am pretty sure that this is not a template related problem.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
eggy107
Help please.... When i go to page my new products don't automatically show. But when i click the link it shows. How can i fix it?
Attachment 14990
Attachment 14989
This question has been asked and answered many times already.
If you do a search of this thread (or read the thread) or the forum you will find the answer.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
First, thank you for the time and effort you've put into this template It looks REALLY nice. Please forgive me if this has been asked and answered, but I search the thread and didn't not see mention of this 'issue'. I am trying to set define('HEADER_SALES_TEXT', ' '); in header.php so that I don't have any sales text. This causes a larger than required gap between the Header image and the search bar/top nav bar. Can you suggest a way to close this gap?
Here's the url for my testing site http://v2.decaldepot.net
Also, I am trying to find where the [more] is added for "What's New [more]" and "Featured [more]" and remove it. I've searched in the thread and in the languages directory but can't find it.
Lastly, if you look at the bottom of the homepage at the Featured Products you will see that the two products do not have the same size shaded box and the details buttons don't line up. I'm guessing this is because my product images are two different sizes. Is there a way to force these to be the same size? (I did not search this on the thread as it just popped in my head while typing this message).
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
dinki
First, thank you for the time and effort you've put into this template It looks REALLY nice. Please forgive me if this has been asked and answered, but I search the thread and didn't not see mention of this 'issue'. I am trying to set define('HEADER_SALES_TEXT', '##'); in header.php so that I don't have any sales text. This causes a larger than required gap between the Header image and the search bar/top nav bar. Can you suggest a way to close this gap?
Here's the url for my testing site
http://v2.decaldepot.net
Also, I am trying to find where the [more] is added for "What's New [more]" and "Featured [more]" and remove it. I've searched in the thread and in the languages directory but can't find it.
Lastly, if you look at the bottom of the homepage at the Featured Products you will see that the two products do not have the same size shaded box and the details buttons don't line up. I'm guessing this is because my product images are two different sizes. Is there a way to force these to be the same size? (I did not search this on the thread as it just popped in my head while typing this message).
There is a bug in the header of the template. A patch was posted to the thread that fixes it so if you search the thread you will find it.
Look in the override english.php file for [more]. If you do a forum search you will probably find other threads with more info and specifics, this is a common question.
You can set a min-height in the css to your images to make things line up on the product listings.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
www.ckdesignslv.com
Thank you!
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look, but I am pretty sure that this is not a template related problem.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
cadillac531
This is not a template related problem.
My guess is that you did not fill this in when setting up your tax rate. See the FAQs section of this site for a tutorial on how to set up your tax rate properly.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
There is a bug in the header of the template. A patch was posted to the thread that fixes it so if you search the thread you will find it.
Look in the override english.php file for [more]. If you do a forum search you will probably find other threads with more info and specifics, this is a common question.
You can set a min-height in the css to your images to make things line up on the product listings.
Thanks,
Anne
Thank you for the tips, and thank you for your patience. I've found the fixes as posted and will work on the min-height you suggest.
Can you, or anyone else, tell me if there is an add-on that allows multiple images per product that is known to be working with this template?
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
dinki
Thank you for the tips, and thank you for your patience. I've found the fixes as posted and will work on the min-height you suggest.
Can you, or anyone else, tell me if there is an add-on that allows multiple images per product that is known to be working with this template?
Multiple images work out of the box with the template. And, any stable, properly installed plugin will work as well.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
please could you help me with two things.
1) I would like to remove "About Us" from the responsive mobile phone menu.
Ive removed About Us from the desktop menu a while ago and understand that the command .aboutus-
li{display:none;} removes items from menus but couldnt find any information on anyone wanting to remove
an entry from this menu unless it is the terminology for this menu Im not understanding, plus whatever
variation of this command I try it doesnt work and I dont know what css file to add it to.
2) The "Copyright" line isnt centred under the credit card logos on mobile phone devices. Im not sure if its
something Ive upset. This line sits partly to the left.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
toyseller
please could you help me with two things.
1) I would like to remove "About Us" from the responsive mobile phone menu.
Ive removed About Us from the desktop menu a while ago and understand that the command .aboutus-
li{display:none;} removes items from menus but couldnt find any information on anyone wanting to remove
an entry from this menu unless it is the terminology for this menu Im not understanding, plus whatever
variation of this command I try it doesnt work and I dont know what css file to add it to.
2) The "Copyright" line isnt centred under the credit card logos on mobile phone devices. Im not sure if its
something Ive upset. This line sits partly to the left.
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look.
Thanks,
Anne
Thank you Anne
http://www.tidytoys.co.uk/
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
This is not a template related problem.
My guess is that you did not fill this in when setting up your tax rate. See the FAQs section of this site for a tutorial on how to set up your tax rate properly.
Thanks,
Anne
Thank you very much for looking. I appreciate it! I didn't remember having to enter a description the last time I set up a cart. You were right, though, I hadn't. I found it, edited it and it's right on now.
Thanks again.
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
cadillac531
Thank you very much for looking. I appreciate it! I didn't remember having to enter a description the last time I set up a cart. You were right, though, I hadn't. I found it, edited it and it's right on now.
Thanks again.
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
dinki
Thank you for the tips, and thank you for your patience. I've found the fixes as posted and will work on the min-height you suggest.
I've downloaded the fix at:
http://www.zen-cart.com/attachment.p...9&d=1380901756
I've copied this over into the appropriate directories but the header image still has a large space. Any chance you can look at my site and see what might be going wrong? http://v2.decaldepot.net
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
dinki
If you are going to be making changes to the template I would recommend using the web developer tools and chrome or firefox.
Remove the height from the #logoWrapper in the stylesheet.css file.
Change the top margin in #navMainWrapper to -40px and add height:20px; in stylesheet.css.
Thanks,
Anne
-
Re: Responsive Sheffield Blue
Quote:
Originally Posted by
picaflor-azul
If you are going to be making changes to the template I would recommend using the web developer tools and chrome or firefox.
Remove the height from the #logoWrapper in the stylesheet.css file.
Change the top margin in #navMainWrapper to -40px and add height:20px; in stylesheet.css.
This is most excellent! Thank you again. The only small issue I see is that the 'ribbon' portion of the background is shifted a bit too far down on both sides. This is definitely not a showstopper but is a bit inconsistent with what's going on with the Footer menu bar.
BTW, do you accept Paypal donations? If so, can you post/PM a link?