Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Location
    Southern California Coast
    Posts
    183
    Plugin Contributions
    0

    Default CC Sidebox and Authorize.net Sidebox

    Hey Zen people,

    I just added the credit card sidebox and I'm having a little trouble getting the images to center. My site is Endless Sonata and the sidebox is at the bottom left.

    I'm also having light difficulty with the Authorize.net Seal Sidebox. It's at the bottom right. I want to add more images in that same sidebox so I don't need to have so many, but I having a really tough time. It's titled "Services and Security"

    All help is appreciated!

    Sincerely,
    Jason

  2. #2
    Join Date
    Jan 2008
    Location
    Southern California Coast
    Posts
    183
    Plugin Contributions
    0

    Default Re: CC Sidebox and Authorize.net Sidebox

    Anyone willing to help? Bump

  3. #3
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: CC Sidebox and Authorize.net Sidebox

    In the sidebox template for it where it says:

    <div id="ccacceptContent" class="sideBoxContent"/>

    Try adding centeredContent so that you have:

    <div id="ccacceptContent" class="sideBoxContent centeredContent"/>

    All your other sideboxes have that so it just may work lol :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  4. #4
    Join Date
    Jan 2008
    Location
    Southern California Coast
    Posts
    183
    Plugin Contributions
    0

    Default Re: CC Sidebox and Authorize.net Sidebox

    Thanks for the reply, but I'm not quit sure where do I edit this? I checked all the files the CC sidebox came with, none have that line so I'm assuming it's somewhere else.

    Thanks again for the reply!

  5. #5
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: CC Sidebox and Authorize.net Sidebox

    I haven't used the CC sidebox, so I don't know what the correct filename for it is, however, the line you need to edit will be in the tpl_sideboxname.php file and will look like this:

    $content .= '<div class="sideBoxContent">';

    Just add in the sideBoxContent so it looks like this:

    $content .= '<div class="sideBoxContent centeredContent">';

    You'll probably find the correct file in includes/templates/template_default/sideboxes or includes/templates/CUSTOM_FOLDER/sideboxes
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  6. #6
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: CC Sidebox and Authorize.net Sidebox

    Ok, I found the sidebox and downloaded it, the file you want to edit is tpl_cc_accept.php in includes/templates/CUSTOM_FOLDER/sideboxes

    and on Line 23 replace this:

    Code:
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">' . "\n";
    with this:

    Code:
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">' . "\n";
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. v151 Switching From Authorize.net (SIM) to AUthorize.net (AIM)
    By dinohaven in forum General Questions
    Replies: 1
    Last Post: 2 Dec 2014, 05:56 PM
  2. v150 Difference Between Authorize.net (SIM) and Authorize.net (AIM)
    By joem83 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 30 Aug 2012, 10:48 PM
  3. Authorize.net Seal sidebox
    By Tony4x4 in forum Addon Sideboxes
    Replies: 55
    Last Post: 2 Oct 2010, 09:23 PM
  4. GeoTrust/Authorize.net sidebox Not Showing
    By kbomb in forum Addon Sideboxes
    Replies: 5
    Last Post: 12 May 2009, 02:18 AM

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