Results 1 to 10 of 201

Hybrid View

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

    Default Re: Logo Sidebox Help

    Quote Originally Posted by countrycharm View Post
    clydejones I hope you are doing well. I have a 2 questions for you if you don't mind. I added my logo box and my logo picture is showing. How do I center it, and how do I add a hyper-link . I have read what to do but I seem not to be able to get it to work. Thank you
    How do I center it:

    add the following to your stylesheet.css
    #logosideboxContent { text-align: center;}


    how do I add a hyper-link:
    Open includes/languages/english/extra_definitions/logo_sidebox_defines.php
    Change the highlighted portion to suit you needs.

    define('LOGO_SIDEBOX_LINK', 'http://your_link.com/');

    Now open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_logo_sidebox.php

    uncomment this line of code: remove the highlighted portion
    //$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 out this line of code: add the highlighted portion
    //$logoimage = zen_image($template->get_template_dir(LOGO_SIDEBOX_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . LOGO_SIDEBOX_IMAGE, LOGO_SIDEBOX_IMAGE_TEXT);


    Save everything and upload to your server.

  2. #2
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Logo Sidebox Help

    Thank you clydejones as alway you need a great big pat on the back.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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

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