Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    9
    Plugin Contributions
    0

    Default removing/adding a page in sidebox

    hello, im new in zen cart and need help with few things, I already search in forums but i canīt figure it.

    - removing a page of the side box. (I want to remove "privacy", donīt show the link)
    - adding a page/link ( I want to add a new page in the same box called "info")
    - put a image as background in the sidebox (in the box not in the box header)

    any help will be apreciated!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: removing/adding a page in sidebox

    - removing a page of the side box. (I want to remove "privacy", donīt show the link)
    Privacy and other defines pages are settable in admin > config > Define Page Status > Define Privacy Status > set as you want
    - adding a page/link ( I want to add a new page in the same box called "info")
    See the about us module in the downloads/other section for the steps in creating a new defines page
    - put a image as background in the sidebox (in the box not in the box header)
    If just for that side box then apply a background-image in this tag in the template stylesheet: and of course adjust for your colors & template
    Code:
    #informationContent{
    	background-image: url(../images/image?_bg.jpg);
    	background-repeat: repeat-x; (could be different upon your image)
    	background-color: #ffffff;
    	}

  3. #3
    Join Date
    Aug 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: removing/adding a page in sidebox

    great, I turned off the private page. I will continue trying the rest of changes, thanks a bunch!

 

 

Similar Threads

  1. Removing default contact info on contact us page/adding form to page
    By haggis0929 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Dec 2009, 06:41 PM
  2. Adding and Removing page links in left Nav column
    By Rickwilliams in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 31 Aug 2009, 07:42 PM
  3. Adding or removing links on information sidebox
    By rjgonzalez in forum General Questions
    Replies: 6
    Last Post: 2 Apr 2009, 09:13 PM
  4. Adding one sidebox to a define page when sidebox is turned off
    By Happyworker in forum Basic Configuration
    Replies: 3
    Last Post: 30 Nov 2008, 01:27 AM
  5. Adding and removing page buttons
    By Benni in forum General Questions
    Replies: 0
    Last Post: 7 Sep 2007, 06:43 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