Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStorecss help on store menucss help on store menu
Previous
 
Next
New Post
12/8/2007 11:24 AM
 

Hi TeamBound,

All text-styling related things can be managed through css classes as follows:
.Store-CategoryMenu-Entity
.Store-CategoryMenu-Item
.Store-CategoryMenu-Entity
.SelectedCategory
.Store-CategoryMenu-ItemSelected

If you need more specific information, then please specify more details.

 
New Post
12/8/2007 11:57 AM
 

Hi Jan

Yes, you would think that those classes should control the elements in the store menu and I have tried many scenarios. The class .Store-CategoryMenu-Item controls the parent item and it is the only items that changes. So this is what it looks like once I change the .Store-CategoryMenu-Item class to include font-size x-small and font ot Verdana. The subs remain times-roman. Could there be a conflict in  the skin or portal css?

Parent
  sub 1
   sub 2
   sub 3

I cannot no matter what classes I change, change the subs font and font size. They seem to be overridden somehwere. I viewed the source and noticed that once a category is clicked, there is a classes in the div that contains the sub items that is called SelectedCategory which I cannot find anywhere in stylesheets. I thought I could change the entity class which would style the entity and if necessary use the item class to style the sub items but it does not work that way.

What do you think?

 
New Post
12/8/2007 12:47 PM
 
Hi TeamBound,

yes, I see your problem now.  The subs elements haven’t defined any styles (nor css classes). I defined general font style higher in hierarchy in style sheet of my default skin (the body class).

If you need something more specific for your store menu module, you can use the following statements too:

.Store-CategoryMenu-Entity,
.Store-CategoryMenu-Entity A,
.Store-CategoryMenu-Entity .Store-CategoryMenu-Item A  /* this works for subx items */
{}
.Store-CategoryMenu-Entity A:active
{}
.Store-CategoryMenu-Entity A.SelectedCategory
{}
.Store-CategoryMenu-Item A.Store-CategoryMenu-ItemSelected
{}

I hope this helps a little. The Store module requires a lot of work …

 

 
New Post
12/10/2007 9:27 AM
 

Hi Jan,

Thanks for your valuable help! I "speak" VB, C# and some other languages, but CSS drive me crazy!

I agree with your comment, the Store requiere a lot of work for me to enhance it and for the users to understand all capabilities! If you have suggestions do not hesitate to submit them.

Gilles


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
2/18/2008 8:55 AM
 

I think that i have the same problem with the CSS classes in the Store Module.

Have some changes made in the FontStyles.css but it is not what i expected to.

here my changes:

/* Module Store Menu */
/* Categories */
/* ========== */
.Store-CategoryMenu-Entity { font-size:10px; font-family:Verdana;  }
.Store-CategoryMenu-Entity .Store-CategoryMenu-Item A {font-size:9px; font-family:Verdana;}
.Store-CategoryMenu-Entity A:active{}
.Store-CategoryMenu-Entity A.SelectedCategory{}
.Store-CategoryMenu-Item A.Store-CategoryMenu-ItemSelected{}
.Store-CategoryMenu-ItemSelected A:link,
.Store-CategoryMenu-ItemSelected A:active,
.Store-CategoryMenu-ItemSelected A:visited,
.Store-CategoryMenu-ItemSelected { font-size:10px; font-family:Verdana;color:#0d69b2; text-decoration:none; }
.Store-CategoryMenu-ItemSelected A.:hover {text-decoration:underline;}
.Store-CategoryMenu-Item A.:link, .Store-CategoryMenu-Item A.:active, .Store-CategoryMenu-Item A.:visited, .Store-CategoryMenu-Item {color:#0d69b2;text-decoration:none;font-size:10px; font-family:Verdana;}
.Store-CategoryMenu-Item A.:hover {text-decoration:underline;}

What i want to do is, that the Subitems for the Sub-Categories appears a litte bit smaler than in the core version.

if someone would like to see : http://www.coesfeld-test.de/Produkte/tabid/56/CategoryID/31/language/de-DE/Default.aspx

i hope that anyone can tell me how to change the core to get the result i expected like this:

Abriebprüfung (Verdana, X-Small)

    Abriebtester (Verdana, XX-Small)

    Reibungstester (Verdana, XX-Small, SelectedItem)

Greetings from Germany

Sascha

 

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStorecss help on store menucss help on store menu


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out