Page 47 of 116 FirstFirst ... 3745464748495797 ... LastLast
Results 461 to 470 of 1160
  1. #461
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by salvo72 View Post
    i do not understand in the last template the box is to the size definied in layout controller 300px .... end in this template ...no??!!
    Did you read my response to you that the template is designed to have the left and right hand columns at 180px?

    If the template has been properly installed, you can choose any of the 3 options for sidebox widths, 75px, 180px, or 225px, but you would have to make adjustments to the sidebox images and css.



    Thanks,

    Anne

  2. #462
    Join Date
    Feb 2013
    Posts
    45
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    Did you read my response to you that the template is designed to have the left and right hand columns at 180px?

    If the template has been properly installed, you can choose any of the 3 options for sidebox widths, 75px, 180px, or 225px, but you would have to make adjustments to the sidebox images and css.



    Thanks,

    Anne
    yes i read the old post....

    i set now the box with to 225 px ... but nothing change !!!!!!!!!!


    i want modified the css stylesheet.css of template....

    if i want moddified this line ..?

    .rightBoxHeading {margin:0;padding-top:8px;color:#fff;font-weight:normal;background: transparent url(../images/sidebox-head-right.png) no-repeat;background-size:100%;height:42px;margin-right:-21px;}

    how modified for this ?? thanks


    thanks
    Last edited by salvo72; 3 Feb 2014 at 05:30 PM.

  3. #463
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by salvo72 View Post
    yes i read the old post....

    i set now the box with to 225 px ... but nothing change !!!!!!!!!!


    i want modified the css stylesheet.css of template....

    if i want moddified this line ..?

    .rightBoxHeading {margin:0;padding-top:8px;color:#fff;font-weight:normal;background: transparent url(../images/sidebox-head-right.png) no-repeat;background-size:100%;height:42px;margin-right:-21px;}

    how modified for this ?? thanks


    thanks
    If the template is properly installed you can change the width in the admin and do not need to touch the stylesheet except to adjust the styles of the background image.

    I would recommend back tracking through your changes until you find the point where this functionality was broken. Either that or start from a fresh install. You can modify the responsive.css file to change the widths, but I do not recommend this.

    Thanks,

    Anne

  4. #464
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    i swapped the narrower slide display from avonlee into sheffield... how/where can move the left/right side columns up to just below the nav bar so there is not that blank space on either side of the slide display? thx
    Click image for larger version. 

Name:	move-side-columns-up.jpg 
Views:	84 
Size:	18.2 KB 
ID:	13746

  5. #465
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by gsdcypher View Post
    i swapped the narrower slide display from avonlee into sheffield... how/where can move the left/right side columns up to just below the nav bar so there is not that blank space on either side of the slide display? thx
    Click image for larger version. 

Name:	move-side-columns-up.jpg 
Views:	84 
Size:	18.2 KB 
ID:	13746
    It was not necessary to do that. You could have just adjusted the width and height of the slider already in the template. Move the call for the slider from the tpl_main_page.php to the define_main_page.php file.

    Thanks,

    Anne

  6. #466
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    well now that's a lot easier! lol ok i swapped it back...
    where do i adjust the width and height of the long slider so it displays between the left and right columns (like avonlee). thx!

    Quote Originally Posted by picaflor-azul View Post
    It was not necessary to do that. You could have just adjusted the width and height of the slider already in the template. Move the call for the slider from the tpl_main_page.php to the define_main_page.php file.

    Thanks,

    Anne

  7. #467
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    after swapping back, i edited the stylesheet_slide.css and made the container width 550px, but the side columns did not move up...

    /* For larger displays */
    @media (min-width: 1200px) {
    .container {width: 550px;}
    }

    Click image for larger version. 

Name:	move-side-columns-up2.jpg 
Views:	68 
Size:	16.3 KB 
ID:	13748

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by gsdcypher View Post
    after swapping back, i edited the stylesheet_slide.css and made the container width 550px, but the side columns did not move up...

    /* For larger displays */
    @media (min-width: 1200px) {
    .container {width: 550px;}
    }

    Click image for larger version. 

Name:	move-side-columns-up2.jpg 
Views:	68 
Size:	16.3 KB 
ID:	13748
    That will only adjust the width. You need to move the call for the slide show from the tpl_main_page.php file to the define_main_page.php file.

    Thanks,

    Anne

  9. #469
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Sorry, what is the code for the call in the tpl_main_page.php? I am looking at the file, but I don't see it... Thanks!

    Quote Originally Posted by picaflor-azul View Post
    That will only adjust the width. You need to move the call for the slide show from the tpl_main_page.php file to the define_main_page.php file.

    Thanks,

    Anne

  10. #470
    Join Date
    Feb 2013
    Posts
    45
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by salvo72 View Post
    yes i read the old post....

    i set now the box with to 225 px ... but nothing change !!!!!!!!!!


    i want modified the css stylesheet.css of template....

    if i want moddified this line ..?

    .rightBoxHeading {margin:0;padding-top:8px;color:#fff;font-weight:normal;background: transparent url(../images/sidebox-head-right.png) no-repeat;background-size:100%;height:42px;margin-right:-21px;}

    how modified for this ?? thanks


    thanks

    unfortunately I could not solve the problem of managing lateral width of the boxes despite your advice .....


    Now there is another aspect that only happens with this template: the popup image (the product) is very small open instead of the width of the original imageClick image for larger version. 

Name:	errore popup.png 
Views:	101 
Size:	73.9 KB 
ID:	13749

 

 
Page 47 of 116 FirstFirst ... 3745464748495797 ... LastLast

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

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