Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2009
    Posts
    33
    Plugin Contributions
    0

    Default Sideboxes not showing up!

    So i edited a sidebox and but it in the corresponding over ride directory and now all my sideboxes that should be showing up underneath the edited sidebox are not there? In the admin in the layout box controller i changed the order of them and they none of them will show up if i have them under the sidebox i changed. Any reply is always appreciated.

  2. #2
    Join Date
    May 2008
    Posts
    250
    Plugin Contributions
    1

    Default Re: Sideboxes not showing up!

    What kind of change did you make to the 'offending' sidebox?

    Let's say, for example, you have made some changes to the tpl_categories.php file and now the Categories sidebox (and anything underneath it) is not displaying properly.

    Using a program that can compare files (or just print them out and go through them by hand), compare the tpl_categories.php from template_default and tpl_categories.php from your custom template.

    Look for missing 'end bits' in your file. Like a missing </div> or ?> and things like that.

    If you can't see where the problem is, rename your version to something else, save a new version into your template folder and make your changes again, one at a time.

    Hope this helps,
    Kerrin

  3. #3
    Join Date
    Dec 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: Sideboxes not showing up!

    I changed part of the stylesheet.css to change the text in the header of the sidebox banner_box2 and took out all the code in the tpl_banner_box2.php and replaced it with


    <a href="MY SHIPPING POLICY URL"><img src="MY IMAGE URL"></a>

    What i am trying to do it make the sidebox have a image that when clicked will take you to my shipping policy. I hope that someone can help me out. I figure I should have left of the original code in the tpl_banner_box2.php file??? If anyone can help that would be great.


    Thanks for the reply kdays!

  4. #4
    Join Date
    Dec 2005
    Posts
    1,059
    Plugin Contributions
    2

    Default Re: Sideboxes not showing up!

    To change the text in your sidebox headers, you need to make a copy of /includes/languages/english.php. For banner box 2, it's at about line 413-415 (in red):

    Code:
    define('BOX_HEADING_BANNER_BOX2','Have you seen ...');
    Be sure to leave the single quote marks. Your altered file will go back into your override file at /includes/languages/custom. (This is the only file that will go into this folder.)

    The contents of your banners are controlled in Admin/Tools/
    Banner Manager. You can have an image (uploaded when you make the banner) or html. You can't have both on the same banner.
    [FONT=Arial]Country Kitty Crafts[/FONT][FONT=Arial]
    [/FONT] [FONT=Garamond]
    [/FONT]

 

 

Similar Threads

  1. Sideboxes not showing
    By sc436 in forum Customization from the Admin
    Replies: 3
    Last Post: 29 Jan 2011, 11:53 PM
  2. Sideboxes not showing
    By DCDC in forum General Questions
    Replies: 3
    Last Post: 22 Jun 2010, 03:01 PM
  3. sideboxes not showing up
    By madalex28 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Mar 2010, 03:32 PM
  4. Sideboxes not showing up
    By thirdiphoto in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Feb 2008, 12:37 AM

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