Hi All,
Currently in Browse Categories, links will not show the current category, I mean it is not highlighted, so that user can recognise which category he is browsing. Can any one tell me how to find current category in the list of categories, so that i can add CSS class to differentiate it. Regards, Naveen. |
there is a Choose Catalog
http://demo-trunk.ofbiz.apache.org/ecommerce/ Not sure what you referring to. you can do a view source to get the classID for CSS ========================= BJ Freeman Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Naveen Kumar sent the following on 10/19/2010 5:42 AM: > Hi All, > > Currently in Browse Categories, links will not show the current category, I > mean it is not highlighted, so that user can recognise which category he is > browsing. > > Can any one tell me how to find current category in the list of categories, > so that i can add CSS class to differentiate it. > > Regards, > Naveen. > |
Hi Freeman,
I'd like to add a css class, say "active" to the current active category so as to highlight it to the user that he is in that particular category. For example, if the user is browsing through widgets, I'd like the widgets category link to be shown in a blue background and white text (or simply I'd like to add a class called "active" to the widgets category). How can I know that if a category is the current category so that I can add a css class to it using ftl? Regards, Naveen. On Tue, Oct 19, 2010 at 7:17 PM, BJ Freeman <[hidden email]> wrote: > there is a Choose Catalog > http://demo-trunk.ofbiz.apache.org/ecommerce/ > Not sure what you referring to. > you can do a view source to get the classID for CSS > > ========================= > BJ Freeman > Strategic Power Office with Supplier Automation < > http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > > > Naveen Kumar sent the following on 10/19/2010 5:42 AM: > > Hi All, >> >> Currently in Browse Categories, links will not show the current category, >> I >> mean it is not highlighted, so that user can recognise which category he >> is >> browsing. >> >> Can any one tell me how to find current category in the list of >> categories, >> so that i can add CSS class to differentiate it. >> >> Regards, >> Naveen. >> >> > |
http://demo-trunk.ofbiz.apache.org/ecommerce/products/PC-100
do a view source and find the class the Category (Configurables PCs) is in. you can also see what file you need to add your class to. ========================= BJ Freeman Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Naveen Kumar sent the following on 10/19/2010 7:06 AM: > Hi Freeman, > > I'd like to add a css class, say "active" to the current active category so > as to highlight it to the user that he is in that particular category. > > For example, if the user is browsing through widgets, I'd like the widgets > category link to be shown in a blue background and white text (or simply I'd > like to add a class called "active" to the widgets category). How can I know > that if a category is the current category so that I can add a css class to > it using ftl? > > Regards, > Naveen. > > On Tue, Oct 19, 2010 at 7:17 PM, BJ Freeman<[hidden email]> wrote: > >> there is a Choose Catalog >> http://demo-trunk.ofbiz.apache.org/ecommerce/ >> Not sure what you referring to. >> you can do a view source to get the classID for CSS >> >> ========================= >> BJ Freeman >> Strategic Power Office with Supplier Automation< >> http://www.businessesnetwork.com/automation/viewforum.php?f=52> >> Specialtymarket.com<http://www.specialtymarket.com/> >> Systems Integrator-- Glad to Assist >> >> Chat Y! messenger: bjfr33man >> >> >> Naveen Kumar sent the following on 10/19/2010 5:42 AM: >> >> Hi All, >>> >>> Currently in Browse Categories, links will not show the current category, >>> I >>> mean it is not highlighted, so that user can recognise which category he >>> is >>> browsing. >>> >>> Can any one tell me how to find current category in the list of >>> categories, >>> so that i can add CSS class to differentiate it. >>> >>> Regards, >>> Naveen. >>> >>> >> > |
Free forum by Nabble | Edit this page |