I followed this tutorial:
http://wiki.oscdox.com/v2.5/creating...rev=1331581699
but the images wont show up for me?
I left everything as is and uploaded the images to my template/images directory.
I followed this tutorial:
http://wiki.oscdox.com/v2.5/creating...rev=1331581699
but the images wont show up for me?
I left everything as is and uploaded the images to my template/images directory.
This is the code
I dont use catalog/ in my store...dont know if this has anything to do with it?Code:<?php /* $Id: social.php $ osCmax e-Commerce http://www.oscmax.com Copyright 2000 - 2012 osCmax Released under the GNU General Public License */ ?> <!-- social media //--> <?php $boxHeading = BOX_HEADING_SOCIAL_MEDIA; $corner_top_left = 'rounded'; $corner_top_right = 'rounded'; $corner_bottom_left = 'rounded'; $corner_bottom_right = 'rounded'; $boxContent_attributes = ' align="center"'; $boxLink = ''; $box_base_name = 'social'; $box_id = $box_base_name . 'Box'; $boxContent = '<a href="http://www.facebook.co.uk/the_rest_of_your_url" target="_blank">' . tep_image(DIR_WS_TEMPLATES . 'images/facebook.png') . '</a> '; $boxContent .= '<a href="http://www.twitter.co.uk/the_rest_of_your_url" target="_blank">' . tep_image(DIR_WS_TEMPLATES . 'images/twitter.png') . '</a> '; include (bts_select('boxes', $box_base_name)); $boxContent_attributes = ''; ?> <!-- social media eof //-->
just cant get the image to load..
site: decalbomb.com
Have you enabled it in the infobox control page under Configuration?
pgmarshall
_______________________________
the box loads but no image
Sorry to ask the obvious - but you do have the images in {your_template}/images/facebook.png ?
If you do, can you use Chrome and Inspect Element by right clicking on the header of the box ... post a screenshot of the code being rendered in the browser ... or post a URL to your site.
Regards.
pgmarshall
_______________________________
Well i went into chrome to do what you asked and the images do show in chrome and IE.
but they arent showing up in firefox?
decalbomb :
Bookmarks