Search:

Type: Posts; User: simon1066

Search: Search took 0.03 seconds.

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

    No problem. I couldn't have done it without the use of a browser's developer tools. A matter of inspecting the various elements in and around the problem area and seeing what might need to be...
  2. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Add this to stylesheet.css (put it after .listing-left) and play around with the width:

    .listing-right {
    width: ???%;
    }
  3. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I'm afraid when it comes to changing the layout of side columns with css I know just enough to be dangerous. As a starting point you could try adding this code to your responsive_default.css,...
  4. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    What would be the best tool to test for accessibility? Running the home page through Chrome's Lighthouse gets a 100% pass, even though the h1 tag is empty it still seems to recognise it.
  5. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Looking at the page's source code, you have this:


    <div class="centerColumn" id="indexDefault">
    <h1 id="indexDefaultHeading"></h1>
    <div id="indexDefaultMainContent" class="content"></div>
    ...
  6. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Sounds like there might be a limit somewhere, and that cut-off code will probably be the cause of some of your HTML errors.
  7. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    No, the yellow is just highlighting the location of the error. From those screeshots there are quite a few HTML errors, you will need to resolve them I'm afraid. Just work through them one at a time....
  8. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Have you validated the HTML? The validator (https://validator.w3.org) won't be able to scan your checkout success page but you can paste the source code of the page in to the 'Validate by Direct...
  9. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    It looks as though the </strong></br> is causing the problem, you should be using </strong><br>

    Whenever I get a screwy layout, I first check the HTML code (and perhaps CSS) for errors - use...
  10. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    A bit more thought on this and I believe you need to add some padding to the <body> tag. So in responsive_mobile.css add:

    body {padding-top:36px;}
    You'll need to add it to both the landscape and...
  11. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    While it won't give 2 additional images per row on mobile you could try this to give three images (as you've defined in your admin configuration) per row:

    in responsive_mobile.css, in the blank...
  12. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks for your URL. I'm not sure you can resolve these with just CSS, as you've probably found. It might need changes to the template files. Hopefully someone with a better knowledge of this...
  13. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I suspect a link to a live site might be needed. Perhaps if it's a dev site it could be installed in a temporary location (subfolder/domain) for Zenners to inspect.
  14. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    There's a switch in Admin > Catalog > Product Types > Layout Settings.
Results 1 to 14 of 14
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR