Page 54 of 222 FirstFirst ... 444525354555664104154 ... LastLast
Results 531 to 540 of 2217
  1. #531
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by kburner View Post
    Thank you for your reply...I needed to delete one of the buttons also.
    Glad I could help!

  2. #532
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Glad I could help!
    ok...I tried to comment out the line with //. But did not work.

    Where do I put it?

    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, zen_get_all_get_params(array('reviews_id'))) . '">' . zen_image_button(BUTTON_IMAGE_WRITE_REVIEW, BUTTON_WRITE_REVIEW_ALT) . '</a>'; ?></div>

    Thanks, Kim

  3. #533
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

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

    Quote Originally Posted by kburner View Post
    ok...I tried to comment out the line with //. But did not work.

    Where do I put it?

    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, zen_get_all_get_params(array('reviews_id'))) . '">' . zen_image_button(BUTTON_IMAGE_WRITE_REVIEW, BUTTON_WRITE_REVIEW_ALT) . '</a>'; ?></div>

    Thanks, Kim
    Anyone??

  4. #534
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

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

    Quote Originally Posted by kburner View Post
    Anyone??
    Ok I finally figured it out with much searching. The /*comment*? did not work for me, but <!--comment--> did.


  5. #535
    Join Date
    Jun 2008
    Posts
    17
    Plugin Contributions
    0

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

    hi,man, thanks for the great module. Our site is using it and it is working great.
    We are trying to add sth like the attached image to the product info page:

    http://www.88oceans.com/index.php?ma...roducts_id=528

    The attached image is from :
    http://www.globalsourcesdirect.com/s...nlocked/Detail


    We are willing to pay for this. Pls contact me by [email protected] for further dicusssion.
    Attached Images Attached Images  

  6. #536
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by kburner View Post
    Ok I finally figured it out with much searching. The /*comment*? did not work for me, but <!--comment--> did.

    HA! I missed your cries for help.. but I see you figured out that it is the HTML comment that you needed..

    Quote Originally Posted by silkhouse View Post
    We are trying to add sth like the attached image to the product info page:

    http://www.88oceans.com/index.php?ma...roducts_id=528

    The attached image is from :
    http://www.globalsourcesdirect.com/s...nlocked/Detail


    We are willing to pay for this. Pls contact me by [email protected] for further dicusssion.
    This thread is probably not the place to post this.. There is a forum here for these specific types of requests..

    http://www.zen-cart.com/forum/forumdisplay.php?f=137

    HTH

  7. #537
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    I must be missing something simple. I've got the mods installed and seems to be all be working, with one exception. I'm trying to find a css to compliment my site but no matter which css I select, nothing changes.

    I'm editing stylesheet_tpp.css I've got several css in the /tpp/ subfolder. All the gifs are in the /images/tpp/ folder within my template.

    You can see http://customcreationsunltd.com/test...roducts_id=340 as an example, if it helps.

    Thanks. I'm looking forward to getting this set-up. I think it's a great mod.

  8. #538
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by jeking View Post
    I must be missing something simple. I've got the mods installed and seems to be all be working, with one exception. I'm trying to find a css to compliment my site but no matter which css I select, nothing changes.

    I'm editing stylesheet_tpp.css I've got several css in the /tpp/ subfolder. All the gifs are in the /images/tpp/ folder within my template.

    You can see http://customcreationsunltd.com/test...roducts_id=340 as an example, if it helps.

    Thanks. I'm looking forward to getting this set-up. I think it's a great mod.
    In the stylesheet_tpp.css file change the highlighted part to reference the tab stylesheet # you want to use (from the /css/tpp folder)..
    Code:
    @import "tpp/alt_tpp_tabs13.css";
    or

    Create your own tab stylesheet, and edit the highlighted section with the name of your custom template.
    Code:
    @import "tpp/alt_tpp_tabs13.css";
    The template images should be stored in:
    /images/tpp/
    and the stylesheet should be stored in:
    /css/tpp

  9. #539
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    Quote Originally Posted by DivaVocals View Post
    In the stylesheet_tpp.css file change the highlighted part to reference the tab stylesheet # you want to use (from the /css/tpp folder)..
    Code:
    @import "tpp/alt_tpp_tabs13.css";
    or

    Create your own tab stylesheet, and edit the highlighted section with the name of your custom template.
    Code:
    @import "tpp/alt_tpp_tabs13.css";
    The template images should be stored in:
    /images/tpp/
    and the stylesheet should be stored in:
    /css/tpp
    The files are in the directories you mention with the assumption you're talking about the within my template directory. I've tried changing '13' in your example several times but the website display does not change. I don't get it.

  10. #540
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by jeking View Post
    The files are in the directories you mention with the assumption you're talking about the within my template directory. I've tried changing '13' in your example several times but the website display does not change. I don't get it.
    I know this sounds silly, but did you upload your modified stylesheet file? I say this because when I go to your site and view the stylesheets that ZenCart is loading, I see that the stylesheet_tpp.css file still reflects that the #13 stylesheet is the stylesheet that is being called..

    Somehow your changes aren't being saved or your modified file is somehow not being uploaded. I don't think this has ANYTHING to do with this mod.. Sounds like something funky is happening with your local files and settings..

 

 

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