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.![]()
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.![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
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... addto your stylesheet.Code:fieldset#checkoutOrderTotals {clear: both;}
Last edited by dbltoe; 13 Feb 2021 at 08:28 PM.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
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"
Question is though, should be this corrected file copied to custom_template or this issue is fixed in later Version?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 ** ?>
(P.S. For stylesheet fix, which file should be edited?)
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.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
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.
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)
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!
Background colors are set in stylesheet_colors.css around line 20.
Some colors are set in responsive_mobile.css.
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
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.
Bookmarks