Page 108 of 227 FirstFirst ... 85898106107108109110118158208 ... LastLast
Results 1,071 to 1,080 of 2267
  1. #1071
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hi, yes id like the cat selected text to indent to the right instead of to the left.

    Here's a link to the test template (not finished);

    http://www.crushcosmetics.com.au/store/

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

    Default Re: Categories Dressing

    The picture makes all the difference :) You didn't want an indent on the right side of the text, you wanted the left edge of the text to move right instead of left when selected. That was entirely an effect of the different bullet the selected category gets.

    You can move the whole line right like this
    Code:
    /*change  bullet when a category w/o bg image is open to products:*/
    #categories li a.cat-selected-text {
        list-style: square inside url(../images/bullet3.gif);/*change to list-style: none; to remove bullet*/
        margin-left: 1.0em; 
        }
    but you can't give more space between the bullet and the text - that is an automatic CSS function and not user-settable.

    Padding and text-indent have no effect on this spacing either. You may be able to achieve your desire by editing the "selected" bullet image to have some transparent space at its right side, though I don't know if the CSS will detect that and eliminate it. Try it and let me know!

  3. #1073
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Lol!

    Thanks Glenn that did the trick.

  4. #1074
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Categories Dressing

    Hi,

    Just trying to add a link to one of my headings and not getting it to work.

    So I add within the categories dressing defines file the line:

    Code:
    define ('CAT_BOX_HEADING_33_35','0|0|||<a href="yourdestination">Linked Heading</a>|3');//link in text heading - style 3
    For the title 'Design' to link to a design page what would I change to the above. (LINK)

    I tried a few things but it didn't work

    Thanks

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

    Default Re: Categories Dressing

    What is the address of the design page? Is it the one in the link? That is the homepage, which you can do with
    PHP Code:
    define ('CAT_BOX_HEADING_33_35','0|0|||<a href="index.php">Design</a>|3'); 

  6. #1076
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    help question Re: Categories Dressing

    Hello

    Is there a way to use swf files instead of gifs?

    I'd like to be able to just use one SWF with all the buttons in it and link to my categories myself, but i cant seem to make swf's work.

    Sorry if this question has been asked here already I could find it in search.

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

    Default Re: Categories Dressing

    Building your own flash menu is a completely different subject and not related to this mod. You should post a new thread in an appropriate forum if you want help with that.

  8. #1078
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: Categories Dressing

    Quote Originally Posted by gjh42 View Post
    Building your own flash menu is a completely different subject and not related to this mod. You should post a new thread in an appropriate forum if you want help with that.
    No I want to have category dressing use an swf file instead of a .gif file

    for example;
    PHP Code:
    categories li a.catBg65 {
        
    background-imageurl(../buttons/english/catbg65.SWF);
         
    height30px;
        } 
    I cant seem to get it to work. is it possible?

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

    Default Re: Categories Dressing

    The way you described it sounded incompatible with current coding, but if there are individual button files, that could work.

    The current version is built to use gifs, so you would need to edit categories_dressing_functions.php to use .swf instead.

    The new version 2.8 (not released yet, but ready to go) has a single define to set the image type.

  10. #1080
    Join Date
    Dec 2009
    Location
    Richmond, VA
    Posts
    160
    Plugin Contributions
    3

    Default Re: Categories Dressing

    Tried it and failed. Then I realized that flash has to be embedded. I need to be able to have the code generate <EMBED> tags where it would normally generate <IMG> tags but I can't seem to find where that is.

    Anyway maybe the new version could include this on the condition '.swf' is met.
    Code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" id=" ">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="catbg65.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#fffff" />	
    </object>
    Where bg color and name are vars or something. Wish I knew more about it.

    Either way thanks for the mod!

 

 

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