pucklitaay
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Zerif] Add another section to Zerif Theme :)Forgot the title of this post, added it now.
Forum: Fixing WordPress
In reply to: Import WXR File doesn't work3.5.2. the only plugin is the importer, it’s a new website.
Forum: Fixing WordPress
In reply to: Moving WordPress To Host: Error – #1227 – Access Denied PHPMyAdminTried some tutorials on the internet, but it didn’t work.
Forum: Fixing WordPress
In reply to: Error: Fatal Error Allowed Memory SizeSuperb, thank you!
Forum: Fixing WordPress
In reply to: website suddenly offlineI did that and now the website shows up (not entirely, without any CSS and pictures) on the old url (seraphskye.com/oop). Now, this link normally doesn’t work because the other one is the ‘official’ URL. But this does one doesn’t work either.
Forum: Fixing WordPress
In reply to: website suddenly offlineOneofpoints.com is a domain that I bought and is one that points to the blog. It works with site mapping and stuff so that’s the domain I use normally. But now it doesn’t connect at all and the original URL just shows up with a message. That’s why I put down two URLs. Sorry if I’m very confusing.
I can access my website via FTP.
Forum: Themes and Templates
In reply to: Theme: Twenty Eleven (Child): Hiding Tags From HomepageResolved! This little piece of code added to my stylesheet made them hiden from my index page but made them show up in the individual post:
.tag-links { display: none; }
Hm, I really don’t get it. The code looks like this now:
a. #more-link { font-family: 'Times New Roman', serif; !important; font-size: 20px !important; text-transform:uppercase; color: #000 !important; display:block; line-height:3.333em; text-decoration:none; padding:0 1.2125em; }
But nothing works ):
How do I create a class then?
So I need to use an ID other then a class? ?? How do I find the ID then – I’m sorry for all these questions hah.
I’m sorry, I’m not quite sure I know what you mean. Why wouldn’t this work? The developer shows me that the more link is connected to something like this.
I tried to add this to my stylesheet but it doesn’t seem to work:
#more-link { font-family: 'Times New Roman', serif; !important; font-size: 20px !important; text-transform:uppercase; color: #000 !important; display:block; line-height:3.333em; text-decoration:none; padding:0 1.2125em; }
I tried, it says class=”more-link” but I can’t find it in the style.css of the parent theme..
I can add it to the stylesheet of my child theme. But do I write an entire new part or can I take something out of the parent stylesheet? If not, what do I add to the Child stylesheet and how do I connect it to my current more tag?
Thanks, but I mean what part of the style.css do I modify? Like h3, h6 – what part in my style.css relates to the more tag?