Sorry, thought I posted it Site in question.
I used this to lead you right to the images.
Printable View
Sorry, thought I posted it Site in question.
I used this to lead you right to the images.
After checking your page code.. you dont appear to have the image hover javascript file in your includes/templates/classic/jscript folder at all.Quote:
Originally Posted by knuckle-101
you need this file jscript_imagehover.js in that folder for IH2 to work. maybe you accidentally deleted it at some point while installing the tabs. I do see the tablite javascript code is there tho.
LOL, I feel like an idiot, guess I forgot to upload it to the override.
Thanks
no problem :)Quote:
Originally Posted by knuckle-101
And for all you tab fans... (at least those in the USA) I feel compelled to share with you my new contrib that automates the process of creating mailing labels on the usps.com Click-n-ship site. GET IT NOW from my signature. Please excuse my shameless plug.. but it was a proud moment for me to get that working properly :)
nice indeed, its a nice asset to zencart.
:)
qhome,
Another question for you. If you visit here and click on additional images, you will notice that the background is shorter then the image span. Which part of the css do I have to edit to widen that?
Thanks
Actually on that link it looks like you broke the CSS file all together.. The tabs and images aren't showing at all.. just the link versions. but they aren't working.Quote:
Originally Posted by knuckle-101
Here you go try this Link
Sorry about that
Okay so I have a completely customized product_info page, where the product image is in a certain place along with the shopping cart etc... I want to use the tabs stuff so I can put extra images, products also bought, and whatever other tabs I want to use.
From looking at the README file and the other documentation it seems that the way tabbed lite works is it uses the tpl_tabbed_products_lite.php to come up with the new format and the tabs. I get this from an "if" statement that would bypass my tpl_product_info_display php code and use the tabbed lite php code.
So my questions is, if I want to keep the format that I currently have for certain parts of the product_info page then what I have to do is make those same modifications to the tpl_tabbed_products_lite.php ? Correct? I can't make the mods to all my products because they have already been entered into the system and there are too many.
Thanks guys, zencart has been an awesome help and the community is to thank!
-- Fernando
You would only have to edit the tpl_tabbed_products_lite.php file if you were making custom core tabs based on other modular contribs, or if you wanted a certain style ON the tabs.Quote:
Originally Posted by castylx
The "if" statements don't bypass your tpl_product_info_display.php by default. They only check if they should bypass certain sections based on your settings in the admin configuration area. So you could add the all the if statements for your code, but set everything for the tabbed lite code to 0 and you wouldn't even know tab code was even on that page as it would just display normally. So if you have your main image stuff set up a certain way, be sure to set the "Main Image On Tabs" option to 0 and it will use your style instead of the tabbed style version.
If you run into any problems, let me know and I will see what I can do to help.