Page 22 of 53 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 527
  1. #211
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template - slides

    Quote Originally Posted by picaflor-azul View Post
    This is a bug in the old version of the responsive template default code. It will be fixed in the template package when I update to the newest version of the responsive template default code. There was discussion of this just a day or two ago on another of my responsive template threads. If you do a forum search you will find it.
    Thanks for your speedy reply. I found that the img tag in responsive.css was causing the problem. I've commented it out for now, but haven't yet checked how it affects smaller screens.

    Line 4:
    img{max-width:100%;height:auto;border:0;}

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

    Default Re: Stirling Grand Responsive Template - slides

    Quote Originally Posted by paul3648 View Post
    Thanks for your speedy reply. I found that the img tag in responsive.css was causing the problem. I've commented it out for now, but haven't yet checked how it affects smaller screens.

    Line 4:
    img{max-width:100%;height:auto;border:0;}
    This line of css can not be removed because it is important for the responsiveness of the design. It resizes the width of images so that they shrink to fit the size of the device that is used to view the site.

    I do not have the time to look up a solution that another member posted just a few days ago. If you do a quick forum search you will find the post. It was on one of the other threads for my responsive templates.

    Thanks,

    Anne

  3. #213
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template - slides

    Quote Originally Posted by picaflor-azul View Post
    This line of css can not be removed because it is important for the responsiveness of the design. It resizes the width of images so that they shrink to fit the size of the device that is used to view the site.
    Yes, I noticed that. I found the threads with posted solutions, but they don't quite work for my situation. No worries, my site is still in development, I'll post my solution when I find it.

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

    Default Re: Stirling Grand Responsive Template - slides

    Quote Originally Posted by paul3648 View Post
    Yes, I noticed that. I found the threads with posted solutions, but they don't quite work for my situation. No worries, my site is still in development, I'll post my solution when I find it.
    That would be great ;)

    Thanks,

    Anne

  5. #215
    Join Date
    Jan 2014
    Location
    Madison, Wisconsin, United States
    Posts
    8
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template - slides

    I am loving this template! Just having one small problem that I can't seem to solve. Have searched extensively and tried several things, but to no avail!

    All I want to do is change the header area where the logo and tag line are in the upper left corner. I want to make the logo bigger and remove the text below it completely! Anyone know if this is possible?

    I would like for my image to be as large as possible without pushing everything out of shape. Right now if I go any larger than 60px high, everything looks funky!

    Sorry if this is simple and I just don't get it. Thanks in advance for any help!

    EDIT: My website is https://hufflepuffvapes.com

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

    Default Re: Stirling Grand Responsive Template - slides

    Quote Originally Posted by SBNHPV View Post
    I am loving this template! Just having one small problem that I can't seem to solve. Have searched extensively and tried several things, but to no avail!

    All I want to do is change the header area where the logo and tag line are in the upper left corner. I want to make the logo bigger and remove the text below it completely! Anyone know if this is possible?

    I would like for my image to be as large as possible without pushing everything out of shape. Right now if I go any larger than 60px high, everything looks funky!

    Sorry if this is simple and I just don't get it. Thanks in advance for any help!

    EDIT: My website is https://hufflepuffvapes.com
    Any modifications are possible, but you will probably have to make adjustments to the css, xhtml, or php files.

    Thanks,

    Anne

  7. #217
    Join Date
    Jan 2014
    Location
    Madison, Wisconsin, United States
    Posts
    8
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template - slides

    Quote Originally Posted by picaflor-azul View Post
    Any modifications are possible, but you will probably have to make adjustments to the css, xhtml, or php files.

    Thanks,

    Anne
    Okay, I am fine with that. What needs to be changed?

  8. #218
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template - slides

    Here's my solution for the "larger image" problem:

    responsive.css line 4 change
    Code:
    img{max-width:100%;height:auto;border:0;}
    to
    Code:
    img{height:auto;border:0;}
    Add
    Code:
    img{max-width:100%;}
    to the bottom of the
    Code:
    @media (min-width:768px) and (max-width:979px){
    section (around line 263).

  9. #219
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Stirling Grand Responsive Template - slides

    Clicking on the "larger image" link - I've been trying out my design on a tablet, and when you click on the "larger image" link, a new window opens. This is fine on a desktop computer, because it's obvious that a new window has opened, but on the tablet the image takes up the whole screen, with nothing to indicate what to do next.

    I think we need some kind of text identifying the image and something like "click image to continue".

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

    Default Re: Stirling Grand Responsive Template - slides

    Quote Originally Posted by paul3648 View Post
    Clicking on the "larger image" link - I've been trying out my design on a tablet, and when you click on the "larger image" link, a new window opens. This is fine on a desktop computer, because it's obvious that a new window has opened, but on the tablet the image takes up the whole screen, with nothing to indicate what to do next.

    I think we need some kind of text identifying the image and something like "click image to continue".
    I would recommend trying the zen magnific module or zen lightbox module.

    Thanks,

    Anne

 

 
Page 22 of 53 FirstFirst ... 12202122232432 ... LastLast

Similar Threads

  1. Responsive All Business Template
    By picaflor-azul in forum Addon Templates
    Replies: 392
    Last Post: 3 Oct 2019, 05:42 AM
  2. v154 Best Responsive Template
    By martynbaker52 in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2015, 02:35 AM
  3. v151 responsive template problems
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 May 2014, 07:11 AM
  4. Stirling Grand Template blank product info page
    By Pablo_escobar in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2014, 04:38 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