Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I'm okay with silly. I figured out what it was. I've got a copy of my zen install in /test_shop/ but using the same database. Somehow, it's pulling the css from the live shop, in /shop/. So when I change the stylesheet_tpp.css in the /test_shop? install, it has no effect. When I change the one in /shop/, bingo.
Thanks for the help!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Happens to all of us.. My silly moments are usually accompanied by a late night work session. Sleep deprivation and a glass of merlot is USUALLY involved..:yes:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
DivaVocals
and a bottle of merlot is USUALLY involved..:yes:
be honest :P
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
be honest :P
no no no.. just a glass!!!:laugh::laugh:
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I'm sorry, but I really new to all this. I downloaded Tabbed Products Pro, and cannot open the installation instructions on the read me file...
Where can I find installation instructions?
Thanks!
Candy
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
candylotus
I'm sorry, but I really new to all this. I downloaded Tabbed Products Pro, and cannot open the installation instructions on the read me file...
Where can I find installation instructions?
Thanks!
Candy
When you unzip the files, you should have a doc folder and an includes folder. In the doc folder, you're looking for the file readme_tabbed.html
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
candylotus
I'm sorry, but I really new to all this. I downloaded Tabbed Products Pro, and cannot open the installation instructions on the read me file...
Where can I find installation instructions?
Thanks!
Candy
Be sure that you completely unzip before trying to open the html file as well, so the html file can find all its needed support files
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi qhome,
Thanks again for great mod :smile:
I resolve problem with different stylesheet_tpp.css for different languages. I add in html_header.php :
PHP Code:
$sheets_array = array('/' . $_SESSION['language'] . '_stylesheet',
'/' . $_SESSION['language'] . '_stylesheet_tpp',
Now it's accept hebrew_stylesheet_tpp.css for hebrew pages.
But when I use it very often when I click "next product" in product info page in FireFox, Firebug show me error: queue[i] is undefined tabContext.js (line 329) null
and this is the line 329 : queue[i].apply(queue[i+1], queue[i+2]);
please help to resolve it.
http://www.bestfashion.me/tops-c-8/s...lack-top-p-696
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
xordox
Hi qhome,
Thanks again for great mod :smile:
I resolve problem with different stylesheet_tpp.css for different languages. I add in html_header.php :
PHP Code:
$sheets_array = array('/' . $_SESSION['language'] . '_stylesheet',
'/' . $_SESSION['language'] . '_stylesheet_tpp',
Now it's accept hebrew_stylesheet_tpp.css for hebrew pages.
But when I use it very often when I click "next product" in product info page in FireFox, Firebug show me error: queue[i] is undefined tabContext.js (line 329) null
and this is the line 329 : queue[i].apply(queue[i+1], queue[i+2]);
please help to resolve it.
http://www.bestfashion.me/tops-c-8/s...lack-top-p-696
Very impressive site. I am not seeing that error that you mention when I click next product. More so, that "queue" stuff isn't part of my code.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
qhome
Very impressive site. I am not seeing that error that you mention when I click next product. More so, that "queue" stuff isn't part of my code.
Thank you very much :D I'll try to find this error in another modules.