Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Location
    County Down, Northern Ireland
    Posts
    222
    Plugin Contributions
    0

    Default image missing from Blank side box

    I have added in the module to include a blank sidebox which originally I put in a Twitter pic link which worked fine.

    I have taken the Twitter pic out and wanmt to put in now a rotating gif picture of some products but it wont show.

    The website is http://www.irishshopper.com

    The coding I used in the blanksidebox file tpl_blank_sidebox.php is

    // Replace the text and HTML tags between the apostophes on lines 19 and 20.
    // Use as many or as few lines using this model as you need for your custom content.
    // If you have a multilingual site define your text in the languages/YOUR_LANGUAGE/extra_definitions/blank_sidebox_defines.php and include it as shown in line 19.
    // If your site is monolingual, you can put the text right here as shown on line 20 (and nobody will know!)
    $content .= '<img src="http://www.irishshopper.com/includes/templates/ZCT Sports 03/images/products.gif" width="102" height="150">';
    $content .= '</div>';
    ?>

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    18,031
    Plugin Contributions
    1

    Default Re: image missing from Blank side box

    You're pointing the <img> tag in that code to the images folder of your template, while Zencart is looking for it in /images. I have no idea why, unless your edits to that file didn't 'take'. Do you still have an img link in blank_sidebox_defines.php ?

    Copy the products.gif file to /images and see if Zencart finds it.

 

 

Similar Threads

  1. Image missing from Blank Sidebox on SSL pages
    By mewell in forum Basic Configuration
    Replies: 16
    Last Post: 24 Mar 2010, 12:53 AM
  2. Banner Image Missing in Side Box
    By kcb410 in forum Basic Configuration
    Replies: 2
    Last Post: 6 Feb 2010, 04:08 PM
  3. tweeking - side box font and side box image
    By stephenn in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Dec 2008, 03:20 PM
  4. Have small side image to categories side menu
    By underworldmagic in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2007, 05:27 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
  •