Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2005
    Location
    France - Limoges
    Posts
    101
    Plugin Contributions
    0

    Default SideBoxes : each custom designed

    Hi,

    I'm struggling with doing each box customized...

    How is it possible to have one particular sidebox have no title and have a titles on other sideboxes without simply playing around with language files. For example, there is no need for languages sidebox text to show as flags speak for themselves...

    There are many things I want to push a lot further with custom sideboxes, but having the info to do this should work perfect.

    Thanks.

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

    Default Re: SideBoxes : each custom designed

    You could probably style them in your stylesheet.css.

    You'd have to create specific id's for them

    #languages { ]
    h3#languagesHeading {}
    #languagesContent {}

    Add the styling you want.

    You may still have to work with the language files as well as the sideboxes files making some modifications.

    Check these two articles from the turtorials.

    http://www.zen-cart.com/tutorials/index.php?article=135

    http://www.zen-cart.com/tutorials/index.php?article=134


    These may not be exactly what you want but they give you a jumping off point.

  3. #3
    Join Date
    Mar 2006
    Location
    Rosebud, Victoria, Australia
    Posts
    310
    Plugin Contributions
    2

    Default Re: SideBoxes : each custom designed

    G'day,

    With v1.3.5, to turn off the display of a box heading, you should only need to modify your CSS file.

    Code:
    #currencies h3.rightBoxHeading { display: none; }
    would turn off the display of the heading for the Currencies sidebox, and you can do likewise for all of the other sideboxes.

    Best Regards, Lloyd borrett.

  4. #4
    Join Date
    Jun 2005
    Posts
    12
    Plugin Contributions
    0

    Default Re: SideBoxes : each custom designed

    Hi,

    I was trying to change my sideboxes with the tuturials suggested, I changed the first one and when I did Featured, this error came up:



    Parse error: syntax error, unexpected T_STRING in /home/amberbug/public_html/boutique/includes/modules/sideboxes/featured.php on line 27

    What do I do? I tried changing it back and it didn't work?

    Help please!

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

    Default Re: SideBoxes : each custom designed

    Can you post the code you used in the featured sidebox?

  6. #6
    Join Date
    Nov 2005
    Location
    France - Limoges
    Posts
    101
    Plugin Contributions
    0

    Default Re: SideBoxes : each custom designed

    Thanx a lot, I used the css method with :

    #currencies h3.rightBoxHeading { display: none; }

    That worked great for me, and will enable me to do other customizing... Had a look at other method, and will use that if I need to go into detail. Both answers were very usefull. Thanx again for your time.

 

 

Similar Threads

  1. v150 Creating and Tracking Custom Designed Products
    By Ramalam in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 23 Jul 2012, 02:53 PM
  2. Sideboxes are too far from each other
    By expensivedesign in forum Basic Configuration
    Replies: 4
    Last Post: 9 Feb 2009, 10:30 AM
  3. Custom Page For Each Category
    By Craig Robbo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Jan 2009, 11:36 AM
  4. Sideboxes Re-load for each page transition...
    By rainthebat in forum General Questions
    Replies: 5
    Last Post: 3 Aug 2008, 09:29 PM
  5. how to make 2 category sideboxes with different products in each?
    By chabates in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 24 Apr 2008, 08:56 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