michael-shedd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove RSSyou should have a template directory. that’s where your theme is located on the server you are using. can you provide a link to the theme you are using?
edit: oh well there you go esmi covered it
Forum: Fixing WordPress
In reply to: My text is now without line breaksnot sure, but it looks like the “remove formatting” didn’t work. maybe try placing your text in a plain text editor saving it and try re-posting it. maybe that’ll remove the formatting : ).
Forum: Fixing WordPress
In reply to: Help with Mystique themethat’s interesting. if you want to fix the grammar:
open your mystique theme> open lib> open settings.php you’ll find it on line 229i think that’s right.
Forum: Themes and Templates
In reply to: CSS custom banner helpglad i was able to help!
and nebulus is right. he/she is referring to those changes in your style.css
scroll down a little in that file until you see the Masthead comment in asterisksright under that you’ll see:
#masthead { width: 960px;
adddisplay: none;
also as nebulus said, you can adjust your margin in the same area if you want:
find#banner {
and addmargin: 0px 0px 0px 0px;
in that section
replace the first 0 with the number you want.Forum: Fixing WordPress
In reply to: Embedding Video is not workingcan you provide a link and what do you mean by it errors out?
Forum: Fixing WordPress
In reply to: Categories missing on Admin Post / Pagethere should be an arrow on the tab. just click it.
Forum: Themes and Templates
In reply to: CSS custom banner helpif you look in your images folder in the Elements of SEO template you will see banner.jpg, banner1.jpg & banner2.jpg. you are using banner.jpg from the looks of your blog.
if you want a different banner with the same size it’s easy. if you want a different size banner you will have to change some dimensions in the style.css file.
k, so easy way: if you have photoshop or any image editing software that you can save pictures in a jpg format just open banner.jpg up in it. make the changes you want to the image and save it as banner.jpg again. after that, upload it to the images file on your godaddy server. this will override your current paintball splat banner so if you want, you can make a copy of that one somewhere else or re-download the theme and get it later.
this is what i would do. good luck!
Forum: Themes and Templates
In reply to: Changing column width on fixed-width themeif i was in your shoes i would start with looking at your style.css in your Dialogue Theme folder. the css file tells your theme how to display your pages. so, if you open the style.css in a text editor and locate #sidebar you can change the way your sidebar displays. find where it states width : 165px; and change that width (make it larger) so that it will fit your embedded blogtalkradio.
i glanced at the code for the blogtalkradio icon on your site and it said width=”215.” so you probably want your sidebar around that size.
this is probably going to change all of your sidebar dimensions so i don’t know if this is what you want.
just in case what happens isn’t what you want, simply change the width back to 165 and hopefully someone else can help you out.
Forum: Themes and Templates
In reply to: 2ND Category Template (side scrolling)anyone have an idea?
Forum: Fixing WordPress
In reply to: Manual Upgrade Fail [site down]wow… strange it’s up again. not sure how that happened, but i’ll give it another try.
disabling plugins this time : )Forum: Fixing WordPress
In reply to: sidebar positionhey, thanks for the help alchymyth! it’s looking great : ).
Forum: Fixing WordPress
In reply to: Automatic Upgrade Failcool i’ll give that a shot!
thanks for the tipsForum: Fixing WordPress
In reply to: Automatic Upgrade Failthat’s what i figured. do u know …is there a particular file I need to change the permission on?
thanks!Forum: Fixing WordPress
In reply to: Featured Slideshow… Previous and Next icons missingsorry …this isn’t much help. i’d say refer to wolfflow’s thread if anyone needs help on a similar problem with the slideshow on the theme.
Forum: Fixing WordPress
In reply to: Featured Slideshow… Previous and Next icons missingi wish i could recall exactly what i did, but i know it stopped working probably because i was messing with the code without knowing what i was doing. i think i ended up fixing the problem by replacing some of my modified arras theme files with the original ones which i just downloaded again.