Search:

Type: Posts; User: marton_1

Search: Search took 0.01 seconds.

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

    I could fix my problem using CSS, thank you for your help.
  2. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I added a couple of small images to tpl_header around line 43 under "navMainWrapper" here

    <div id="navMainWrapper" class="group onerow-fluid">

    They show up fine in desktop view but not in...
  3. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Should be OK to use tpl.header.php - after

    <!--bof navigation display-->
    <div id="navMainWrapper" class="group onerow-fluid">
  4. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Background colors are set in stylesheet_colors.css around line 20.

    Some colors are set in responsive_mobile.css.
  5. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks

    So if my custom template is a clone of, in this case, responsive_classic then the advice in the override description, see below, is no longer correct?

    "Zen Cart® Upgrades

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

    Thanks for the info.
    I created my CUSTOM template by following the zen cart instructions here.
  7. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I recommend you read this about the template override system and making the required custom template.
  8. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks for your quick reply.
    I managed to fix the problem, I had forgotten to copy the responsive_classic jscript folder into my new template :(

    A couple of questions
    You posted "If you are...
  9. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Some additions
    The only addon so far is the German language pack.
    The \includes\templates\responsive_classic\common/html_header is dated 26June20 (that is the file that defines that variable and...
  10. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    A question!
    I installed 1.5.7 on my test site and works fine.
    Now I want to modify tpl_main_page.php to block some columns.

    In layout settings I have ACTIVATE Responsive Template set to 1.
    ...
  11. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Take a look at the plugin named "ColumnGridLayout_for_155f", seems to do what you want?
  12. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Tried again with with my desktop computer and using the Chrome browser mobile simulation and your menu issue did show up
  13. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I looked at your site with my desktop computer and using the Chrome browser mobile simulation but your menu issue did not show up, it showed up when I accessed your site with my Android smart phone.
  14. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Your pictures are very large and so take a long time to load up, also you are using .png picture format not .jpg which is also much larger. Consequently your site takes a very long time to load up. ...
  15. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    try adding
    float: left;
    under
    text-align:left;
    in the part labelled responsive_mobile......
  16. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Just right click anywhere on the squeezed text, and then on "inspect"

    A new window will pop up, on the right of the window you will see the css.

    You can make changes here on the fly.
    When you...
  17. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Set your mouse on the squeezed text, right click then click on "inspect". Then play around with the css settings that show up to improve your display.
  18. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Admin/Tools/Template
  19. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Yes, if there are any other attributes set for these then you have to also copy the attributes to the new line.
  20. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Move #navMainWrapper, from line 26 in stylesheet_colors.css to a new line and set the new background color?
  21. Sticky: v155 Re: Changing size of quantity box

    Sorry, if I had a solution for that I would use it on my ageing head :)
  22. Sticky: v155 Re: Changing size of quantity box

    The width is controlled in the stylesheet.css ".list-input input[type=text]" ca. line 316, you could change this.
    You need to check if the class .list-input is used anywhere else on your site for...
  23. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    if you use, for example, https://tools.pingdom.com/ it gives you clues where you are slow
  24. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    What do you mean by slow?
    Using these online speed testers testers my Responsive Classic 1.5.5d with full SSL the desktop loads in 1.5/1.8 seconds and mobile in 2.5/3.2 seconds.
    if you use, for...
  25. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

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

    Sadly still on my xampp test site
  27. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    When I do an "inspect" on my free shipping icon I do indeed see

    img {
    max-width: 100%;
    height: auto;
    border: 0;
    }
  28. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Lordy, Lordy you had me worried :shocking:

    I checked and my site is in two languages, so I use my German language free shipping icon for everything and changed the definition to...
  29. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Strange thing is that this standard zen cart image is part of the v155d distribution here "includes\templates\responsive_classic\images"

    I am using the standard v155d template responsive classic.
  30. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    width="94" height="54"
  31. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Thanks for your answer, for example, my free shipping icon is like this


    <img src="always-free-shipping.gif" alt="Always Free Shipping" title=" Always Free Shipping " width="94" height="54">
    ...
  32. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I am using v155d Responsive classic.

    I just had a problem in the mobile view (tablet and desktop OK). Some of the small icons show up as full screen width which is quite ugly, examples are the...
  33. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Google do a lot of things that I am less than happy with but they bring the majority of visitirs to my site so I find it pragmatic to do what keeps them happy :)



    I am currently on V155d and...
  34. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I had a problem that the search box was not showing up at the top of the page in the mobile view in the NavMainwrapper. Then I found that this is a feature not a problem, this function is blocked in...
Results 1 to 34 of 34
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR