Page 3 of 21 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 201
  1. #21
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Logo Sidebox Help

    Quote Originally Posted by gizmo_girl View Post
    My image is added here, but no change when I uploaded. There's still no image and when viewing in IE, the text extends far beyond the box.
    includes/templates/YOUR_TEMPLATE/images/pplogo.gif

    Open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_logo_sidebox.php.

    find the following lines of code and edit as necessary.

    I don't understand what I'm supposed to do here:

    Code:
    // Link Option - uncomment this if you intend to use the logo as a link
    //$logoimage = '<a href="' . LOGO_SIDEBOX_LINK . '">' . zen_image($template->get_template_dir(LOGO_SIDEBOX_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . LOGO_SIDEBOX_IMAGE, LOGO_SIDEBOX_IMAGE_TEXT) . '</a>';
    
    //comment this out if you use the above link option.
    $logoimage = zen_image($template->get_template_dir(LOGO_SIDEBOX_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . LOGO_SIDEBOX_IMAGE, LOGO_SIDEBOX_IMAGE_TEXT);


    [/QUOTE]

    Let's get your image showing.

    You're using the classic template, so make sure your image is located in:

    includes/templates/classic/images/pplogo.gif

  2. #22
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Logo Sidebox Help

    Clyde picked up on Classic (default) Template being installed. Makes my previous post moot.

    BTW, Clyde, any difference between using your Mod and the Blank Sidebox Mod? Haven't used yours but have used the other and can see where the BS mod can do the same things, basically.

  3. #23
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Logo Sidebox Help

    Quote Originally Posted by Website Rob View Post
    Clyde picked up on Classic (default) Template being installed. Makes my previous post moot.

    BTW, Clyde, any difference between using your Mod and the Blank Sidebox Mod? Haven't used yours but have used the other and can see where the BS mod can do the same things, basically.

    Other than not having to write all the define statements from scratch and adding the necessary code in the tpl_(file).php to render the image. You could use either.

  4. #24
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    272
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Clyde, thanks, that made the image appear like it should. :-) That's definitely progress! I want it to be a clickable image that opens in a new window. Here is the info from the PayPal site - not sure if it's what I need to use:

    <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr>
    <tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/vertical_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->

  5. #25
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Logo Sidebox Help

    Quote Originally Posted by gizmo_girl View Post
    Clyde, thanks, that made the image appear like it should. :-) That's definitely progress! I want it to be a clickable image that opens in a new window. Here is the info from the PayPal site - not sure if it's what I need to use:

    <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr>
    <tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/vertical_solution_PPeCheck.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->
    Let me do some checking/testing on this.

  6. #26
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    272
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Thanks so much for your patience and help!!

    I have a sort of unrelated question - can you have more than one custom logo sidebox? If you can have a second box, can it contain more than one logo? I was trying to think of a clever way to do my link exchanges. I thought maybe clickable images with links to their sites (that open in new windows) would be neat.

  7. #27
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Logo Sidebox Help

    Quote Originally Posted by gizmo_girl View Post
    Thanks so much for your patience and help!!

    I have a sort of unrelated question - can you have more than one custom logo sidebox? If you can have a second box, can it contain more than one logo? I was trying to think of a clever way to do my link exchanges. I thought maybe clickable images with links to their sites (that open in new windows) would be neat.
    Why not try Links Manager available in the downloads section

  8. #28
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    272
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Hi Clyde,
    Have you had a chance to mull this over? I have my PayPal logo in it's own sidebox, but I wanted it to be clickable. I still haven't figured it out...any ideas? TIA!

    Mindy

  9. #29
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Logo Sidebox Help

    Quote Originally Posted by gizmo_girl View Post
    Hi Clyde,
    Have you had a chance to mull this over? I have my PayPal logo in it's own sidebox, but I wanted it to be clickable. I still haven't figured it out...any ideas? TIA!

    Mindy
    Have you tried the paypal verified logo sidebox available in the downloads section

  10. #30
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    272
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Thanks, Clyde, that worked perfectly! I was able to change the logo & make it clickable, just like I wanted. I also figured out how to change the sidebox header & the logo size. It looks great! Thanks again for all of your help!! :-)

    (OT, but I just realized you are in Colorado - me, too!)

    Thx,
    Mindy

 

 
Page 3 of 21 FirstFirst 1234513 ... LastLast

Similar Threads

  1. Center Logo Sidebox, Live Help?
    By gee38l in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Dec 2008, 07:46 PM
  2. Replies: 1
    Last Post: 8 Dec 2008, 05:18 PM
  3. Replies: 0
    Last Post: 5 Nov 2007, 02:27 AM
  4. How do I center the Live Help logo in sidebox?
    By vivaraquel in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 29 Jul 2007, 09:23 AM
  5. Center Logo In sidebox, trust logo ?
    By [email protected] in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Feb 2007, 05:35 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