natilya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Seperate loginout linksOk, I finally figured it out, I just didn’t know where to place the new div tag in the line of code. Here’s what I did in case someone else ever needs to do this.
<div id="loggedout"> <?php if ( is_user_logged_in() ) { echo "</div><div id='loggedin'><a href='" . get_option('siteurl') . "/wp-admin/'>Dashboard</a> |"; } ?> <?php wp_loginout('/index.php'); ?> </div><!-- #login-form -->
added a div for logged in and one for logged out, now I can position the links separately.
Forum: Themes and Templates
In reply to: Position absolute and IEI’m just trying to make the “Login” link show in the same position in IE as in firefox, it shows a few pixels too high in IE is all.
I’ll try what you said, thanks for the help.
Forum: Themes and Templates
In reply to: Position absolute and IEsure, it’s https://zeaks.org
Forum: Themes and Templates
In reply to: Position absolute and IEI’m not sure what you mean by that. I just added this code to position a loginout link in my theme, shows fine in FF, it’s offset in IE
I’ve been told it’s the position: absolute part causing it, IE doesn’t reconize it, but I don’t know what to add so IE will.
Forum: Fixing WordPress
In reply to: Login form in header questionActually, just having login/logout links with the login disappearing when logged in, alogn with welcome Name – Dashboard would work, I can’t seem to even find that though.
Forum: Plugins
In reply to: wp-o-matic successful fetch results 0 postsI’m having this problem as well, I tried your fix but it won’t fetch any new posts, I checked the feed, but nothing. Will only fetch them once.
Forum: Everything else WordPress
In reply to: What is 24365online.com doingactually, my mistake, wasn’t the blix theme, it was the wordpress files my host provided with cpanel.
Forum: Everything else WordPress
In reply to: What is 24365online.com doingI’m getting this error with Blix theme, weird though, i only get the error when I use it in a directory off of my main domain /testsite
Forum: Themes and Templates
In reply to: rounded blockquote with cssI actually got this to work for me finally, I found a plugin that did pretty much what I needed and just edited the images to match my needs. If anyone else could use this for their warcraft blog let me know.
Forum: Themes and Templates
In reply to: rounded blockquote with cssThanks, I tried using this but my coding skills are not that great, I emailed an author of a warcraft blog that uses them, hopefully he’ll get back to m.
Forum: Themes and Templates
In reply to: round corners still not working in IEJust wondering if the code from https://www.spiffycorners.com/index.php can be used for blockquotes in a wordpress theme? I’ve been trying to duplicate the warcraft forums “blue posts” for my blog and gave up trying to use 2 images within the blockquote code.