Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
I could tell you that, but I'd be lying :P
Writing reviews goes through other checks to see if you are logged in so it just makes it easier for it to leave the page and handle it the normal way
:D ok.
Another way. When I write review and press button "submit" its goin direct to "product info page" with "reviews" tab opened? :flex: Is it possible?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
qhome,
please tell me how I can override the stylesheet_tpp.css for different languages? language_stylesheet_tpp.css doesnt work :(
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Never designed the tabs to be languaged based. Are you saying you have different colors on your site depending on the language?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Never designed the tabs to be languaged based. Are you saying you have different colors on your site depending on the language?
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 :smartalec:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Can't we just train hebrews to read left to right? Would probably be easier :P. Ill see if I can do it easily
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Can't we just train hebrews to read left to right? Would probably be easier :P. Ill see if I can do it easily
:D:D:D
Is it possible to include alt_tpp_tabsX.css or stylesheet_tpp.css direct to main stylesheet? and after will be easy override it :frusty:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
Great mod.. Installed and worked on the 1st try! I only have one question: The reviews tab includes the "Write a Review" button.. However there is also a "Write a Review" button at the bottom of the product page. How do I get rid of one or the other of these buttons.. I think I'd prefer that the reviews tab not contain the "Write a Review" button.. I think I'd like the reviews tab for just displaying product reviews..
This really nagged at me..:laugh: 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..:clap:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
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
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
pdxdoug
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
You are in the right place for changing it. It shouldn't default any positions if you move it below, as long as you have attribs on tab globally disabled in the admin area
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
This really nagged at me..:laugh: 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..:clap:
Thank you for your reply...I needed to delete one of the buttons also.
:smile: