Page 202 of 222 FirstFirst ... 102152192200201202203204212 ... LastLast
Results 2,011 to 2,020 of 2217
  1. #2011
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Tabbed Products Pro (TPP) v1.09a submitted tonight..

    Changelog:

    • Slight change so that the javascript and CSS files only load on the product information pages
    • Add CSS3 (imageless) stylesheet in the /includes/templates/YOUR_TEMPLATE/css/tpp/*.css folder
    • Improved fix for the issue with the "duplicate" review buttons (incorrectly showed two "Write Reviews" buttons)
    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. #2012
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..

    Hi mcpisik,

    Sorry for the slow response, but looks like you've been Diva'ed already! :)

    As she pointed out, in your case it's best to hard code your display page per the readme instructions for the mod. That way you can use TPP as much as you please on all your document products w/o the hassle of messy per-page-code additions.

    If you already have TPP installed, you can use that bit of code to call TPP anywhere (EZpage, Category page, document prod pages, etc).

    Just copy and paste that bit of code I posted, then see what it does. It will only take a few seconds to figure it out:
    1. Create new EZ page (or whatever page).
    2. In source view, paste that code snippet I provided.
    3. Go take a look at the page to see what it did.

    In the areas where I used <p></p> you can post as much html as you please.

    Good luck!

  3. #2013
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..

    Quote Originally Posted by Feznizzle View Post
    Hi mcpisik,

    Sorry for the slow response, but looks like you've been Diva'ed already! :)
    "Diva'ed"????
    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.

  4. #2014
    Join Date
    Aug 2013
    Posts
    12
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..

    Quote Originally Posted by Feznizzle View Post
    Hi mcpisik,

    Sorry for the slow response, but looks like you've been Diva'ed already! :)

    As she pointed out, in your case it's best to hard code your display page per the readme instructions for the mod. That way you can use TPP as much as you please on all your document products w/o the hassle of messy per-page-code additions.

    If you already have TPP installed, you can use that bit of code to call TPP anywhere (EZpage, Category page, document prod pages, etc).

    Just copy and paste that bit of code I posted, then see what it does. It will only take a few seconds to figure it out:
    1. Create new EZ page (or whatever page).
    2. In source view, paste that code snippet I provided.
    3. Go take a look at the page to see what it did.

    In the areas where I used <p></p> you can post as much html as you please.

    Good luck!
    This is brilliant, although I had achieved a similar with jquery and put in a new different horizontal menu bar, but I was pretty limited in what I was doing.
    With this, how would you code in images from your domain server? <img src="/var/sites/k/kis...esh.co.uk/.../Slide5_Woodenbot.gif" alt="Book" id="book" />
    is it particularly simple.
    Odd the jquery demo stuff can be copied and pasted into an easy page and text written, but the functionality after that gets more tricky and you have to trawl through more code to look at where you are posting things.
    It could be a useful alternative.
    Last edited by LEJay; 16 Sep 2013 at 07:24 PM.

  5. #2015
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..

    Quote Originally Posted by LEJay View Post
    This is brilliant, although I had achieved a similar with jquery and put in a new different horizontal menu bar, but I was pretty limited in what I was doing.
    With this, how would you code in images from your domain server? <img src="/var/sites/k/kis...esh.co.uk/.../Slide5_Woodenbot.gif" alt="Book" id="book" />
    is it particularly simple.
    Odd the jquery demo stuff can be copied and pasted into an easy page and text written, but the functionality after that gets more tricky and you have to trawl through more code to look at where you are posting things.
    It could be a useful alternative.
    If you have TPP installed and your question is pertaining to how to add tabs to other pages, then please clarify your question.. If this is a GENERAL "How to add tabs to pages in Zen art" and you DO NOT have TPP installed, I'm afraid you need to move this discussion to a separate thread.
    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.

  6. #2016
    Join Date
    Aug 2013
    Posts
    12
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..

    Hi, I have installed TPP, i was wondering about inserting images into the text.
    http://kissmyvmesh.co.uk/index.php?m...id=1&chapter=1
    So I've placed two code iterations under the second tab. I can try and check the image, but its in the slider on my mainpage.
    http://kissmyvmesh.co.uk/

  7. #2017
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..

    Quote Originally Posted by LEJay View Post
    Hi, I have installed TPP, i was wondering about inserting images into the text.
    http://kissmyvmesh.co.uk/index.php?m...id=1&chapter=1
    So I've placed two code iterations under the second tab. I can try and check the image, but its in the slider on my mainpage.
    http://kissmyvmesh.co.uk/
    Still don't understand what it is you are asking.. In plain language what are you trying to put the tab?? an image from your slideshow??? If that's the case then just the URL to the image should be included in your HTML for the tab.. for example
    Code:
    <img src="http://kissmyvmesh.co.uk/images/banners/Slide1_hand.gif">
    Is that what you are afer or am I missing something here??
    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.

  8. #2018
    Join Date
    Aug 2013
    Posts
    12
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..

    You missed absolutely nothing. I got something wrong somewhere. I can follow the same method.

    Sorry about the jquery stuff, I was just remarking that its close to possible without the addon. (Ironically a cut and paste code quite possibly avoid the problems of people wanting to adapt things, less hassle... for addon devs...)

    Thanks for the help and brilliant addon. Cheers

  9. #2019
    Join Date
    May 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: Tabbed Products Pro (TPP) v1.09a submitted tonight..

    Thank you for this plugin, but it looks like there still is a error with the "Write review" button, as it still displays two times. It displays in the tab, and it displays under the tabs as well. How can I fix this?
    The verison I'm using is 1.09a (But the verion number on the admin page says 1.09. I guess you just forgot to edit it before uploading the new version?)

    Regards

  10. #2020
    Join Date
    Jan 2011
    Location
    Slovakia
    Posts
    24
    Plugin Contributions
    0

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

    Quote Originally Posted by dee_d_lady View Post
    Hi,

    I''m trying to figure out one cosmetic issue with TPP. I'm using TPP to show some Custom Tabs and Cross sell Tab towards the end of Product Info Page but the product description text (I don't use product description to be shown in tabs) is showing right above the tabs instead of the position that is set in tpl_product_info_display.php (below product title). I didn't find relevant code to make the text appear in the position set in my tpl_product_info_display.php. Guess it could be done in jscript_tpp.js? Can some give advice?

    Thank you!
    Please, can someone tell me, if it is possible to not show the text from product description table just above the tabs? I want to have TPP at the bottom of the page and the product description at the beginning of the page while other stuff (price block, additional images, attributes,...) between prod. description and TPP.

    Thanks for any help with this

 

 

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