Zen Follower
- Join Date:
- Jul 2012
- Posts:
- 347
- Plugin Contributions:
- 0
Sheffield Blue Template Support Thread
[Attachment no longer available]
Attached image shows both pages section.
Views: 123,060
Zen Follower
[Attachment no longer available]
Attached image shows both pages section.
Totally Zenned
jsarwar:
Banner footer was causing issue. I turned it off and select different class for banner in sidebox and it displayed footer.
One more question for you. I increased width of this template and so far have done good job with everything except for
/images/sidebox-head-right.pngI have been working on css but the issue is still there. When I adjust its layout for homepage and all other pages of site so it looks nice and same size as box ,at same settings it appear as extended image on product detail page with its white background appearing next to side box on right side. If I change values on css to adjust it on product page, it messes sidebox-head-right.png on all other pages. Any idea? Appreciate.
Use a css file specific to the product info page like product_info.css. But, this sort of adjustment on a per page basis for the sidebox headers should not be necessary.
Thanks,
Anne
Zen Follower
Thanks for suggestion. Your template does not have product_info.css. But I was able to figure this out How?
Template CSS file have a line cor .centercolumn which is not present in standard zencart. So I increased its width according to overall template width increase and it solved this issue.
I am working on two things now which I don't know how happened.
In Admin
(1) Configuration > Customer Details > Create Account Default Country ID
Shows United States which I selected initially. I noticed it is not appearing on create account page so I came back to check setting yesterday and when I try to edit it it does not show country list. (snapshot attached)
(2) In Admin all main tabs like Configuration, Catalog, Module etc. are linked to http://domain.com/admin/alt_nav.php
but in this site admin configuration is linked to http://domain.com/admin/configuration.php?gID=5&cID=135&action=edit&selected_box=configuration
and if I click on Configuration, it browse and bring back to same page where I was. How I can correct this link?
[Attachment no longer available]
Thanks
Totally Zenned
jsarwar:
Thanks for suggestion. Your template does not have product_info.css. But I was able to figure this out How?
Template CSS file have a line cor .centercolumn which is not present in standard zencart. So I increased its width according to overall template width increase and it solved this issue.
I am working on two things now which I don't know how happened.
In Admin
(1) Configuration > Customer Details > Create Account Default Country ID
Shows United States which I selected initially. I noticed it is not appearing on create account page so I came back to check setting yesterday and when I try to edit it it does not show country list. (snapshot attached)(2) In Admin all main tabs like Configuration, Catalog, Module etc. are linked to http://domain.com/admin/alt_nav.php
but in this site admin configuration is linked to http://domain.com/admin/configuration.php?gID=5&cID=135&action=edit&selected_box=configurationand if I click on Configuration, it browse and bring back to same page where I was. How I can correct this link?
[Attachment no longer available]Thanks
These problems are not inherent problems with the template package. I would recommend searching the forum for information.
It is correct that all admin menu tabs go to the alt nav page where all of the menu links are listed out.
Thanks,
Anne
New Zenner
Hi Annie! unfortunately I did not found a way to do as I wanted to do.
Is there possibly a way to make 'new" tab to be visible by default?
Zen Follower
Hi Anne,
Product page is displaying differently in IE, Chrome and Firfox. I think in Chrome it looks good but in IE & Firefox there seems extra space appearing between Next/Prev wrap and product name and then between product name and Price/add to cart box(screen shot attached).
[Attachment no longer available]
Can you please advice how to fix this issue?
thanks
Totally Zenned
vojtechjan:
Hi Annie! unfortunately I did not found a way to do as I wanted to do.
Is there possibly a way to make 'new" tab to be visible by default?
See this post for how to change which template shows by default:
Thanks,
Anne
Totally Zenned
jsarwar:
Hi Anne,
Product page is displaying differently in IE, Chrome and Firfox. I think in Chrome it looks good but in IE & Firefox there seems extra space appearing between Next/Prev wrap and product name and then between product name and Price/add to cart box(screen shot attached).
[Attachment no longer available]Can you please advice how to fix this issue?
thanks
If you want to make these sorts of fine adjustments you can use the cross browser script that I have included in the template package. See the includes/templates/sheffield_blue/jscript/css_browser_selector.js file for more info.
Thanks,
Anne
Zen Follower
Hi Anne,
Thanks. I was able to fix for IE but Firefox is still same way.
Can you suggest what change to make in code as I have tried few and they did not work for firefox. Thanks
/*
CSS Browser Selector v0.4.0 (Nov 02, 2010)
Rafael Lima (http://rafael.adm.br)
http://rafael.adm.br/css_browser_selector
License: http://creativecommons.org/licenses/by/2.5/
Contributors: http://rafael.adm.br/css_browser_selector#contributors
*/
function css_browser_selector(u){var ua=u.toLowerCase(),is=function(t){return ua.indexOf(t)>-1},g='gecko',w='webkit',s='safari',o='opera',m='mobile',h=document.documentElement,b=[(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3.6')?g+' ff3 ff3_6':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('blackberry')?m+' blackberry':is('android')?m+' android':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?m+' j2me':is('iphone')?m+' iphone':is('ipod')?m+' ipod':is('ipad')?m+' ipad':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win'+(is('windows nt 6.0')?' vista':''):is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js']; c = b.join(' '); h.className += ' '+c; return c;}; css_browser_selector(navigator.userAgent);
Totally Zenned
jsarwar:
Hi Anne,
Thanks. I was able to fix for IE but Firefox is still same way.Can you suggest what change to make in code as I have tried few and they did not work for firefox. Thanks
/*
CSS Browser Selector v0.4.0 (Nov 02, 2010)
Rafael Lima (http://rafael.adm.br)
http://rafael.adm.br/css_browser_selector
License: http://creativecommons.org/licenses/by/2.5/
Contributors: http://rafael.adm.br/css_browser_selector#contributors
*/
function css_browser_selector(u){var ua=u.toLowerCase(),is=function(t){return ua.indexOf(t)>-1},g='gecko',w='webkit',s='safari',o='opera',m='mobile',h=document.documentElement,b=[(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3.6')?g+' ff3 ff3_6':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('blackberry')?m+' blackberry':is('android')?m+' android':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?m+' j2me':is('iphone')?m+' iphone':is('ipod')?m+' ipod':is('ipad')?m+' ipad':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win'+(is('windows nt 6.0')?' vista':''):is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js']; c = b.join(' '); h.className += ' '+c; return c;}; css_browser_selector(navigator.userAgent);
You do not need to make any changes to the javascript. Go to http://rafael.adm.br/css_browser_selector for instructions on how to use the script.
Thanks,
Anne
Zen Follower
Thanks Anne. I was able to fix it last night. I deleted the <div id="p-right"> and make <div id="cart"> as main div on right side and it solve the issue.
So I think <div id="p-right"> was effecting margins/paddings in different browser.
New Zenner
hello anne,
great template you have created.
i have made lots of changes (installing more addons and core file changes etc) and have just noticed a problem when adding items to cart. not sure if its one of the modifications i have made or not.
soon as you add an item to the cart the background at the bottom of the page displays incorrectly. if you remove the item it is correct again.
have looked through the thread, cant seem to find this problem. if you need to look at it I have PM you the address.
help would be much appreciated.
Zen Follower
Hi Jason,
Did you check your css? Try to upload stylesheet.css file from original folder and see if it corrects this issue and then make necessary changes.
New Zenner
jsarwar:
Hi Jason,
Did you check your css? Try to upload stylesheet.css file from original folder and see if it corrects this issue and then make necessary changes.
thanks for the reply, yeah I did. its odd, since its only a problem when there is a product in the cart. but it effects all pages. soon as I remove the product all pages are correct again. tried disabling all sideboxes etc also. but no success.
Zen Follower
Can you post your website url here so I can take a look at it for you.
New Zenner
Zen Follower
Which browser you are using because I checked your site and after adding item to cart all pages still appear correct except shopping cart on which side box in above footer. See attached for instruction on how to fix it.
New Zenner
its the same in chrome, ff, ie, safari. check the images I posted. your looking at the wrong issue :)
Zen Follower
I see what you referring to.
Check header file in your includes/templates/your-template/common
as I see you have added some content there.
If this does not resolve issue then please check shopping cart default file in your template folder.
If issue still exist then it probably is because of one of module you have installed.
Zen Follower
You may get some ideas from following page also.
Good luck! and let us know how you was able to fix it as it helps other users. Thanks
Fields marked required must be completed.
Tell staff why this post should be reviewed.