Forum Replies Created
-
AuthorPosts
-
October 18, 2012 at 9:00 pm #13564
I keep coming back t the theme, all the others have major errors in there, but this one looks good
October 18, 2012 at 7:01 pm #13562It’s ok, I added some CSS to custom.css and that sorted it out:
[css]#blog-archives {
width: 750px;
}[/css]September 12, 2012 at 7:55 am #13166http://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
September 12, 2012 at 7:53 am #13296@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.
September 11, 2012 at 6:44 pm #13164Anything on this?
September 8, 2012 at 5:36 pm #13258I 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.
September 6, 2012 at 5:07 pm #13207It 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?
September 6, 2012 at 9:20 am #13205Sorry, didn’t see there was a reply.
no, just the theme as it is for now.
September 3, 2012 at 8:15 am #13163I 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.
September 2, 2012 at 11:02 pm #13203I think I have the latest version installed, 2.1.1
September 2, 2012 at 11:01 pm #13172strange. A bit of detective work is needed here then.
Apologies for that.
September 2, 2012 at 11:00 pm #13197Thanks, that did the trick on posts, but for some reason, it doesn’t work on the custom post type I have.
September 2, 2012 at 10:55 pm #13194I 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.
September 2, 2012 at 10:41 pm #13162That 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]
September 2, 2012 at 10:24 pm #13161Thanks, I’ll check that out
-
AuthorPosts