Page 85 of 222 FirstFirst ... 3575838485868795135185 ... LastLast
Results 841 to 850 of 2217
  1. #841
    Join Date
    Dec 2008
    Posts
    27
    Plugin Contributions
    0

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

    Finally I got it to work. Thank you yellow1912 for the answer in the right direction. For those of you that is haveing the same problem as I am, here is how I did it. After installing IH2 and TPP you need to go back into IH2 folder and copy the jscript_imagehover.js file. This is located in includes/templates/template_default/jscript. After doing that you need to place the jscript_imagehover.js file in includes/templates/your_template/jscript. Once again thank you yellow1912 and everyone else in this wonderful community.
    Quote Originally Posted by yellow1912 View Post
    Your image hover affect doesnt work for you perhaps because you didnt copy the IH2 js files into your current template js folder.

  2. #842
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

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

    Yellow1912! saves the day.
    That wasn't the plan!

  3. #843
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

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

    If anyone finds out way that TPP attribute Tab when turned on (When using AIS module) doesn't kill AIS attributes from loading please post how.

    I can live without but may endeavor to use in the future... so not really important.

    TY.
    That wasn't the plan!

  4. #844
    Join Date
    Aug 2009
    Posts
    210
    Plugin Contributions
    1

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

    I looked all throughout the forum here for the answer but could nt figure it out. I can not seem to find the full instructions for how to add a tab for information on a manufacturer basis.

    More specifically we are trying to add a tab on our products that shows a color coded map indicating est. delivery times for ground deliveries.

    on zencart 1.3.8

    http://www.ribbonsbaskets.com

  5. #845
    Join Date
    Apr 2009
    Posts
    118
    Plugin Contributions
    0

    Default Re: get blank after install tabbed products por , help me please

    get blank after install tabbed products por , help me please
    Hi
    i get blank page after install tabbed products por ,and it display:Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /host/includes/functions/extra_functions/class.rlwp.php on line 23

    already install wordpress

    class.rlwp.php :
    define ('ABSPATH','/****/wordpress/'); // abs-path to wp
    if (file_exists(ABSPATH.'wp-config.php')) {
    require_once(ABSPATH.'wp-config.php');
    $wpinstall = true;
    }


    class rlWP {
    public $wpinstall;
    private $tag;

    function __construct(){
    $this->wpinstall = false;
    if (file_exists(ABSPATH.'wp-config.php')) {
    $this->wpinstall = true;
    require_once(ABSPATH.'wp-config.php');
    }
    }

    public function getWPTag($tag = 'zen-cart'){
    $content = '';
    $this->tag = $tag;
    if($this->wpinstall == true) {
    $lastposts = get_posts('tag=' . $this->tag);
    if(empty($lastposts)){
    $content = 'NIX gefunden';
    } else {
    foreach ($lastposts as $post) {
    $content .= '<div style="padding:4px; border: 1px solid green;"><h3>' . $post->post_title . '</h3><p>' . $post->post_content . '</p></div>';
    }
    }
    } else {
    $content = 'WP nicht installiert/richtig konfiguriert';
    }
    return $content;
    }
    }


    function getWPTag($tag = 'zen-cart'){
    $wp = new rlWP();
    return $wp->getWPTag($tag);
    }
    help me please
    www.cbwp.us
    tabbed_products_pro_1-06b.zip
    http://www.gueston.com Gueston wholesale plaza--wholesale cheap brand apparel

  6. #846
    Join Date
    Aug 2009
    Posts
    12
    Plugin Contributions
    0

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

    Hello! :)

    So I installed everything(tabbed pro, yellow's version) with no errors, and I used the tag provided in the readme...but I still cant get tabs to show up on the product pages.

    is there something I'm missing?

  7. #847
    Join Date
    Aug 2009
    Posts
    12
    Plugin Contributions
    0

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

    Quote Originally Posted by himmell1234 View Post
    Hello! :)

    So I installed everything(tabbed pro, yellow's version) with no errors, and I used the tag provided in the readme...but I still cant get tabs to show up on the product pages.

    is there something I'm missing?

    I did find something, I'm using the cold steel template...and when I copy over the html_header.php from the tabbed pro...the site display becomes messed up.

    I'm assuming this is probably the point of error.

    is there anyway I can combine the two html_header files?


    (sorry, php isnt my strong point)

  8. #848
    Join Date
    Feb 2009
    Posts
    46
    Plugin Contributions
    0

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

    I'm having a problem with Image Handler 2 and Tabbed Products Pro.

    My image hover works, but on the products page with the tabs looks OK, but the image pop up doesn't work. If you put your mouse over the image and (on IE at least) look at the bottom left corner you can see the words "javascript popupWindow....". Now when you click on the image to view it larger nothing happens and you now get an error on page messege in the bottom corner. If you refresh the page, the error goes away until you click the image again. How do I get the image pop up to work? Here is my site to see what it does www.phryz.com


    Thanks
    Dan

  9. #849
    Join Date
    Aug 2009
    Posts
    210
    Plugin Contributions
    1

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

    I was looking throuh the readme but for the life of me just couldnt see anything that discussed the SEO effects that this mod can have.

    For instance if I use the cross-sell mod with google recognize these as additional links on the page?

  10. #850
    Join Date
    Aug 2009
    Posts
    210
    Plugin Contributions
    1

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

    Quote Originally Posted by ksookma View Post
    I was looking throuh the readme but for the life of me just couldnt see anything that discussed the SEO effects that this mod can have.

    For instance if I use the cross-sell mod with google recognize these as additional links on the page?
    Nevermind, retarded...I found it - it's there

 

 

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