Page 165 of 222 FirstFirst ... 65115155163164165166167175215 ... LastLast
Results 1,641 to 1,650 of 2217
  1. #1641
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Upgrade to the latest version.. The WordPress integration (which causes issues) was removed in the last version available..
    Quote Originally Posted by jameszxc View Post
    Hi,thank you for your prompt reply, to be honest, I installed SQL, but it can not work! Finally I check the catch fold, I find the Promblem,But I do not know how to solve it!
    It was something some with wordpress! I merged wordpress on my zencart! If I log in my admin turn off WOZ, My site work well! the error shows as follow:
    PHP Code:
    [18-Dec-2011 12:15:48PHP Warning:  require_once(/var/www/zc138/wordpress/wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open streamNo such file or directory in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
    [18-Dec-2011 12:15:48PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/zc138/wordpress/wp-config.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear'in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39 
    I check ed init_woz.php on line 39,it as follows:
    PHP Code:
      require_once(ABSPATH 'wp-config.php');
      
    wp(); 
    any one can help?
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #1642
    Join Date
    Nov 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by DivaVocals View Post
    Upgrade to the latest version.. The WordPress integration (which causes issues) was removed in the last version available..
    Thank you DivaVocals, I have uninstalled WOZ, I installed "wordpress_on_zencart__sideboxes_only_edition_v_1-0" instead! Though it can not load my site's template, but it can work with tabbed product pro! Now My site is going on well!
    Thank you everyone for helping me out! I learnt much here!

  3. #1643
    Join Date
    Dec 2011
    Location
    Athens, Greece
    Posts
    32
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Just InstalledTabbed products Pro.
    works fine but when I use inspect element in Firefox or Chrome, the css seems very long and strange. and the corresponding line is wrong. Before the installation everything was normal.

    http://www.koufetakia.gr/eshop

  4. #1644
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,238
    Plugin Contributions
    1

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Adding Global Tabs

    In case anyone is having problems creating global tabs (I noticed some fairly recent posts on this). I found that using the info in the .pdf help file worked, eventually.

    The sample code in that file reads:

    PHP Code:
    $fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee."
    $fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222." 
    but should have a semi-colon at the end of each line, as in:

    PHP Code:
    $fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee.";
    $fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222."

  5. #1645
    Join Date
    Dec 2004
    Location
    Victoria, Australia
    Posts
    161
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    I must be missing something in the instructions, because I can't get this to work properly.
    I have installed TTP 1.0.7 on ZC 1.3.9 but it is not displaying the tabs.
    I have enabled 'TPP - Global Enable Tabs', 'TPP - Global Product Description Tab' and 'TPP - Global Reviews Tab'
    It display links (that function as expected when clicked) but no tabs at all. It's like it cannot find the css files. And yes, I've checked. The css files are in
    /site/store/includes/templates/theme/css/tpp
    I've only added those files mentioned in the Tabbed Products Pro v1.07/doc/readme_tabbed.html files "Installation" tab.

    Help?

  6. #1646
    Join Date
    Dec 2004
    Location
    Victoria, Australia
    Posts
    161
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Ok. Found the Read Me file that says to move css files to the main css dir and rename them. Maybe that would be in the install instructions in a future upgrade.

  7. #1647
    Join Date
    Dec 2004
    Location
    Victoria, Australia
    Posts
    161
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    God's... it's me again!

    I'm not sure what I'm missing .... but the HTML code in the product description field is being ignored by TPP (except <br>). I've checked other contrib users sites, and their HTML formatting is working fine.

    Any pointers?

  8. #1648
    Join Date
    Dec 2011
    Location
    Athens, Greece
    Posts
    32
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by satyros View Post
    Just InstalledTabbed products Pro.
    works fine but when I use inspect element in Firefox or Chrome, the css seems very long and strange. and the corresponding line is wrong. Before the installation everything was normal.

    http://www.koufetakia.gr/eshop
    I have one more question that is also unanswered. If I want to uninstall Tabbed Products Pro, what should I do, especially about the database. As far as I know most modules have an uninstall.sql patch. It totally destroyed my css structure.
    Thanx in advance

  9. #1649
    Join Date
    Dec 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by CabernetCat View Post
    Ok. Found the Read Me file that says to move css files to the main css dir and rename them. Maybe that would be in the install instructions in a future upgrade.
    Hi. I am having the same problem in that after going through the installation and double checking the steps, the product tabs are still not showing. I have read the Readme file in the css/tp folder and am confused.I tried out the steps but still am unsuccessful. Would be grateful if you could detail out the baby steps you use.
    Thank you

  10. #1650
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by Vanni View Post
    Hi. I am having the same problem in that after going through the installation and double checking the steps, the product tabs are still not showing. I have read the Readme file in the css/tp folder and am confused.I tried out the steps but still am unsuccessful. Would be grateful if you could detail out the baby steps you use.
    Thank you
    if installation is correct and still you are not seeing the tabs. possible problem can be tpp file and folder Permissions.
    they may not be set to 755 for folder and 644 for file . they might have lower permission.

 

 

Similar Threads

  1. Main Image Replacer (MIR) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 5 Aug 2017, 02:47 AM
  2. v154 Tabbed Prod Pro (TPP): Adding Anchor Links
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 30 May 2016, 07:50 PM
  3. v139h Conflicts between Tabbed Home and Tabbed Products Pro v1.07
    By swdynamic in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 14 Sep 2014, 06:29 PM
  4. Column Divider Pro (CDP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 275
    Last Post: 3 Nov 2013, 07:44 AM
  5. Tabbed Products Contrib [WIP]
    By qhome in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 22 Sep 2008, 01:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR