Page 61 of 85 FirstFirst ... 1151596061626371 ... LastLast
Results 601 to 610 of 842
  1. #601
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Attachment 13859

    Attached image shows both pages section.

  2. #602
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by jsarwar View Post
    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

  3. #603
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default 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

  4. #604
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by jsarwar View Post
    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

  5. #605
    Join Date
    Jan 2014
    Posts
    35
    Plugin Contributions
    0

    Default 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?

  6. #606
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    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

  7. #607
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by vojtechjan View Post
    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

  8. #608
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by jsarwar View Post
    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

  9. #609
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default 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);

  10. #610
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by jsarwar View Post
    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

 

 
Page 61 of 85 FirstFirst ... 1151596061626371 ... LastLast

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR