Thread: Sidebox Text

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Sidebox Text

    Quote Originally Posted by antpez View Post
    If you want a quick fix go into this file: /includes/templates/YOUR-TEMPLATE/common/html_header.php

    and find the following bit of code:

    /**
    * load stylesheets on a per-page/per-language/per-product/per-manufacturer/per-category basis. Concept by Juxi Zoza.
    */

    And add this above it:

    echo '<!--[if IE]>
    <style type="text/css">
    .price{margin-bottom:8px;}
    </style>
    <![endif]-->';

    /**
    * load stylesheets on a per-page/per-language/per-product/per-manufacturer/per-category basis. Concept by Juxi Zoza.
    */

    You can also define an ie-stylesheet there as well, so you could add any fixes you may need for IE to that stylesheet in the future.

    I am sure there's other easier ways to fix this, but for now you can get it to work by following those instructions.
    That seem to fix the IE problem thanks so much that has been bugging me for over a week....

  2. #12
    Join Date
    Oct 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Sidebox Text

    You're welcome

  3. #13
    Join Date
    Oct 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Sidebox Text

    I am using the Shopping Cart Sidebox and would like the text that reads "Shopping Cart [more]" to be green instead of white. Only in this particular side box do I need the font color to be green.


  4. #14
    Join Date
    Oct 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Sidebox Text

    Id also like to place two graphics toward the bottom of the shopping cart sidebox that only show up when someone adds an item to their cart. The first small graphic button would read "Checkout" and have a link to begin the checkout process. Also a "Check out with PayPal" graphics button. Basically the same graphics that show up when you view the full page shopping cart page. (only smaller and in the shopping cart sidebox when items are added.)

    I recently changed "Display Cart After Adding Product" to false, and this is the reason for the needed edits to the shopping cart sidebox.

    No idea how I'd accomplish this. Any help is greatly appreciated.

  5. #15
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox Text

    Add to your stylesheet
    Code:
    #shoppingcartHeading {color: #00ff00;}
    The other requires more concentration than I have right now... time for bed! :)

  6. #16
    Join Date
    Jun 2008
    Posts
    83
    Plugin Contributions
    0

    Default Re: Sidebox Text

    Sorry for diving into this thread, in all the SIDEBOXES, how do i change the font style to say something like Arial etc? I am using the Gloss Black template and can't figure it out, thanks.

  7. #17
    Join Date
    Oct 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Sidebox Text

    I almost have my side cart just the way I need it.
    I need to ad the "PayPal" checkout button below the standard "Checkout" button.

    The code to add the standard checkout button is as follows:
    Code:
    $content .= '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>';
    What would it be to add the PayPal Checkout button? It would be nice to place the word "OR" between the two checkout buttons as well.

    Thanks for any help.

  8. #18
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox Text

    kal - You would change the font for #navColumnOne and #navColumnTwo, or some of their sub-elements, in your stylesheet. It would be easier to give the best advice with a link to see your site.

    JGraphics - You will probably find that code in the Paypal subforum here. To add an "or", just insert it into the HTML at the end of the first anchor:
    PHP Code:
    $content .= '<a href="' zen_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL') . '">' zen_image_button(BUTTON_IMAGE_CHECKOUTBUTTON_CHECKOUT_ALT) . '</a>  OR ' 
    If you want them aligned vertically, add breaks:

    PHP Code:
    '</a><br /> OR <br />' 

  9. #19
    Join Date
    May 2007
    Location
    California
    Posts
    30
    Plugin Contributions
    0

    Default Re: Sidebox Text

    Sorry to jump in on your thread, but my question seems right in line.

    In IE, my shopping cart sidebox does not add a break between each product listed when multiple items are added to the cart.

    Here is the URL
    http://www.bikebrake.com/index.php

    Where would I add a <br> to correct this problem?

    Thx,

    Last edited by yongkoom; 21 Dec 2008 at 06:34 PM. Reason: add URL

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Sidebox Text
    By DravenLS in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Nov 2007, 09:43 PM
  2. text in sidebox
    By Sonshine in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 17 Mar 2007, 07:32 PM
  3. Text in a sidebox
    By ajcannon in forum General Questions
    Replies: 1
    Last Post: 14 Sep 2006, 10:32 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