Results 1 to 4 of 4
  1. #1
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

    help question something gone awry in left side sideboxes...

    Greetings Zenners...
    A strange thing has happened, and I don't know what's broken.
    My left side sideboxes (except for the google adsence) all have 'more' links on the top, and they all take you to more new products (the top box in the column, which is correct).

    Obviously, something's gone a little screwy in the code (CSS?), but it's beyond my limited ability to troubleshoot.

    Any ideas?
    Thanks!
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  2. #2
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

    Default Re: something gone awry in left side sideboxes...

    Quote Originally Posted by Moebiusenterprises View Post
    Greetings Zenners...
    A strange thing has happened, and I don't know what's broken.
    My left side sideboxes (except for the google adsence) all have 'more' links on the top, and they all take you to more new products (the top box in the column, which is correct).

    Obviously, something's gone a little screwy in the code (CSS?), but it's beyond my limited ability to troubleshoot.

    Any ideas?
    Thanks!
    Additional info - this only happens if the New products sidebox is *above* the others... it disappears if I drop it below the other sideboxes...

    wierd... my guess is something in that sidebox code? Happens with both New Products and Featured, but only on the left column.....
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  3. #3
    Join Date
    Jul 2005
    Posts
    537
    Plugin Contributions
    0

    Default Re: something gone awry in left side sideboxes...

    in your whats-new sidebox module, you have this:
    Code:
        $title =  BOX_HEADING_WHATS_NEW;
        $title_link = FILENAME_PRODUCTS_NEW;
    That "$title_link" is the URL to the [more] link.

    Whoever built your other sideboxes must not have reset that, so therefore the boxes "after" the whats-new will be using the same link.
    You need to use this in the sidebox module to cause the links not to show:
    Code:
        $title_link = false;

  4. #4
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

    Default Re: something gone awry in left side sideboxes...

    Quote Originally Posted by chuck View Post
    in your whats-new sidebox module, you have this:
    Code:
        $title =  BOX_HEADING_WHATS_NEW;
        $title_link = FILENAME_PRODUCTS_NEW;
    That "$title_link" is the URL to the [more] link.

    Whoever built your other sideboxes must not have reset that, so therefore the boxes "after" the whats-new will be using the same link.
    You need to use this in the sidebox module to cause the links not to show:
    Code:
        $title_link = false;
    ok... thanks!
    Seems like I'll be chunking around some code in the next few hours/days to get that fixed....
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

 

 

Similar Threads

  1. Admin Folder Renaming Gone Awry
    By Transmutator in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 19 Aug 2011, 12:21 AM
  2. Need to make right Sideboxes look like left side
    By jeffmic in forum Basic Configuration
    Replies: 4
    Last Post: 21 May 2010, 08:22 PM
  3. Sideboxes gone from right side on main page only
    By icklebits in forum Basic Configuration
    Replies: 17
    Last Post: 26 Nov 2009, 03:30 PM
  4. Sideboxes Shifting on Left Side
    By coolhandluke in forum Basic Configuration
    Replies: 14
    Last Post: 20 Aug 2007, 09:00 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