qhome,
please tell me how I can override the stylesheet_tpp.css for different languages? language_stylesheet_tpp.css doesnt work![]()
Never designed the tabs to be languaged based. Are you saying you have different colors on your site depending on the language?
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
No,
I just want use it also with a hebrew (RTL language). and it demands that tabs will align to the right side, I did changes:
#slidetabsmenu {
float:RIGHT;
width:100%;
font-size:93%;
border-bottom:1px solid #E276A7;
line-height:normal;
}
and its wonderful,
but for english and russian it need to be align to the left side:
#slidetabsmenu {
float:LEFT;
width:100%;
font-size:93%;
border-bottom:1px solid #E276A7;
line-height:normal;
}
I want use same alt_tpp_tabs8.css, but how I can include in it code for different languages?
sorry for my bad english![]()
Can't we just train hebrews to read left to right? Would probably be easier. Ill see if I can do it easily
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
This really nagged at me..My client really liked the reviews tab.. (which we ended up turning off because regardless of whether it's presense would likely not hurt sales, two "Write a Review" buttons just looked odd esthetically)
Anyway I did some sleuthing, and realized that editing the "tpl_product_reviews_default.php" file was the solution to my issue. I commented out the last "Write a Review" button (near the bottom of this file), and TADA!!!! The "Write a Review" button no longer appears on the "Reviews" tab..
Wanted to share in case anyone else needed this particular answer..
This is a GREAT mod.. There are so MANY tab options.. I browsed through the various stylesheets, and found one that match my clients custom/profesionally designed template PERFECTLY.. I'm going to make this mod a part of all my future Zen Cart builds..![]()
This is a fantastic mod. That said, maybe you can shed a little light on how I can move the tabbed box down, below attributes.
I've played a bit with the tpl_product_info_display.php but the tabbed section wants to default to it's original position. Placing attributes on a tab is an option, but I'd much prefer to adjust the position.
Thanks in advance,
Doug
www.broadwayfloral.com
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Bookmarks