Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Problem of image's loading to right side bar. (http://forum.bytesforall.com/showthread.php?t=4930)

shus Dec 18, 2009 05:01 AM

[SOLVED] Problem of image's loading to right side bar.
 
I have a problem of image's loading to right side bar.


I red here the thread "How to Make Sidebar Titles An Image"
and did exactly as in text.


---------------------------------------

This is from source code:

h3{display:block;width:150px;height:150px;text-indent:-9999px;background-image:url('http://webshus.ru/webshusru/www/wp-content/themes/atahualpa/images/sherka150.gif');background-repeat:no-repeat;background-position:center center}


<td id="right">

<div id="text-4" class="widget widget_text"><div class="widget-title"><h3>sherka</h3></div>
<div class="textwidget"></div

----------------------------------------

This I have written to CSS

div#text-4 h3{
display: block;
width: 150px;
height: 150px;
text-indent: -9999px;
background-image: url('http://webshus.ru/webshusru/www/wp-content/themes/atahualpa/images/sherka150.gif');
background-repeat: no-repeat;
background-position: center center;
}
----------------------------------------

After loading of CSS duiring refreshing site's page I see that image is loading.
But there is no image at the screen (text title is disappeared).

shus Dec 18, 2009 05:54 AM

The problem is solved.

I uploaded image file by WP uploading in media library, changed link and it is loaded to webpage.

Previously I uploded by ftp-explorer.

But why?

juggledad Dec 18, 2009 05:55 AM

what is the url?
trying to view any of your images is comong up with a 404 - not found

shus Dec 23, 2009 07:58 AM

Close thread pls - problem is solved.

Thank you.


All times are GMT -6. The time now is 09:23 AM.

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