Victor Svedberg
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Forced Gravatars and general feedbackPlease refer to one, I’ve searched and not really found anything that seems to do this simple operation. ??
I really can’t find the right code to adjust the width to 100%, I tried a few times but it ended up with the plugin being stretched (height) and/or braking other plugins. Help appreciated! /Victor
Forum: Themes and Templates
In reply to: Remove title and description Twenty ElevenThank you! That solved it perfectly.
/Victor
Forum: Themes and Templates
In reply to: Remove title and description Twenty ElevenIt seems to brake the theme on iPhone? I might do it wrong / lack the skill to avoid it. I simply used display none on the title and description but that ends up in a mess on small displays.
Forum: Themes and Templates
In reply to: Carrington Text 1.4 – Localization issueI’m just a bad searcher, I found what I was looking for in content-default.php in themefolder.
Forum: Themes and Templates
In reply to: Incrase space between entries in Twenty TenThank you for your help, I’ll give it a chanse!
End results are here: https://www.victorsvedberg.se
Forum: Themes and Templates
In reply to: Incrase space between entries in Twenty TenThank you, I tried the firebug add-on, but in what way would that help me?
Forum: Themes and Templates
In reply to: Change hover color on post titles Twenty tenAh, I think it’s something wrong with Cufon. When I disable it, the hover-effects work properly.
#content .entry-title { color: #000; font-size: 25px; line-height: 1.3em; font-weight: bold; margin-bottom: 1px; } .entry-title a:link, .entry-title a:visited { color:#000; text-decoration: none; } .entry-title a:active, .entry-title a:hover { color: #FF4B33; }
Forum: Fixing WordPress
In reply to: My RSS feed show summary of postsin the feed-rss2.php in content – wp includes folder i found something like
header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true); $more = 1;
the last $more = 1; might have something to do with my problem? Im fumbling the dark here, please help.
Forum: Fixing WordPress
In reply to: My RSS feed show summary of postsI have the correct settings, where do I change this in the code since something is broken? :/
Forum: Themes and Templates
In reply to: My dates are messed upI solved it, silly as allways. I had just typed som odd letter in index.php
<?php the_time('M') ?> <?php the_time('d') ?> <?php the_time('Y') ?>
Forum: Fixing WordPress
In reply to: Links lostOr to simplyfy it:
Where does WordPress store the data for (sidebar) links ?