Emmet45
Forum Replies Created
-
Deleted Jetpack through my FTP, now everything works like it should. Crap plugin..
Forum: Fixing WordPress
In reply to: Background color to text in post?I wanna thank you for all your help, i’m sorry for taking up 2 hours of your time, but i really appreciate for everything you did ??
Forum: Fixing WordPress
In reply to: Background color to text in post?It just says the child theme is broken :/ I have WordPress in Swedish, but i will try to translate what it says.. This is what it looks like on the theme page:
“Broken theme. The following themes have been installed but are not complete. Themes must have a stylesheet and a template.”
EDIT: I added an empty index.php into the child theme folder and now it works, was this all i had to do?
EDIT 2: It seems to work now
Forum: Fixing WordPress
In reply to: Background color to text in post?Thank you so much for all the help with the background color for the text, i finally got it to work! It was the thing that i could switch between visual and text that i had missed ??
About the child theme, how do i do that? Like i said, i have created a new directory called twentytwelvechild with style.css just like it says with @import url on the top and that works. But then when i make changes in the original theme’s .php, it stops working. And if i try to copy the information from the original theme .php to a new index.php for example and put in the child theme directory, i get an error then too :/
Forum: Fixing WordPress
In reply to: Background color to text in post?lol so stupid of me, i didn’t notice you could switch between visual and text, ok now i’ve added it in the text. Now where exactly in the style.css do i put
{
background-color: red;
}does it matter where i put it?
Btw about the child theme, I tried adding a child theme in a new directory called twentytwelvechild with style.css just like it says, but after a while WordPress said that it was broken when i made some changes in the original themes php-files, i don’t know what happened. It says i need a template, but when i add an index.php to the child theme, i still get an error.
Forum: Fixing WordPress
In reply to: Background color to text in post?Ok, i open up style.css as a textdocument and add the HTML part. Where exactly do i put <span class-“firstword”>Change</span> ?
Forum: Fixing WordPress
In reply to: Background color to text in post?I don’t seem to understand this.. all that funny/extra code is because i put the <span class-“firstword”>Change</span> in the post itself, and i put the .firstword {
background-color: red;
} in style.cssWhere exactly does <span class etc</span> go? Is it in the post or the style.css or where?
And where exactly does the .firstword-code go?I have only been using WordPress for 2 days so i’m a total newbie, sorry.
Forum: Fixing WordPress
In reply to: Background color to text in post?Had it twice in the HTML, removed one though. But it’s still not working. Am i putting the code in the wrong place in style.css?
Forum: Fixing WordPress
In reply to: Background color to text in post?Of course ?? My site is https://www.frianorrland.se
Forum: Fixing WordPress
In reply to: Background color to text in post?I can’t seem to get this to work? :/
Forum: Fixing WordPress
In reply to: Background image behind title text in sidebar?Thank you so much frizax!
Forum: Fixing WordPress
In reply to: Background image behind title text in sidebar?Somewhat familiar. I mean, i know how i would put an image behind a text in general, but not how to code it to be able to appear behind the titles in the sidebar.
Forum: Fixing WordPress
In reply to: Change font size on sidebar titles Twenty Twelve?Figured it out myself, finally.
This was the original code
.widget-area .widget h3 { margin-bottom: 24px; margin-bottom: 0.714285714rem; }
This is the code to change the size of the sidebar titles
.widget-area .widget h3 { margin-bottom: 24px; margin-bottom: 0.714285714rem; font-size: 14px; }
Forum: Fixing WordPress
In reply to: Replace sidebar on DarkZen theme?Everything has actually been running very smooth with this theme, apart from the sidebar.
The layout of this theme was just so perfect, i have checked atleast a few hundred other WP themes and i was able to get a, in my eyes, perfect layout i have been looking for for a long time :/