Page 37 of 108 FirstFirst ... 2735363738394787 ... LastLast
Results 361 to 370 of 1072
  1. #361
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,595
    Plugin Contributions
    30

    Default Re: Right hand Side boxes disappear when items are placed in the cart

    at 360+ posts since this template was included in the core, is anyone maintaining a version that has all the anomalies/errors/improvements etc. that have been flagged up since then...to avoid people late to the party having to trawl the entire thread for those nuggests?
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  2. #362
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,564
    Plugin Contributions
    89

    Default Re: Right hand Side boxes disappear when items are placed in the cart

    Quote Originally Posted by torvista View Post
    at 360+ posts since this template was included in the core, is anyone maintaining a version that has all the anomalies/errors/improvements etc. that have been flagged up since then...to avoid people late to the party having to trawl the entire thread for those nuggests?
    Kind of, sort of ... not exactly.

    Seriously, I've got the template portions broken out so that I could pre-stage the template in some older Zen Cart installations, but haven't really been keeping up. I'll get a GitHub repository started (using 1.5.5e-3 as the change-basis), then with the community's help on identifying the changes we can get this template up-to-date.

  3. #363
    Join Date
    Feb 2012
    Posts
    8
    Plugin Contributions
    1

    Default Re: Checkout page totals do not show in the correct order when viewed on mobile devic

    Quote Originally Posted by Podgeminster View Post
    Anyone else experiencing this issue?
    Yes. And I think I've found the problem(s).

    The first issue is that the width of fieldset div is set to 80% or 90% in repsonsive_mobile.css. This shouldn't be a problem, but it is done with !important, so it's not possible to override it. It forces both the totalBox and the lineTitle to be very wide, and therefore they won't fit on the same line. So first comment out or delete part of responsive_mobile.css:
    Code:
    fieldset input[type=tel], fieldset input[type=date], fieldset textarea, /* fieldset div */, fieldset .inputLabel, fieldset input[type=text], fieldset input[type=email]{width:85% !important;margin:0  0 0 20px !important;}
    This appears in two places, once for landscape and the other for portrait mobiles.

    Secondly there is another line which sets the .forward tags to be too wide and removes the float:right from them as well. So comment out this line too:
    Code:
    /* #checkoutPayment .forward, #checkoutShipping .forward{float:none; width:95%;} */
    Again it is in two places.

    Now you'll probably find that the margins allowed are too big to let all the titles fit so you might want to add something like the following below the above line(s) in responsive_mobile.css:
    Code:
    fieldset div {margin-left:2px;}
    .totalBox {width:25%;}
    .lineTitle {width:60%;}
    #checkoutOrderTotals div {margin-right:10px;}
    In this case you might want different values for the portrait and landscape sections as the space available is obviously different.

    Hope this helps - I realise it doesn't answer your actual question, but it does fix the behaviour to be the same as on a desktop.
    N.B. Similar changes may be requires in responsive_tablet.css, but I've only just sussed this out for responsive_mobile.css and haven't had a chance to check yet.

    To swap the order of the lines you need to swap the order of lines 18 and 19 in /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_order_totals.php. But don't do this if you make the above changes.

    Yours,

    Andrew

  4. #364
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by gunni View Post
    Hi
    I found something strange with href link.
    I put the Featured products on the main page and the "hand" pointer is shown when the mouse is over the
    gray box of the featured product. When pressed on the price number for example or under, no page is being redirected to.
    Please try: My site
    found the solution: in file Stylesheet.css around line 269:
    Code:
    specialsListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew{font-size:1.6em;cursor:pointer;padding:20px 0;}
    I deleted "cursor: pointer;" so the "fake" icon of the link will not be shown where there is no real link.
    Do not worry, when hover on a real link, the hand pointer apears.

    Do not understand why to make a link pointer without a real link...

  5. #365
    Join Date
    Mar 2017
    Location
    Idaho
    Posts
    13
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Hello, I upgraded from 1.5.1 to 1.5.5e and the test site is still non responsive. I looked at the source and the HTML still points to the "classic" files. Where do I go to change this to point to the "responsive"?

    Thank you for your direction.

  6. #366
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,180
    Plugin Contributions
    11

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by techietom911 View Post
    Hello, I upgraded from 1.5.1 to 1.5.5e and the test site is still non responsive. I looked at the source and the HTML still points to the "classic" files. Where do I go to change this to point to the "responsive"?

    Thank you for your direction.
    One wonders how the upgrade was done. If you used something other than https://www.zen-cart.com/entry.php?3...d-of-upgrading, that may be part of the problem. Auto intalls/upgrades from hosts can be a problem.
    If you DID follow the above instructions, there may be a file missing with the upload.
    Template selection in a properly setup Zen Cart can be done in the Admin >> Tools >> Template Selection.
    Once you get all working, I would suggest using lat9's clone a template mod to copy your template changes to one that will survive update.

  7. #367
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    567
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by techietom911 View Post
    Hello, I upgraded from 1.5.1 to 1.5.5e and the test site is still non responsive. I looked at the source and the HTML still points to the "classic" files. Where do I go to change this to point to the "responsive"?

    Thank you for your direction.
    Admin/Tools/Template

  8. #368
    Join Date
    Mar 2017
    Location
    Idaho
    Posts
    13
    Plugin Contributions
    0

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Quote Originally Posted by dbltoe View Post
    One wonders how the upgrade was done. If you used something other than https://www.zen-cart.com/entry.php?3...d-of-upgrading, that may be part of the problem. Auto intalls/upgrades from hosts can be a problem.
    If you DID follow the above instructions, there may be a file missing with the upload.
    Template selection in a properly setup Zen Cart can be done in the Admin >> Tools >> Template Selection.
    Once you get all working, I would suggest using lat9's clone a template mod to copy your template changes to one that will survive update.
    At the end of the upgrade article (How do I do an upgrade and still keep my live store running in the meantime?) in steps 1-9, I miss understood #3 and copied 1.5.5e on top of every existing folder. I should have removed the old folders and replaced them with the new ones instead, then deleted files that don't belong anymore.

    I think I got it now. Thank you

  9. #369
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Responsive Classic on 1.5.5e - Any idea why I when clicking on a product it is only showing the product image and not the rest of the content of the page when on a mobile phone?
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  10. #370
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,180
    Plugin Contributions
    11

    Default Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    if no footer shows, start here.
    https://www.zen-cart.com/content.php?124-blank-page

 

 
Page 37 of 108 FirstFirst ... 2735363738394787 ... LastLast

Similar Threads

  1. 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
  2. v151 Tableau Responsive Theme - Support Thread
    By numinix in forum Addon Templates
    Replies: 622
    Last Post: 19 Apr 2020, 11:11 PM
  3. 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
  4. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM
  5. Bentley Classic Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 173
    Last Post: 17 Sep 2013, 08:25 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