you need to strip the html from the description tag try this fix.
Change
to this:Code:<?php echo stripslashes($products_description); ?></div>
Code:<?php echo stripslashes(strip_tags($products_description)); ?>
you need to strip the html from the description tag try this fix.
Change
to this:Code:<?php echo stripslashes($products_description); ?></div>
Code:<?php echo stripslashes(strip_tags($products_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
Has this been released yet, or is it still in beta?
Email: [email protected]
You obviously didn't read very far back. Link is in my signature below.
Where could I get this add on?
I like the new zen-cart forum layout.
Delia,
I have just encountered this problem with version 1.3.9h
where I once had only the text link without the obnoxious button...it said Share then the product link I now have a button with no space
any ideas?
this is my code:
is there a way to use the smaller F for facebook if it insists on having the button?Code:<!-- bof Facebook Like Button --> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({appId: 'DarkAngel612?ref=name', status: true, cookie: true, xfbml: true}); FB.Event.subscribe('edge.create', function(href, widget) { // Do something, e.g. track the click on the "Like" button here }); }; (function() { var e = document.createElement('script'); e.type = 'text/javascript'; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); </script> <!-- eof Facebook Like Button -->
oh I forgot I did also try to make the code like you have it only with the color background for darker backs but it only loaded the butoon and all at the top, not where I wanted it
Last edited by DarkAngel; 4 Jun 2012 at 10:34 PM.
Can anyone tell me how to remove this add-on?
zc 1.39h
Something about the add-on is causing some problems and I could use some help, assuming t's still being supported.
The Facebook spider has been crawling my site almost non-stop and damn near every time it shows up I see this on my Who's on Line page (in Admin).The only place that I've found it is in the following file:Session ID:
Host: 69.171.237.14
User Agent: facebookexternalhit/1.0 (+http://www.facebook.com/externalhit_uatext.php)
/Soft-Tops/Smittybilt/META_TAG_IMG
Facebook Like Button/includes/templates/your_custom_template/common/html_header.php
In my copy it's line 34, reads as follows
<meta property="og:image" content="<?php echo META_TAG_IMG; ?>"/>
Anyone able to help? PLEASE!!
change yours to read like this and see if that helps:
<meta property="og:image" content="<?php echo META_TAG_FBIMG; ?>"/>
I have used this mod since almost the beginning and do not have the problem you do.