Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   eCommerce & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=31)
-   -   WP-osC widget not showing the picture. (http://forum.bytesforall.com/showthread.php?t=4983)

ramapoughnative Dec 22, 2009 10:13 PM

WP-osC widget not showing the picture.
 
I have the latest release of WP. I'm using the Atahualpa theme and I have osCommerce in Symbiotic mode. I have a few questions I hope someone can answer.

Here are the websites:
Main: www.ramapoughlenapenation.org
Store:www.ramapoughlenapenation.org/store/

On the left side of main, I have the wp-osC widget installed. I have a link that works but the photo is missing.

On the Store side, is there a Atahualpa GUI like the main site has to configure it? if not, i'm trying to change the store side logo_area color to blue to match the main side. I'm having a hard time finding it.

Any help would be greatly appreciated. :)

juggledad Dec 23, 2009 06:40 AM

In the widget you are not displaying a <img> you just have links to the product

ramapoughnative Dec 23, 2009 07:29 PM

Thank you for replying. The website for the widget shows an <img> also.

http://demo.wp-oscommerce.com/

I don't see any options to turn this off or on.. How could I activate this?

juggledad Dec 24, 2009 05:41 AM

I'm not familiar with osCommerce in Symbiotic mode, all I can say is it looks like you hadn crafted the widget so you need to add an <img...> into your code. The example pagy you point to , the widget code looks like this (this is not complete, just showing the area involved
HTML Code:

<div style="width:1px;height:10px"></div>
        <div style="text-align:center;height:95px;width:120px;">
                <a href="http://demo.wp-oscommerce.com/shop/product_info.php?products_id=32">
                        <img src='http://demo.wp-oscommerce.com/shop/images/Arcade.jpg' alt='Wizy Moo' width='100' height='75' /></a>
                <div class="desc">
                        <a href="http://demo.wp-oscommerce.com/shop/product_info.php?products_id=32">Wizy Moo</a>
                </div>
        </div>

While your code is this
HTML Code:

<div style="width:1px;height:10px"></div>
        <div style="text-align:center;height:20px;width:20px;">
                <a href="http://www.ramapoughlenapenation.org/store/product_info.php?products_id=30"></a>
        <div class="desc">
                <a href="http://www.ramapoughlenapenation.org/store/product_info.php?products_id=30">Tribal Logo</a></div>
        </div>

Notice the <img> you need to put one in your code


All times are GMT -6. The time now is 05:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.