Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Deirdre
I figured it out. I don't know if this is really how to fix it but I manually added <script language="javascript" src="includes/templates/premium3a/jscript/tpp.js"></script> to the header in the html_header file and it shows up fine.
Ahhh a javascript error.. Undo your edit.. If you rename the tpp.js file to jscript_tpp.js this will allow Zen to find the javascript file automatically without having to hardcorde it into the html_header file..
Quote:
Originally Posted by
Deirdre
Also, when I change the css choices in the admin part, the change doesn't reflect. I set the cache to 0 and still nothing. Any ideas?
Not sure what you mean by the highlighted part..
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
That works perfectly! Thanks!
The other part was if you go to admin > configuration > TPP and change the style sheet there, nothing changes.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Deirdre
That works perfectly! Thanks!
The other part was if you go to admin > configuration > TPP and change the style sheet there, nothing changes.
You have a newer version of the mod than I'm running.. I think I know what's happening.. but you need to post a link to your site for me to confirm..
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Here is it: (example of a test product)
http://nakedsoap.net/store/index.php...&products_id=1
I noticed earlier that on the source, it said
HTML Code:
<link rel="stylesheet" type="text/css" href="min/?f=/store/includes/templates/premium3a/css/stylesheet.css,/store/includes/templates/premium3a/css/stylesheet_categories_dressing.css,/store/includes/templates/premium3a/css/tpp.css, store/includes/templates/premium3a/css/tpp/NAME OF CSS HERE&1252988861" />
and now it doesn't, it just says
HTML Code:
<link rel="stylesheet" type="text/css" href="min/?f=/store/includes/templates/premium3a/css/stylesheet.css,/store/includes/templates/premium3a/css/stylesheet_categories_dressing.css,/store/includes/templates/premium3a/css/tpp.css&1252988861" />
I know that's not real helpful but for some reason, it's not showing up. Of course hard coding it works.
I'm also trying to remove the duplicate "product description" and "reviews" that appear in the tabs. Is that what the "magic tab" is suppose to hide or am I missing something?
Thanks so much for your help so far.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
cartguin
Zen Cart's popups are killed by TPP even on a clean install of ZC without a single (other) mod. I think this has something to do with the min folder but I cannot find instructions or figure out what min does or if I need to change configure.php and/or cache settings.
Posted via Mobile Device
Can't answer this either as the version of TPP I am running does not include the files found in the min folder (and all the Zen popups work just fine..) Have you tried installing the mod without the files min this folder?? At first glance it seems to me they add some sort of extra functionality but are not required to run TPP..
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
Deirdre
Here is it: (example of a test product)
http://nakedsoap.net/store/index.php...&products_id=1
I noticed earlier that on the source, it said
HTML Code:
<link rel="stylesheet" type="text/css" href="min/?f=/store/includes/templates/premium3a/css/stylesheet.css,/store/includes/templates/premium3a/css/stylesheet_categories_dressing.css,/store/includes/templates/premium3a/css/tpp.css, store/includes/templates/premium3a/css/tpp/NAME OF CSS HERE&1252988861" />
and now it doesn't, it just says
HTML Code:
<link rel="stylesheet" type="text/css" href="min/?f=/store/includes/templates/premium3a/css/stylesheet.css,/store/includes/templates/premium3a/css/stylesheet_categories_dressing.css,/store/includes/templates/premium3a/css/tpp.css&1252988861" />
I know that's not real helpful but for some reason, it's not showing up. Of course hard coding it works.
I'm also trying to remove the duplicate "product description" and "reviews" that appear in the tabs. Is that what the "magic tab" is suppose to hide or am I missing something?
Thanks so much for your help so far.
I'm afraid I know nothing about that minify app that is included with the latest version of TPP.. What ever the issue is with your stylesheet not being recognized has to do with how that minify app manages javascripts & stylesheets.. As I am using an older version of TPP (which does not include those extra files) I can't be of much help I'm afraid.. As I previously posted, it appears that these are optional files.. Is it possible for you to try installing TPP without them to see if the app behavior is different??
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
yeah i'm having the same thing about the picture popups but i'm not really worried about that.
I turned off the minify and still the same thing (i didn't even upload that folder). I'll try to see what I can figure out.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
See if this sheds some light:
Quote:
PHP Minify requires PHP5.2+ to work correctly, if you are using and older version you should disable CJ Loader. Since many modules come with CJ Loader by default, in case your server uses an older version of PHP you will see the css files on your site not loaded correctky (and leave you with a broken layout). Please go to Admin→Configuration→CJ Loader to disable it.