Page 46 of 63 FirstFirst ... 36444546474856 ... LastLast
Results 451 to 460 of 623
  1. #451
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Unable to Save Global Config

    Quote Originally Posted by mikestaps View Post
    The payment methods image looks to be stretched in desktop as well (in chrome anyways). Adding:
    Code:
    .footer--message img {
    	max-height: 23px;
    	max-width: 206px;
    }
    to the stylesheet.css should fix that. I would put it near the css for the .footer--message around line 530.

    The flexslider.css file has a min-height set around line 177, turning that off in the inspector in chrome fixes the stretched images in the slider.
    Thanks Mike! I managed to get my payment image to show ok now thanks!

    On the flexsider.css file I see this on line 177

    .flexslider .slides img {
    min-height: 130px

    How do i shut this off? I can edit this file and upload.
    I think you were saying that I can shut his off in chrome using element inspector? I'm sorry for sounding dumb but how do I do that? I right click and click on inspect element and I could see Styles Event Listener etc..am I able to make a change somewhere in here just for observation?

    thanks mike for your insight I hope I help someone someday.

  2. #452
    Join Date
    Oct 2015
    Posts
    5
    Plugin Contributions
    0

    Default Re: Unable to Save Global Config

    Hi Zenners! I love the new Tableau template, especially for the responsive part, but noticed the product page on quite a few Tableau sites doesn't show the way it should on my smartphone. Although header and footer rescale fine, the middle/product section displays incorrectly, most obviously the image which runs off the right edge (only showing roughly 3/4 before going off the edge) and the Add To Cart button which also runs off the right edge. I considered I might have edited some files incorrectly but several of the sites mentioned in this thread have the same error (the product section not quite corresponding with the width of the screen). The standard laptop/computer page looks fine. Basically, the only site I could find which does have the product page displayed the way it should is this one (direct link to a product page): https://www.ayrbags.co.uk/shop/index...qZjUTlPbjAbFx2 Pretty much all others I came across have The Bug... : (. Btw I got the most recent version of both Zen and Tableau. Does anyone recognise this? Can it be solved? Thanks for your help!! Jen

  3. #453
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Unable to Save Global Config

    Quote Originally Posted by Jen56789 View Post
    Hi Zenners! I love the new Tableau template, especially for the responsive part, but noticed the product page on quite a few Tableau sites doesn't show the way it should on my smartphone. Although header and footer rescale fine, the middle/product section displays incorrectly, most obviously the image which runs off the right edge (only showing roughly 3/4 before going off the edge) and the Add To Cart button which also runs off the right edge. I considered I might have edited some files incorrectly but several of the sites mentioned in this thread have the same error (the product section not quite corresponding with the width of the screen). The standard laptop/computer page looks fine. Basically, the only site I could find which does have the product page displayed the way it should is this one (direct link to a product page): https://www.ayrbags.co.uk/shop/index...qZjUTlPbjAbFx2 Pretty much all others I came across have The Bug... : (. Btw I got the most recent version of both Zen and Tableau. Does anyone recognise this? Can it be solved? Thanks for your help!! Jen
    I was not able to replicate this. Can you provide an example and also what type of device you are using to check.

  4. #454
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Unable to Save Global Config

    Is there a way to change the product info page accordian to tabs without a complete rewrite? I attempted the rewrite, got about 99% complete and had to toss it due to one nagging issue.

  5. #455
    Join Date
    Oct 2015
    Posts
    5
    Plugin Contributions
    0

    Default Re: Unable to Save Global Config

    Quote Originally Posted by lindasdd View Post
    I was not able to replicate this. Can you provide an example and also what type of device you are using to check.
    Using a Samsung Phone. I've attached a picture - See how the product picture (top) and Add To Cart button do not fit the screen. Could it be a value in the CMS menu?
    Attached Images Attached Images  

  6. #456
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Unable to Save Global Config

    Quote Originally Posted by Jen56789 View Post
    Using a Samsung Phone. I've attached a picture - See how the product picture (top) and Add To Cart button do not fit the screen. Could it be a value in the CMS menu?
    It maybe files or version. Tableau at numinix is 1.6.8 Zen cart's download is still on 1.6.6.
    I am running zen cart 1.54 with tableau 1.6.8 at www.gelcandlecompany.com/demo2
    All looks good on my samsung s3 except my stretched top logo.

  7. #457
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Unable to Save Global Config

    Quote Originally Posted by mikestaps View Post
    The payment methods image looks to be stretched in desktop as well (in chrome anyways). Adding:
    Code:
    .footer--message img {
    	max-height: 23px;
    	max-width: 206px;
    }
    to the stylesheet.css should fix that. I would put it near the css for the .footer--message around line 530.

    The flexslider.css file has a min-height set around line 177, turning that off in the inspector in chrome fixes the stretched images in the slider.
    Mike,
    you are the Man. I deleted that part of the code and my images are not stretched. Once again many thanks! Have a super week!

  8. #458
    Join Date
    Oct 2015
    Posts
    5
    Plugin Contributions
    0

    Default Re: Unable to Save Global Config

    Thanks for your reply! Yes your product page looks fine on my phone. Does this link show correctly too on your phone? (fyi this is not my site, which is not active): http://www.kathijahzohra.com/basic-j...ane-in-chili1? Thanks for checking! zenid=6315151967e7cd0fac7e64c3d680af61
    Quote Originally Posted by spawnie69 View Post
    It maybe files or version. Tableau at numinix is 1.6.8 Zen cart's download is still on 1.6.6.
    I am running zen cart 1.54 with tableau 1.6.8 at www.gelcandlecompany.com/demo2
    All looks good on my samsung s3 except my stretched top logo.

  9. #459
    Join Date
    Oct 2015
    Posts
    5
    Plugin Contributions
    0

    Default Re: Unable to Save Global Config

    Btw. if you use the Developers Tool Kit under Tools in the admin to find all files which include the name of your logo you might track down the file which defines the size values of the header image. Might want to fiddle around with those a bit to get it to work.

  10. #460
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Unable to Save Global Config

    Quote Originally Posted by Jen56789 View Post
    Thanks for your reply! Yes your product page looks fine on my phone. Does this link show correctly too on your phone? (fyi this is not my site, which is not active): http://www.kathijahzohra.com/basic-j...ane-in-chili1? Thanks for checking! zenid=6315151967e7cd0fac7e64c3d680af61
    Just check on my phone your product image was justified to the right along with add to cart button.

 

 
Page 46 of 63 FirstFirst ... 36444546474856 ... LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  3. v155 Tableau Theme configuration not working.
    By tunes in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 22 Mar 2017, 06:53 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 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