Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26
  1. #21
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Page that displays all categories

    ox.team.. Your solution is simple and works just as you stated it would..

  2. #22
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Page that displays all categories

    Quote Originally Posted by gjh42 View Post
    Actually, I got a display of all of my top cats on a regular index page (not my home page) by changing the address bar to read "&cPath=0":

    http://www..../index.php?main_page=index&cPath=0

    If you can make that call in a link, you may get what you want. I got the breadcrumbs saying "Home", but not my define_main_page formatting.
    This kind of call may cause session problems or have other side effects - use with caution.
    Wanted to add this tidbit.. I ended up using this page with ox.teams solution. The only issue was I could not figure out where to get rid of or modify the text that show in the categories heading (it displays "Home")

    So I added this to my style sheet:

    Code:
    #indexCategoriesHeading {
     font-size: .1em;
     color: #383E44;
     }
    I set the text color the same as my "mainWrapper" background color so that the text would "disappear", and then I set the font size super tiny so that it inteferes very minorly with the layout of the page.

    Not elegant.. but it did the job.. **sigh**

  3. #23
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Page that displays all categories

    You could use: display:none
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #24
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Page that displays all categories

    Quote Originally Posted by yellow1912 View Post
    You could use: display:none
    At the risk of sounding like a total dummy.. I'm not sure I understand what you mean by this.. Can you provide a little clarification..

  5. #25
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Page that displays all categories

    You are using the same color with the background to make it look like it's not there. But instead of that, you could use
    #indexCategoriesHeading {
    display:none;
    }

    This tells the browser NOT to display that id
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #26
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Page that displays all categories

    Quote Originally Posted by yellow1912 View Post
    You are using the same color with the background to make it look like it's not there. But instead of that, you could use
    #indexCategoriesHeading {
    display:none;
    }

    This tells the browser NOT to display that id
    Ahhhhhhhhhh..
    Thank you very much kind sir.. THAT is a MUCH better solution!! I thank you for sharing your wisdom..

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. is there a page that displays all products in a category?
    By warroyo90 in forum General Questions
    Replies: 1
    Last Post: 1 Jun 2012, 04:12 PM
  2. Categories Menu that displays part of categories
    By SteveDuncan in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 28 Jan 2010, 12:45 AM
  3. VARIABLE / CONSTANT that displays page name?
    By edwardtilbury in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Apr 2009, 09:15 PM
  4. Banners links just open new page that displays banner image!
    By teqmedia in forum Basic Configuration
    Replies: 1
    Last Post: 18 Mar 2009, 05:43 AM
  5. How to Add Page that has all Categories
    By wagnerguy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Nov 2008, 02:12 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