Page 182 of 227 FirstFirst ... 82132172180181182183184192 ... LastLast
Results 1,811 to 1,820 of 2267
  1. #1811
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    The li isn't necessarily essential - it's just a bit more specificity, which in this case may have been enough to override a more generic rule that only specified a classname or element type.

    a.cat-top would not have worked at all, because the <a> element is not named cat-top, the <li> element is.

  2. #1812
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Quote Originally Posted by gjh42 View Post
    Back from a weekend away, and will take these in order.
    Limelites - You can add "subtext" to the Hire Products category and put your link HTML in the define for the subtext, or add a heading above the next category for your link code.

    define('WHAT_EVER', '<a href="index.php?main_page=coming_soon">Coming Soon</a>');

    WHAT_EVER should be the appropriate kind of constant for the location and category desired, like examples in categories_dressing_defines.php.
    Hi Glen, welcome back! I missed your reply. Works a treat:

    define ('CAT_BOX_HEADING_349','0|0||| <a href="index.php?main_page=coming_soon">Coming Soon</a>|3||');


    .catBoxHeading3 {
    background-color: #F9F7FD;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 5px;
    }

  3. #1813
    Join Date
    Jul 2011
    Posts
    4
    Plugin Contributions
    0

    Idea or Suggestion Re: Categories Dressing. Why cant rename the Major&Minor Heading?

    HI,
    I have depart my categories into several categories as fellow on my website:
    1.Top Brands;
    2.Mens & Women Shop;
    3.Shoes Styles;
    4.Others Shoes;
    All the categories show normally except 2.Mens & Women Shop.
    It always show Major Heading Minor Heading.
    I have rename them at:define ('CAT_BOX_HEADING_3','1|0|||Major Heading|1|Minor Heading|2');//new list - text headings - multiple levels - styles 1 & 2.
    But it still show Major Heading Minor Heading.

    Pls tell me how to do.

    Tks.

  4. #1814
    Join Date
    Jul 2011
    Posts
    4
    Plugin Contributions
    0

    Idea or Suggestion Re: Categories Dressing. Why cant rename the Major&Minor Heading?

    HI,
    I have depart my categories into several categories as fellow on my website:
    1.Top Brands;
    2.Mens & Women Shop;
    3.Shoes Styles;
    4.Others Shoes;
    All the categories show normally except 2.Mens & Women Shop.
    It always show Major Heading Minor Heading.
    I have rename them at:define ('CAT_BOX_HEADING_3','1|0|||Major Heading|1|Minor Heading|2');//new list - text headings - multiple levels - styles 1 & 2.
    But it still show Major Heading Minor Heading.

    Pls tell me how to do.

    Tks.

  5. #1815
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing. Why cant rename the Major&Minor Heading?

    Let me see your website so I can tell what the cause of your problem is.
    I have rename them at:define ('CAT_BOX_HEADING_3','1|0|||Major Heading|1|Minor Heading|2');//new list - text headings - multiple levels - styles 1 & 2.
    But it still show Major Heading Minor Heading.
    So what does the define for CAT_BOX_HEADING_3 look like now?

  6. #1816
    Join Date
    Jul 2011
    Posts
    4
    Plugin Contributions
    0

    Idea or Suggestion Re: Categories Dressing. Why cant rename the Major&Minor Heading?

    Quote Originally Posted by gjh42 View Post
    Let me see your website so I can tell what the cause of your problem is.So what does the define for CAT_BOX_HEADING_3 look like now?
    Tks
    CAT_BOX_HEADING_3 now is:

    define ('CAT_BOX_HEADING_3','0|0|||Mens & Women & Kids Shop|1');//no list break - divider and text heading - style 1

    This is my website:http://www.bestfty.com


  7. #1817
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing. Why cant rename the Major&Minor Heading?

    You have other custom headings working there, so all I can say is that that particular define did not make it into the file version on the server. Or you might still have the original definition above the new one so that the new definition would fail to be processed.

  8. #1818
    Join Date
    Jul 2011
    Posts
    4
    Plugin Contributions
    0

    Idea or Suggestion Re: Categories Dressing. Why cant rename the Major&Minor Heading?

    Quote Originally Posted by gjh42 View Post
    You have other custom headings working there, so all I can say is that that particular define did not make it into the file version on the server. Or you might still have the original definition above the new one so that the new definition would fail to be processed.
    Thank you.
    I would find it out.

  9. #1819
    Join Date
    Jul 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Categories Dressing

    The mod looks promising, but I cannot get it to work at all. I copied all the files and in admin panel it shows the option to show all subcategories too, but when I put this in my template's header.tpl:

    PHP Code:
    require($template->get_template_dir('tpl_categories.php',DIR_WS_TEMPLATE$current_page_base,'sideboxes'). '/tpl_categories.php'); 
    it just gives these errors error:


    Notice: Undefined variable: box_id in /home/XXX/XXX/templates/XXX/sideboxes/tpl_categories.php on line 20


    and:

    Notice: Undefined variable: box_categories_array in /home/koulu116/public_html/includes/templates/sarianna/sideboxes/tpl_categories.php on line 22

    Any suggestions?

  10. #1820
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Categories Dressing

    Why are you trying to call tpl_categories.php from tpl_header.php? It is a sidebox mod which works with existing sidebox files, and will not work in the header without significant tweaking and additional files.

    What exactly do you want to accomplish?

 

 

Similar Threads

  1. categories dressing
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Nov 2010, 09:29 PM
  2. Categories Dressing
    By wotnow in forum Addon Sideboxes
    Replies: 10
    Last Post: 7 Apr 2010, 03:06 AM
  3. Categories Dressing issue
    By Maynards in forum Addon Sideboxes
    Replies: 0
    Last Post: 13 Mar 2010, 10:51 PM
  4. Categories Dressing
    By Maynards in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Mar 2010, 11:05 PM
  5. Categories Dressing
    By PGlad in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Aug 2007, 07:05 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR