Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • #13564
    Avatar of Joe
    Joe
    Participant

    I keep coming back t the theme, all the others have major errors in there, but this one looks good :)

    #13562
    Avatar of Joe
    Joe
    Participant

    It’s ok, I added some CSS to custom.css and that sorted it out:

    [css]#blog-archives {
    width: 750px;
    }[/css]

    #13166
    Avatar of Joe
    Joe
    Participant

    http://indie-film.tv/category/articles

    But that just looks as it does by default, as I can’t leave the errors in as it’s a live site

    #13296
    Avatar of Joe
    Joe
    Participant

    @tjchester Unfortunately, that sounded a lot worse than the way it was meant. The majority of the support has been great.

    I’ll check out the new version.

    To be honest, if you could set it up so that a user can go into the CSS and make changes to the colours, that would at least be a way to get it done.

    #13164
    Avatar of Joe
    Joe
    Participant

    Anything on this?

    #13258
    Avatar of Joe
    Joe
    Participant

    I don’t want to remove the login, I just want to change where the link.

    Just as I was writing this I had an idea, simple but it worked. I just removed the page and renamed the new page.

    I also had to remove the page from the Buddypress settings.

    #13207
    Avatar of Joe
    Joe
    Participant

    It works by going to the following element:

    [css]#header .padder[/css]

    Just in case anybody else has the same problem.

    Why isn’t this included with the file?

    #13205
    Avatar of Joe
    Joe
    Participant

    Sorry, didn’t see there was a reply.

    no, just the theme as it is for now.

    #13163
    Avatar of Joe
    Joe
    Participant

    I just found a problem with this. I’ve managed to get the posts to change width, so it all fits nicely, but pages are not playing nicely.

    According to Firebug, I need to change the css id ‘blog-page’, but there is no mention of this element in the CSS that I can find.

    #13203
    Avatar of Joe
    Joe
    Participant

    I think I have the latest version installed, 2.1.1

    #13172
    Avatar of Joe
    Joe
    Participant

    strange. A bit of detective work is needed here then.

    Apologies for that.

    #13197
    Avatar of Joe
    Joe
    Participant

    Thanks, that did the trick on posts, but for some reason, it doesn’t work on the custom post type I have.

    #13194
    Avatar of Joe
    Joe
    Participant

    I discovered what the problem is. For some reason, some of the sections don’t work with Chrome.

    I was playing with colours ion the sidebar section and nothing was happening. Then I was testing something using Firefox, and I saw all the colours I’d added.

    #13162
    Avatar of Joe
    Joe
    Participant

    That works almost perfectly. the only problem I had was that the left side with the content was running into the sidebar.

    I thought I’d put the solution to that bit here, in case anybody comes across this post in a search:

    Go to the following section in _inc/default.css (line 898 in my version)

    [css]div.post-content[/css]

    Then add the following line:

    [css]margin-right: 50px;[/css]

    #13161
    Avatar of Joe
    Joe
    Participant

    Thanks, I’ll check that out

Viewing 15 posts - 1 through 15 (of 29 total)