Search found 52 matches

by Jinx
Tue Jun 03, 2008 2:34 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: ComponentArt CategoryTreeView - How to tweak it
Replies: 4
Views: 31193

Re: ComponentArt CategoryTreeView - How to tweak it

Anyone know how to just style the child menu items separately from the main category styles?
by Jinx
Fri May 23, 2008 10:17 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: HTML Email Templates
Replies: 3
Views: 8766

Re: HTML Email Templates

Yes. I understand. I am researching right now the exact methodology of how able sends their emails and issues surrounding multipart, utf8 and etc. I just wanted to throw out a great reference that will help people troubleshoot their emails and help them to understand how they will need to change the...
by Jinx
Fri May 23, 2008 9:49 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: HTML Email Templates
Replies: 3
Views: 8766

Re: HTML Email Templates

If you want to see a great site that will tell you what is exactly supported by most email clients visit this site...
http://www.email-standards.org/
by Jinx
Fri Apr 25, 2008 4:22 pm
Forum: Feature Requests
Topic: Making all product options + add to cart visible by default
Replies: 44
Views: 63942

Re: Making all product options + add to cart visible by default

All issues would be solved if there was a default selection. (Just my two cents)
by Jinx
Fri Apr 11, 2008 8:12 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Re: Navigation treeview or flyout menus?

You got the navigation to wrap without scroll bars?
by Jinx
Tue Apr 08, 2008 9:25 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Re: Navigation treeview or flyout menus?

You're right. I added the node wrap as based upon component arts instructions and did not get an error and thought everything was working right... but.... since I have added a really long category name and the horizontal scroll displays.. SORRY thought it was working.
by Jinx
Mon Mar 31, 2008 3:58 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Field for custom message for products (engraving)
Replies: 2
Views: 7592

Re: Field for custom message for products (engraving)

Thanks. I knew it was something easy like that. :D
by Jinx
Mon Mar 31, 2008 3:22 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Field for custom message for products (engraving)
Replies: 2
Views: 7592

Field for custom message for products (engraving)

I am looking if the newest version of Able has a field or a way to have a little text field where people can insert text for engraving for a product. Is this a feature that exists? If so does it support showing it at the product detail level much like an option? Typical Monday for me today so I am s...
by Jinx
Wed Mar 19, 2008 6:32 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

I would love to see the html

I would love to see the actual html. I have to double check to justify everything for our SEO guy.
by Jinx
Tue Mar 18, 2008 6:25 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Emulator

If your emulator is a paid product could you check out http://www.etillastuffedanimals.com. It is the modified version you helped me work on. Since the initial link opens up using ajax to display the sub categories I am worried that Google won't be able to open it up to spider the product categories.
by Jinx
Tue Mar 18, 2008 6:11 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

emulator

What emulator are you using? I want to try and test it myself since I am using a modified treeview.
by Jinx
Mon Mar 17, 2008 12:23 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Is there a way?

Is there a way to get a no script into bumbles code that will trigger something like the simplecategorylist.ascx if Javascript is turned off? Or how are other people handling this if they are using the ajax navigation?
by Jinx
Mon Mar 17, 2008 11:12 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Code Issue

The code works excellent. I have found one big problem though. The Navigation uses Javascript and does not degrade if javascript is not enabled. The javascript to me personally is not an issue due to our stats showing almost 100% use of javascripts enabled for users but our SEO guy is railing me for...
by Jinx
Fri Mar 07, 2008 7:55 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Judy

Judy might be able to help better here as I actually don't like the folder icons so I disabled them so my actual text links control the opening of folder structure. The only advice I have is make sure you are pointing to the proper graphics in your custom/categorytreeview.ascx file. Double check tha...
by Jinx
Wed Mar 05, 2008 1:14 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Notice

Notice I set the width of the component as well as setting the nodewrap
by Jinx
Wed Mar 05, 2008 1:13 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

CODE

<asp:Panel ID="MainPanel" runat="server" CssClass="section"> <asp:Panel ID="HeaderPanel" runat="server" CssClass="header"> <h2><asp:Localize ID="HeaderTextLabel" runat="server" Text="Categories"></asp:Localize></h2> </asp:Panel> <asp:Panel ID="TreePanel" runat="server" CssClass="content"> <Component...
by Jinx
Wed Mar 05, 2008 1:12 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Code

<asp> <asp> <h2><asp></asp></h2> </asp> <asp> <ComponentArt> <Templates> <ComponentArt> <Template> <b><DataBinder></b> </Template> </ComponentArt> </Templates> </ComponentArt> </asp> </asp>
by Jinx
Wed Mar 05, 2008 1:11 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Darn

I screwed up my code Let me repost in a quote or something
by Jinx
Wed Mar 05, 2008 1:10 pm
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

OK

OK, in my CategoryTreeView.ascx file that is located in my Custom folder in the ConLib Directory I have this code... <asp> <asp> <h2><asp></asp></h2> </asp> <asp> <ComponentArt> <Templates> <ComponentArt> <Template> <b><DataBinder></b> </Template> </ComponentArt> </Templates> </ComponentArt> </asp> ...
by Jinx
Wed Mar 05, 2008 6:53 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Yes

I went to the Component Art website and saw that variable with the list of variables that component art had listed for TreeView so I just added it with the other variables that where being used in Bumbles code and it just worked. Ill list my code below... Nevermind our file server is down right now....
by Jinx
Fri Feb 29, 2008 7:13 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Image Folder

Inside the image folder in your theme you can create a folder called CategoryTreeView and place your collapse and expand images in there. Remember though you have to point to the correct image directory in the CategoryTreeView.ascx file that you should have placed in your Custom folder inside the Co...
by Jinx
Thu Feb 28, 2008 9:57 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Compunerdy

What are you looking for your navigation to do?

Check this site out (http://www.etillastuffedanimals.com)is this what you want it to do? Or what exactly do you want... Sorry things are slow for me this morning.
by Jinx
Thu Feb 28, 2008 7:34 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

One Thing

Yeah unfortunately when you click on small and nothing shows it is because the client has not loaded content into the category but still marked it as active. I believe if the category was empty and marked as inactive it would not have shown. If you click on Stuffed Animals and then Aquatic - that wi...
by Jinx
Thu Feb 28, 2008 7:24 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Category Page

I am using the Category Grid Page for my category content area. Is the site you are looking at viewable to the public? I could look at it if you like to get a sense of what your navigation is doing.
by Jinx
Thu Feb 28, 2008 7:19 am
Forum: Good Reference Posts
Topic: Navigation treeview or flyout menus?
Replies: 152
Views: 6670197

Judy

Judy, you might be using the modfication that I requested and bumbles added later after his initial code he submitted in this thread. Does your navigation show like my site here? http://www.etillastuffedanimals.com . On this site I didn't want to use icons for opening with ajax just the text so Bumb...