Page 4 of 21 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 201
  1. #31
    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, 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
    Glad to help.

    Yeah, I'm in Colorado Springs. Where are you located.

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

    Default Re: Logo Sidebox Help

    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
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #33
    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.

  4. #34
    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

  5. #35
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    258
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Hi Clyde,
    So sorry, I've been MIA for a while! I'm in the SE corner, near Lamar. I've been in your corner of the world several times in the last few weeks.

    Anyway, I have a quick question on the Link exchange addition. I'm sure it's blatantly obbvious, but what is the name of the sidebox to activate? Everything appears like it should (I think) in the admin settings, I just can't figure out which sidebox to activate.

  6. #36
    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,
    So sorry, I've been MIA for a while! I'm in the SE corner, near Lamar. I've been in your corner of the world several times in the last few weeks.

    Anyway, I have a quick question on the Link exchange addition. I'm sure it's blatantly obbvious, but what is the name of the sidebox to activate? Everything appears like it should (I think) in the admin settings, I just can't figure out which sidebox to activate.
    If you mean the sidebox for the logo sidebox then its logo_sidebox.php

    If you mean the sidebox for Links Manager then its links_box.php

  7. #37
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    258
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    Oh, sorry, I'm working with the Links Manager sidebox. I have a mysterious box in my layout boxes controller. It's in RED, which makes me think there are serious errors with it. Here's what it looks like:
    sideboxes/classic/WS_FTP.LOG
    Since there is not a .php extension, I am assuming that is where the error lies.

    Additionally, when I activate that box, I have the following infomation displayed on my web page and it is not contained in a sidebox:
    2007.11.02 09:24 B C:\Documents and Settings\zen\includes\modules\sideboxes\classic\empty.txt --> 216.147.62.63 /kings-kreations-www/zen/includes/modules/sideboxes/classic empty.txt

    I have checked my path names, and as far as I can tell, I have changed all of the YOUR_TEMPLATE locations to CUSTOM. Any ideas where I should look? Thanks!!

    Mindy

  8. #38
    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
    Oh, sorry, I'm working with the Links Manager sidebox. I have a mysterious box in my layout boxes controller. It's in RED, which makes me think there are serious errors with it. Here's what it looks like:
    sideboxes/classic/WS_FTP.LOG
    Since there is not a .php extension, I am assuming that is where the error lies.

    Additionally, when I activate that box, I have the following infomation displayed on my web page and it is not contained in a sidebox:
    2007.11.02 09:24 B C:\Documents and Settings\zen\includes\modules\sideboxes\classic\empty.txt --> 216.147.62.63 /kings-kreations-www/zen/includes/modules/sideboxes/classic empty.txt

    I have checked my path names, and as far as I can tell, I have changed all of the YOUR_TEMPLATE locations to CUSTOM. Any ideas where I should look? Thanks!!

    Mindy
    is WS_FTP the ftp client you use to upload your files?

    if so WS_FTP.LOG is the log file for something you uploaded to your site.

    the red just indicates that you are using the classic template on your site.

    look in includes/modules/sideboxes/classic and just delete the WS_FTP.LOG file.

    do this on both your PC and on your server.

  9. #39
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    258
    Plugin Contributions
    0

    Default Re: Logo Sidebox Help

    OK, did that, but I still do not have a links_box.php file. Ideas?

  10. #40
    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
    OK, did that, but I still do not have a links_box.php file. Ideas?
    did you rename ALL the YOUR_TEMPLATE folders to classic.

    These are the files you should have:

    includes/extra_datafiles/links_manager.php
    includes/functions/links.php
    includes/languages/english/extra_definitions/YOUR_TEMPLATE/links_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/links.php
    includes/languages/english/YOUR_TEMPLATE/links_submit.php
    includes/languages/english/YOUR_TEMPLATE/popup_links_help.php
    includes/languages/english/html_includes/define_links.php
    includes/languages/english/html_includes/define_links_submit.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_links.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_links_submit.php
    includes/modules/pages/links
    includes/modules/pages/links_submit
    includes/modules/pages/popup_links_help
    includes/modules/YOUR_TEMPLATE/link_listing.php
    includes/modules/sideboxes/YOUR_TEMPLATE/links_box.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
    includes/templates/YOUR_TEMPLATE/popup_links_help
    includes/templates/YOUR_TEMPLATE/css/links.css
    includes/templates/YOUR_TEMPLATE/css/links_submit.css

 

 
Page 4 of 21 FirstFirst ... 2345614 ... 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