Page 4 of 10 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 98
  1. #31

    Default Re: creinold Pinterest Button Addon

    Quote Originally Posted by creinold View Post
    No problem. Hard to troubleshooting on my phone inet. LOL

    Have you true turning off ultimate seo. And check to see what happens?
    LOL. Understandable.

    Yes I did turn it off but it doesn't look like it helped any.

  2. #32
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: creinold Pinterest Button Addon

    and did you use the new:
    Code:
    <?php echo stripslashes(strip_tags($products_description)); ?>
    for the description?
    http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
    creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip

  3. #33

    Default Re: creinold Pinterest Button Addon

    Quote Originally Posted by creinold View Post
    and did you use the new:
    Code:
    <?php echo stripslashes(strip_tags($products_description)); ?>
    for the description?
    Yep I have it like this: piinit:description="<?php echo stripslashes(strip_tags($products_description)); ?>" is that the correct way?

  4. #34

    Default Re: creinold Pinterest Button Addon

    I mean like this lol
    PHP Code:
    pi:pinit:description="<?php echo stripslashes(strip_tags($products_description)); ?>"

  5. #35
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: creinold Pinterest Button Addon

    Yeah that is correct.But looks like you added my pinterest codes back in to tpl_product_info_display.php did you also change it there?
    http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
    creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip

  6. #36

    Default Re: creinold Pinterest Button Addon

    Quote Originally Posted by creinold View Post
    Yeah that is correct.But looks like you added my pinterest codes back in to tpl_product_info_display.php did you also change it there?
    I just changed that code in the tpl_product_info_display.php. Where was the other place I was supposed to put it in?

  7. #37

    Default Re: creinold Pinterest Button Addon

    I think I am confusing the both of us. lol I have the changed version of the addthis code you gave me and this code
    PHP Code:
    !--Bof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    <div id="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER DIR_WS_CATALOG $products_image_medium?>&description=<?php echo stripslashes($products_description); ?>" class="pin-it-button" count-layout="horizontal">Pin It</a></div><!--eof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    in my tpl_product_info_display.php am I supposed to have them both in my tpl_product_info_display.php?

  8. #38
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: creinold Pinterest Button Addon

    Change this:
    Code:
    !--Bof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    <div id="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER . DIR_WS_CATALOG . $products_image_medium; ?>&description=<?php echo stripslashes($products_description); ?>" class="pin-it-button" count-layout="horizontal">Pin It</a></div><!--eof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    To this:
    Code:
    !--Bof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    <div id="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER . DIR_WS_CATALOG . $products_image_medium; ?>&description=<?php echo stripslashes(strip_tags($products_description)); ?>" class="pin-it-button" count-layout="horizontal">Pin It</a></div><!--eof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    Whew that was hard to do on my phone... LOL
    http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
    creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip

  9. #39

    Default Re: creinold Pinterest Button Addon

    Quote Originally Posted by creinold View Post
    Change this:
    Code:
    !--Bof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    <div id="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER . DIR_WS_CATALOG . $products_image_medium; ?>&description=<?php echo stripslashes($products_description); ?>" class="pin-it-button" count-layout="horizontal">Pin It</a></div><!--eof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    To this:
    Code:
    !--Bof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    <div id="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>&media=<?php echo HTTP_SERVER . DIR_WS_CATALOG . $products_image_medium; ?>&description=<?php echo stripslashes(strip_tags($products_description)); ?>" class="pin-it-button" count-layout="horizontal">Pin It</a></div><!--eof creinold Pinterest Modifications, (You can move this anywhere you like the Pin it Button to show up on Product Info page.) -->
    Whew that was hard to do on my phone... LOL
    LOL Thanks! It took off the extra description and changed it to the text Pin It under my image. If you click on that the description does show up in the pop window. But if you click on the Pin It button next to my addthis then it doesn't.

  10. #40
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: creinold Pinterest Button Addon

    addThis code: Was something I created real fast. I never tested it. You were my guinea pic... ;) LOL I need to play with it later. I don't use addThis on my site. You can remove it till I figure it out better...

    to remove, delete:
    HTML Code:
    <a class="addthis_button_pinterest"
    pi:pinit:url="<?php echo zen_href_link(FILENAME_PRODUCT_INFO); ?>"
    pi:pinit:media="<?php echo HTTP_SERVER . DIR_WS_CATALOG . $products_image_medium; ?>"
    pi:pinit:description="<?php echo stripslashes(strip_tags($products_description)); ?>"
    pi:pinit:layout="horizontal">
    my pinterest codes:
    You need to put the javascript_main.php codes back in too... ;)
    http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
    creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip

 

 
Page 4 of 10 FirstFirst ... 23456 ... LastLast

Similar Threads

  1. v139f Need help with my social icons pinterest button
    By ffdotnet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jan 2013, 03:14 PM
  2. v150 Ultimate-SEO addon conflicting with CSS-Button addon
    By Rony in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Jan 2013, 08:06 PM
  3. v139h Pinterest Pinit Button (Numinix)
    By enchanted1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Sep 2012, 02:42 PM
  4. Move my Pinterest "pin it" button
    By Terrill_Taylor in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Feb 2012, 04:06 PM
  5. adding a class to button element - CSS button addon
    By australican in forum Addon Templates
    Replies: 3
    Last Post: 26 May 2010, 08:53 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