Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter ycarnell

    (@ycarnell)

    The support documentation provided does not address this issue. In addition, support is only provided for premium themes.

    Thread Starter ycarnell

    (@ycarnell)

    When I called the sidebar on the single.php it worked but somehow it continues to trigger server error 500, I don’t know what is causing the server error

    Forum: Fixing WordPress
    In reply to: Editing RSS Icon
    Thread Starter ycarnell

    (@ycarnell)

    thanks guys! found it, for some reason my files include two widgets.php folders and I was searching the wrong folder.

    Forum: Fixing WordPress
    In reply to: Editing RSS Icon
    Thread Starter ycarnell

    (@ycarnell)

    but when i look in the widgets.php in the admin panel, I can’t locate it.

    Forum: Themes and Templates
    In reply to: Header width
    Thread Starter ycarnell

    (@ycarnell)

    topic has been resolved months ago and did not require “extensive” editing to my blog. Found answer at another blog, worked like a charm. Just wanted to let newbies know what to do if they encounter similar issues. Read the following post from another forum for a quick and easy fix:

    QUESTION: HEy guys! I’m a noobie and and have a wordpress blog that i’ve been trying to tinker with. WordPress really, as far as I know, only gives you unfettered access to php files and css, not html.

    What I am trying to do is extend my heading across the page, kind of like in on this site. the site is spatterblog (can’t list the link but if you’ll google you’ll find it, or just add the .com). I want to know if i can use css to repeat the orange header image across the span of the page? I tried following the advise of one of the other posts with advised to use the following code and two images:

    body{
    background: #000000 url(‘your-image.png’) repeat-x;
    }

    but I still can’t get it to work. Any help would be greatly appreciated.

    ANSWER:if you add that code to your body tag, it will work; however, if the style you’ve added in your header for #page is the code you’re using to repeat the header, it won’t work because:

    you’re targeting #page, which is the wrapper div for your site…it needs to be on the body element…

    you’re telling it to repeat-y, which is vertical…you want repeat-x, which is horizontal…

    also, you don’t really need to specify top after repeat-x, as it will start at the top anyway…

    hope that helps…

    Thread Starter ycarnell

    (@ycarnell)

    Just thought I’d revisit this post even though it’s been resolved for months. The easiest way to get wordpress out of url is just to re-install, there’s now a prompt which asks you if you’d like to have wordpress in the url. So please don’t go tweaking the root etc, especially if your blog is new. Just re-install and pay attention to the prompts…

    When I add ardee00’s line of code, i get the following error:

    Parse error: syntax error, unexpected T_FUNCTION in D:\Hosting\3152827\html\wp-content\plugins\sociable\sociable.php on line 32

    Can anyone help me out with this one? The code is in the correct place as I followed the directions and have since re-checked severyal times???

    Forum: Themes and Templates
    In reply to: Header width
    Thread Starter ycarnell

    (@ycarnell)

    how would i widen the blog display ? with #page?

    Forum: Plugins
    In reply to: Syntax Error
    Thread Starter ycarnell

    (@ycarnell)

    ok, I uploaded the functions.php from wordpress to replace the one with the error, still nothing.

    Does anyone know exactly how to move wordpress files to the root in godaddy? Do I have to export the database to the new file?

    Thread Starter ycarnell

    (@ycarnell)

    what’s the easiest way to move these files without messing up everything?

    Thread Starter ycarnell

    (@ycarnell)

    thank you! thank you! thank you!

Viewing 12 replies - 1 through 12 (of 12 total)