Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Social Media and SideBox help needed

    includes/templates/template_default/templates/tpl_checkout_payment_default.php

    Code:
    <div class="floatingBox important forward"><?php echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
    <br class="clearBoth" />
    <br />  <<<add this br tag
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  2. #2
    Join Date
    Jan 2020
    Location
    Boston MA
    Posts
    12
    Plugin Contributions
    0

    Default Re: Social Media and SideBox help needed

    Quote Originally Posted by barco57 View Post
    includes/templates/template_default/templates/tpl_checkout_payment_default.php

    Code:
    <div class="floatingBox important forward"><?php echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
    <br class="clearBoth" />
    <br />  <<<add this br tag
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
    Adding the <br /> didn't seem to do anything. Its showing this way on mobile devices also.

    I'm still pretty stuck on getting ANY mod or plug-ins to work also.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,873
    Plugin Contributions
    96

    Default Re: Social Media and SideBox help needed

    Try changing that code fragment provided by @barco57 to:
    Code:
    <div class="floatingBox important forward"><?php echo TEXT_SELECTED_BILLING_DESTINATION; ?></div>
    <div class="clearBoth"></div>
    <br />  <<<add this br tag
    <?php // ** BEGIN PAYPAL EXPRESS CHECKOUT **
    Chrome doesn't like a CSS clear: both; on <br> tags.

 

 

Similar Threads

  1. Replies: 0
    Last Post: 22 Mar 2015, 01:51 AM
  2. v139h Need help - I want to add Social Media Link
    By goldnuggetsales.com in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Jan 2013, 10:45 PM
  3. Attribute form question and social media
    By dawndmd in forum General Questions
    Replies: 2
    Last Post: 16 Dec 2012, 06:06 PM
  4. v150 Social media icons in header not working as expected in Chrome and Firefox
    By OLCS in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Oct 2012, 02:20 PM

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