mrkingid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP errorre-upload those files to your server via ftp and try again
Forum: Fixing WordPress
In reply to: WordPress refuses to let me format a div layerI don’t think you can add div’s to a page code.
But, you could try turning off the wysiwyg editor under the user tab and try that.
Forum: Installing WordPress
In reply to: Small Problem To HUGE Problemmaybe it’s your host. give them a call.
Forum: Themes and Templates
In reply to: WhitePlus – missing installation filescontact the author
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] No gallery tabthere are two plugins. did you activate the right one, not just the widget one?
Forum: Fixing WordPress
In reply to: Rollover Image CSSYou are more than welcome. I am glad it worked out for you. 🙂
He made perfect sense. The script files have to be added to your theme or you have to program a plugin that will do that automatically.
You CANNOT just add the smoothbox files in some folder and have it magically work.
Forum: Fixing WordPress
In reply to: Rollover Image CSSIn testrollever a:hover you need the background position coords to be
background-position: -45px 0;
I take it the image is 90 px’s wide
Also make sure your pointing the correct URL for the image location
and your HTML text should be
<div class="testrollover"><a href="#"> </a></div>If you still have an issue with it not working. post a link to the URL page and I can have a look at it.
Forum: Fixing WordPress
In reply to: Rollover Image CSSyou need to splice the two graphics together and width and height is the size of your spliced graphic. What this code does is just shift the image over so it acts like a rollover. In my example the graphic is 190px wide in reality by the code will only show half (95px) at a time.
For a better description see this link….
http://magnetiq.com/2006/08/27/using-less-images/
code…
—————–
.testrollover a{
display: block;
width: 95px;
height: 20px;
background: url(images/yourgraphic.jpg) no-repeat;
text-decoration: none;
float: left;}
.testrollover a:hover {
background-position: -95px 0;}
———————————Forum: Fixing WordPress
In reply to: Rollover Image CSSYou need to do a shift not rollover. Rollover only works with Java.
Be right back with the code…
Forum: Plugins
In reply to: installing plugin for no followyou upload plugins via FTP into the contents/plugins directory. Then you go into the WP admin area into plugins and activate it there.
Forum: Installing WordPress
In reply to: Can’t get wp-config.php right so it does not show in broswerCall Bluehost, they will tell you the name of the server your database is on.
Forum: Fixing WordPress
In reply to: nextgen gallerynope
Forum: Plugins
In reply to: Poll PluginA poll that takes up an entire page? Nope.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] How to delete the “[Show Slidshow] linkNo problem, that is what everyone is here for. 😀