Re: Sheffield Blue Template Support Thread
Attachment 13859
Attached image shows both pages section.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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.png
I 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
Re: Sheffield Blue Template Support Thread
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/configuratio...=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 13860
Thanks
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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/configuratio...=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 13860
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
Re: Sheffield Blue Template Support Thread
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?
Re: Sheffield Blue Template Support Thread
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 13870
Can you please advice how to fix this issue?
thanks
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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:
http://www.zen-cart.com/showthread.p...72#post1134272
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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 13870
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
Re: Sheffield Blue Template Support Thread
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.documentEleme nt,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);
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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.documentEleme nt,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