animeshtripathi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help: theme problem caused site crashI’d suggest you use an FTP client like Filezilla.
Forum: Themes and Templates
In reply to: Help: theme problem caused site crashFTP into your website, go to /home/larme/webapps/realice/wp-content/themes/origin/library/functions/ and download sidebars.php to your desktop. Edit it and remove the line which calls get_theme_support(), upload it again and replace the existing file.
Forum: Themes and Templates
In reply to: changing link colorsGo to Appearance > Editor and modify this bit of code:
In lines 313-322:
a:link { —->Link Color
color: #0066cc;
}
a:visited { —->Visited Link Color
color: #743399;
}
a:active, —->Link Color on Hover
a:hover {
color: #ff4b33;
}Just modify the color values to whatever you want. Use colorpicker.com
Forum: Themes and Templates
In reply to: Trying to Center the Text in Header!haha 😛
Forum: Themes and Templates
In reply to: Trying to Center the Text in Header!Naw, just like that. I’m 15. 😛
Forum: Themes and Templates
In reply to: Fix highlight in navigation menuThanks! Never looked into the li+li part, I had a li+li style set for the separators, editing the padding-left on that and removing the 10px padding in the a:hover worked fine 🙂
Thankyou for helping me for the 3rd time, alchymyth! Owe you one. (three).
btw, I posted two more issues on this forum, could you check those as well, please?
Forum: Themes and Templates
In reply to: Trying to Center the Text in Header!You’re using the Old Tape theme on WordPress.
In your Dashboard, under Appearance, go to Editor. It should open style.css by default. In this file, search for “header-info h1”, and under this line:
font: normal 40px Arial;, and this line:
padding-left: 100px;that should do it.
P.S. how old are you?
Forum: Themes and Templates
In reply to: Trying to Center the Text in Header!Try that ^
Forum: Themes and Templates
In reply to: Trying to Center the Text in Header!Try this:
#header #header-info h1 {
padding-left: 100px;
}Forum: Themes and Templates
In reply to: Trying to Center the Text in Header!Did you try using the center HTML tag?
Forum: Themes and Templates
In reply to: commenters name not showing upSorry! I didn’t see alychymyth’s detailed reply above mine… 😛
Forum: Themes and Templates
In reply to: commenters name not showing upWrap the comment author’s name in a DIV tag, and style that with ‘text-transform:uppercase’ in style.css
Forum: Fixing WordPress
In reply to: Scrollable DIV in widgetI know, but my client needs a scrollbar like the Facebook Ticker. This is the case with the slimScroll plugin. I’m sure it’ll work somehow.
I can obviously make a normal scrollbar using the overflow:auto property.
Thanks for the reply anyway.
Forum: Fixing WordPress
In reply to: Z-Index/CSS Problem?can you help me with that? I can’t operate Firebug. :/
Forum: Fixing WordPress
In reply to: Z-Index/CSS Problem?One more thing,
In the grid of posts below the featured post,
I have a bg-image which consists of a dotted border. only the top and left parts of it are showing currently. What can I do to resolve this issue?