Re: creinold Pinterest Button Addon
Quote:
Originally Posted by
creinold
I am starting to wonder if the HTML codes you use to style your description is messing it up. Because it is trying to render them in the pinit description. Hmmm...
Can you change one of your products descriptions to be just basic text description no html style and test it. Ie: No font tags, no order list / unorder list... etc/// Just text and that's it....
Re: creinold Pinterest Button Addon
Quote:
Originally Posted by
creinold
Can you change one of your products descriptions to be just basic text description no html style and test it. Ie: No font tags, no order list / unorder list... etc/// Just text and that's it....
Sure! Let me do that real quick.
Re: creinold Pinterest Button Addon
Quote:
Originally Posted by
creinold
Can you change one of your products descriptions to be just basic text description no html style and test it. Ie: No font tags, no order list / unorder list... etc/// Just text and that's it....
http://frompropertorocker.com/every-...ce-p-3981.html This is where I changed the text.
Re: creinold Pinterest Button Addon
Okay the addThis server don't like the zen-cart product url code for some reason. I got to research why. Should just echo the url for the product. I wonder if is an SEO add on that causes the problem. What SEO add on you are using?
it's echo your URL to your product page as: http://frompropertorocker.com/product_info
instead of: http://frompropertorocker.com/every-...ce-p-3981.html
The media tag is working good. Not sure why it doesn't show up in the popup when I press the pintrest button. the url to the image is: http://frompropertorocker.com/images...-piece_MED.jpg which shows it loaded correctly but image not showing up in my pop-up? Weird? Must be something with addThis... Another research item.
I figured out a the description tag.
Code:
<?php echo stripslashes(strip_tags($products_description)); ?>
You can try that on the addThis thingy also.
That will strip the HTML char from the description. I will add that to my next pinterest update.
Re: creinold Pinterest Button Addon
Quote:
Originally Posted by
creinold
Okay the addThis server don't like the zen-cart product url code for some reason. I got to research why. Should just echo the url for the product. I wonder if is an SEO add on that causes the problem. What SEO add on you are using?
it's echo your URL to your product page as:
http://frompropertorocker.com/product_info
instead of:
http://frompropertorocker.com/every-...ce-p-3981.html
The media tag is working good. Not sure why it doesn't show up in the popup when I press the pintrest button. the url to the image is:
http://frompropertorocker.com/images...-piece_MED.jpg which shows it loaded correctly but image not showing up in my pop-up? Weird? Must be something with addThis... Another research item.
I figured out a the description tag.
Code:
<?php echo stripslashes(strip_tags($products_description)); ?>
You can try that on the addThis thingy also.
That will strip the HTML char from the description. I will add that to my next pinterest update.
I have Ultimate SEO URLs installed. I can turn it off in the admin to see if that works.
Re: creinold Pinterest Button Addon
I just noticed that there is Pin It text under my photo and if you click that the description comes up. Not sure where that came from.
Re: creinold Pinterest Button Addon
Quote:
Originally Posted by
nolsowski
I just noticed that there is Pin It text under my photo and if you click that the description comes up. Not sure where that came from.
Okay now I noticed when I went the description page and added my font size and font choice now I get the duplicate description back up.
Re: creinold Pinterest Button Addon
Sorry my laptop battery died. Was at bookstore. I'll get back on later tonight. :(
Re: creinold Pinterest Button Addon
Quote:
Originally Posted by
creinold
Sorry my laptop battery died. Was at bookstore. I'll get back on later tonight. :(
Oh that's fine. Thank you for all your help so far! I really appreciate it. :D
Re: creinold Pinterest Button Addon
No problem. Hard to troubleshooting on my phone inet. LOL
Have you true turning off ultimate seo. And check to see what happens?