Page 93 of 109 FirstFirst ... 43839192939495103 ... LastLast
Results 921 to 930 of 1088
  1. #921
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,479
    Plugin Contributions
    11

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

    It's been identified before as a missing br in the code. I forget where the answer is but could have advised had I had a link to look at. It's those pesky posting tips....Not your standard Ipsum Lorem.

  2. #922
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,479
    Plugin Contributions
    11

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

    Was able to find the site from the image. There is a <br class="clearBoth"> after the .floatingBox .important .forward. If you add a <br> after it, it will straighten right up.

    OR... add
    Code:
    fieldset#checkoutOrderTotals {clear: both;}
    to your stylesheet.
    Last edited by dbltoe; 13 Feb 2021 at 08:28 PM.

  3. #923
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

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

    Quote Originally Posted by dbltoe View Post
    Was able to find the site from the image. There is a <br class="clearBoth"> after the .floatingBox .important .forward. If you add a <br> after it, it will straighten right up.

    OR... add
    Code:
    fieldset#checkoutOrderTotals {clear: both;}
    to your stylesheet.
    Thank you for reply.

    So, for others to make it clear, change is done in file:

    .../public_html/includes/templates/template_default/templates/tpl_checkout_payment_default.php

    Search string is "floatingBox important forward"

    Code:
    <address><?php echo zen_address_label($_SESSION['customer_id'], $_SESSION['billto'], true, ' ', '<br />'); ?></address>
    </div>
    
    <div class="floatingBox important forward"><?php echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
    <br class="clearBoth" /><br> <-add this code
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
          }
          // ** END PAYPAL EXPRESS CHECKOUT ** ?>
    Question is though, should be this corrected file copied to custom_template or this issue is fixed in later Version?

    (P.S. For stylesheet fix, which file should be edited?)

  4. #924
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,479
    Plugin Contributions
    11

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

    It's fixed in latest version.

    And, again, it can be done in the stylesheet.

    Sometime back a year or two, someone suggested adding stylesheet_zcustom.css to one's template to hold fixes just like this. Makes it easy to find changes you've made when troubleshooting or upgrading.

  5. #925
    Join Date
    Jun 2009
    Location
    Sparta, TN
    Posts
    158
    Plugin Contributions
    0

    customer issue customer menu and add to cart feature drops when HOME page is selected

    1.5.5f upgraded (standard upgrade as recommended) in 2016 from 1.3.9b..1.3.8
    zero mods
    Server OS: Linux 2.6.32-954.3.5.lve1.4.67.el6.x86_64
    HTTP Server: Apache
    PHP Version: 7.0.33 (Zend: 3.0.0)
    MySQL Slow Query Log Status: On
    MySQL Slow Query Log File: /var/log/slowqueries
    MySQL Mode: NO_ENGINE_SUBSTITUTION
    site is vinyldecalsuperstore dot com

    My logged in customer menu drops to just "Home" and "Log In" when the HOME PAGE is selected. Adding additional items after viewing the Home page without first viewing cart gives a "Whoops!" Login Time Out message on screen. If someone logs in, adds to cart, and checks out, all processes fine.

    Click image for larger version. 

Name:	droppedmenuonhomepage.jpg 
Views:	37 
Size:	54.2 KB 
ID:	19439

    Template selection made no difference.
    Is there a simple fix for this?
    I am working on an upgrade to 1.5.7b.
    Last edited by VDecalS; 16 Feb 2021 at 10:50 PM. Reason: spacing
    My store - closed 12/05/2023
    1.5.7d (upgraded from 1.5.7b), clone a template (cloned Responsive Classic Template), Sitemap XML v4.0, Square WebPay, PayPal Express Checkout, PHP Version: 7.4.29 (Zend: 3.4.0)

  6. #926
    Join Date
    Apr 2013
    Location
    Wisconsin
    Posts
    134
    Plugin Contributions
    0

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

    This is probably an easy answer, but I could not find this information anywhere in the forum and trial & error has not been on my side. I am trying to edit the colors of this template, so I found the colors stylesheet in the css for the desktop and tablet versions, evidently, as those have changed to the colors I want, but I cannot find where to edit the dark gray and medium gray colors in the attached mobile screenshot. Please tell me where the file and lines of code are "hiding" so I can edit those mobile colors. I am using the very latest version of ZenCart available. Thanks!
    Attached Images Attached Images  

  7. #927
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    568
    Plugin Contributions
    0

    Default 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.

  8. #928
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    197
    Plugin Contributions
    0

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

    I am using v157 and the responsive classic template. At the very top of the page where the black bar is that has "Home"/"Login" left side and search box right side I want to add this so that it displays in between those links and the search box. I have tried adding it to the tpl.header.php file but it is putting it above this black bar and adding white space. (www.discountprintingservice.com) Can anybody help me out?

    <html>
    <table>
    <tr><a href="mailto:[email protected]">[email protected] m</a></strong>
    </tr>
    <tr><span style="color: #ff0000;"><strong>Call us <a title="contact us 678-859-7075" href="https://www.discountprintingservice.com/index.php?main_page=contact_us">(678)859-7075</a> 8AM-10PM (EST) 7 DAYS A WEEK!</strong></span>
    </tr>
    </html>
    John

  9. #929
    Join Date
    Apr 2013
    Location
    eglisau switzerland
    Posts
    568
    Plugin Contributions
    0

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

    Quote Originally Posted by GoldBuckle View Post
    I am using v157 and the responsive classic template. At the very top of the page where the black bar is that has "Home"/"Login" left side and search box right side I want to add this so that it displays in between those links and the search box. I have tried adding it to the tpl.header.php file but it is putting it above this black bar and adding white space. (www.discountprintingservice.com) Can anybody help me out?

    <html>
    <table>
    <tr><a href="mailto:[email protected]">[email protected] m</a></strong>
    </tr>
    <tr><span style="color: #ff0000;"><strong>Call us <a title="contact us 678-859-7075" href="https://www.discountprintingservice.com/index.php?main_page=contact_us">(678)859-7075</a> 8AM-10PM (EST) 7 DAYS A WEEK!</strong></span>
    </tr>
    </html>
    Should be OK to use tpl.header.php - after
    Code:
    <!--bof navigation display-->
    <div id="navMainWrapper" class="group onerow-fluid">

  10. #930
    Join Date
    Apr 2013
    Location
    Wisconsin
    Posts
    134
    Plugin Contributions
    0

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

    Quote Originally Posted by marton_1 View Post
    Background colors are set in stylesheet_colors.css around line 20.

    Some colors are set in responsive_mobile.css.
    I appreciate your reply, but I cannot find it. It looks like I am looking for colors 333 and 666, the dark gray and light gray colors on mobile, but I have changed all occurrences of them in those two files, responsive_mobile.css and stylesheet_colors.css, and even when I clear my cache and do a refresh of the mobile page, the colors aren't changing. I just cannot find the file and lines of code to change these two colors, so if anyone knows, please let me know.

 

 
Page 93 of 109 FirstFirst ... 43839192939495103 ... 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