mbloom
Forum Replies Created
-
Any solution to this?
Forum: Fixing WordPress
In reply to: Making a Duplicate of a WordPress SiteYes. I loaded the same theme but there are still several elements that are different.
ditto!
I am specifically looking at how to just remove the video icon since it seems to do essentially the same thing as the hyperlink one.
I have tried adding
html { background-postion: center top !important }
to the custom css field but it isn’t working for me. However, if I go into the custom-login.css.php file and change ‘left top’ to ‘center top’ it’ll work then. Any idea of what I am doing wrong?
What are the div classes: private-demo-warning, demo-notice-left, demo-notice-right?
Still looking for a solution to this problem.
Can you post a link to the widget? Thanks!
Just kidding
When I updated to WP 1.5.3.1, the logo disappeared. However, this line of code in custom.css worked prior to the update.
#logo { background: url(images/jabber.png) no-repeat scroll left top transparent; height: 79px; width: 200px; text-indent: -9999px; }
I tried both of those methods and it still doesn’t seem to be working.
I am having the same issue NES is having. It simply is not displaying my logo. This is what I have in custom.css:
#logo { background: url(wp-content/uploads/2012/01/jabber.png) left top no-repeat !important; }