Page 14 of 21 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 201
  1. #131
    Join Date
    Oct 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Quote Originally Posted by clydejones View Post
    You could try to hard code the information as follows: (no guarantees that this will work)

    $logoimage = '<img src="/includes/templates/theme181/images/Photo11.jpg" alt="" width="140" height="87" />';
    Well, it works just fine! Thank you.

  2. #132
    Join Date
    May 2010
    Location
    South Coast of NSW Australia
    Posts
    57
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Have followed Clyde Jones advice and successfully added a sidebox with a logo...
    one question...
    what is the additional code/how do I center the logo within the sidebox?

  3. #133
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,519
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Quote Originally Posted by creation View Post
    Have followed Clyde Jones advice and successfully added a sidebox with a logo...
    one question...
    what is the additional code/how do I center the logo within the sidebox?
    Hey, Clyde help me on this try this post:

    http://www.zen-cart.com/forum/showpo...&postcount=121

  4. #134
    Join Date
    May 2010
    Location
    South Coast of NSW Australia
    Posts
    57
    Plugin Contributions
    0

    Default Re:Sidebox Help

    My featured products (always three) are in a sidebox under that heading.

    I can only fit two not three... how can I make the sidebox higher?? I thought they were dynamic?

    www.creationsdelphine.com/catalogue

    Thanks

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

    Default Re: Logo Sidebox Help

    Quote Originally Posted by creation View Post
    My featured products (always three) are in a sidebox under that heading.

    I can only fit two not three... how can I make the sidebox higher?? I thought they were dynamic?

    www.creationsdelphine.com/catalogue

    Thanks
    This thread is specific to the logo sidebox and not the default sideboxes that are included with Zen Cart.
    ---------------------

    I don't see a "Featured Products" sidebox at the link you provided.

    I do see a "specials" sidebox.

  6. #136
    Join Date
    May 2010
    Location
    South Coast of NSW Australia
    Posts
    57
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Works fine thanks

  7. #137
    Join Date
    Mar 2010
    Location
    California
    Posts
    236
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    I can't get this to work in the sidebox.
    http://<!-- 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/Marketing/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 -->/');
    I need to put the logo for paypal in it and this is the verifying link.

    Thanks for any help you can give.

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

    Default Re: Logo Sidebox Help

    Quote Originally Posted by BigAl49 View Post
    I can't get this to work in the sidebox.

    I need to put the logo for paypal in it and this is the verifying link.

    Thanks for any help you can give.
    Where are you trying to enter this information?

  9. #139
    Join Date
    Mar 2010
    Location
    California
    Posts
    236
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    That is the link information that is listed on PayPal for that image.

    I want customers to be able to verify that I am a Verified Seller.

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

    Default Re: Logo Sidebox Help

    Quote Originally Posted by BigAl49 View Post
    That is the link information that is listed on PayPal for that image.

    I want customers to be able to verify that I am a Verified Seller.
    Have you looked at the "paypal verified logo" sidebox available in the downloads section.

    I'm suggesting that because you'll need to break down the information you have so it will conform to the way the logo sidebox is set up.

    in other words it needs to go into the following defines from logo sidebox:

    Code:
    define('BOX_HEADING_LOGO_SIDEBOX', '');
    
    //Logo number 1
    define('LOGO_SIDEBOX_IMAGE_WIDTH', '125');
    define('LOGO_SIDEBOX_IMAGE_HEIGHT', '125');
    define('LOGO_SIDEBOX_IMAGE', 'logo_test.jpg');
    define('LOGO_SIDEBOX_IMAGE_TEXT', 'My Logo');
    define('LOGO_IMAGE', zen_image($template->get_template_dir(LOGO_SIDEBOX_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . LOGO_SIDEBOX_IMAGE, LOGO_SIDEBOX_IMAGE_TEXT, LOGO_SIDEBOX_IMAGE_WIDTH, LOGO_SIDEBOX_IMAGE_HEIGHT)); 
    
    //this is optional if you want to use the logo as a link
    //add  your link information to the define statement below
    //example
    //define('LOGO_SIDEBOX_LINK', 'http://your_link.com/" rel="external" target="_blank"');
    
    define('LOGO_SIDEBOX_LINK', '');
    
    //DO NOT edit below this line
    
    if (LOGO_SIDEBOX_LINK == '') {
    define('LOGO_IMAGES', LOGO_IMAGE);
    }else {
    define('LOGO_IMAGES', '<a href="' . LOGO_SIDEBOX_LINK . '>' . LOGO_IMAGE . '</a>');
    }

 

 
Page 14 of 21 FirstFirst ... 41213141516 ... 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