Hi,
There appears to be a rogue box under the product image ?
The td class is "productinfo_boxes". What file is this feeding from ?
Thanks
This is a discussion on Remove box under Product Image ! within the Templating, CSS, Design forums, part of the osCmax V2.5 Forums category; Hi, There appears to be a rogue box under the product image ? The td class is "productinfo_boxes". What file ...
Hi,
There appears to be a rogue box under the product image ?
The td class is "productinfo_boxes". What file is this feeding from ?
Thanks
This is probably the cell that would hold your extra product images if you had any ...
regards.
pgmarshall
_______________________________
Hi,
No, the box doesn't appear to be for extra images. Check this product which has two products:
I need to get rid of this box as it appears in every product !Code:http://alturl.com/c9yts
Try setting AddThis to false.
Regards.
pgmarshall
_______________________________
Ahh okay, thanks. Now that I know it is for Addthis...I have been trying to get this to work.
I have setup the following:
But no social icons appear ? Just the empty box still ??
Change the class to default images as well to make sure that isn't the problem:
The same problem !
In the second box - addthis javascript code - mine only has the second bit - where did you get the first bit from. The address bar code needs to go in the third box!
Works fine for me.
Regards.
pgmarshall
_______________________________
Not working still !
Could it be because I am hosting the site in a subdirectory and not root ?
Code:http://alturl.com/5bdft
Nothing to do with it and my recommended install!
This cleans up the mess in product_info.tpl.php:
Notice the rash copy/pasteCode:<!-- Conditional AddThis Starts --> <?php if ((ADD_THIS_ENABLED == 'true') && (ADD_THIS_CODE <> "") ){ ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="productinfo_boxes"><?php echo stripslashes(ADD_THIS_CODE); ?></td> </tr> <?php } ?> <!-- Conditional AddThis Starts --> <!-- Conditional URL Starts --> <?php if (tep_not_null($product_info['products_url']) || ($product_info['products_url'] <> "" )) { ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="productinfo_boxes"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td> </tr> <?php } ?> <!-- Conditional URL Starts -->Should read Ends, not Start in the appropriate places.
Last edited by ridexbuilder; 07-30-2012 at 04:25 AM.
Hosting plans with installation, configuration, contributions, support and maintenance.
The template is based on fallback_html which doesnt have anything in the contents directory ?
Bookmarks