Resilient
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Comment Overflow – CSS help, please? n__nWoah, I’m sorry if I did something wrong. I’m not a regular here and I was just trying to show my problem in a presentable manner.
To be quite honest, I didn’t expect such rash responses from anyone in this community, especially those with the title of a moderator. Everytime I’ve asked for help, people have provided it and got me through with their solutions in such a friendly way, that this was pretty much unexpected.
I’m sorry for asking for any help, I’ll try elsewhere.
Forum: Themes and Templates
In reply to: Comment Overflow – CSS help, please? n__nSorry, but I think you may have missed the links towards the right of the page I’ve linked to. Both are links to relevant CSS and PHP coding. ^__^
Forum: Themes and Templates
In reply to: Comment Number DisplayMany thanks for that, however, that deals with the actual comment ID and not the comment number out of the number of however many comments there are on a single post.
An example of what I’m looking for can be seen here; http://www.xeenat.com/2006/09/05/and-so-it-begins/#comments
Notice, to the left of every visitor name that has submitted a comment, there is a number, starting from 1 and working it’s way incremented by 1 for each comment below.
Forum: Fixing WordPress
In reply to: Header Image ProblemsMake sure the target image source refers to
<?php bloginfo('template_directory'); ?>/images/yourimage.extensionForum: Fixing WordPress
In reply to: Post FormattingGot it working! I realised it was possible using the ‘margin-bottom:0.9em;’ line from within your first code snippet.
Thanks once again! n__n
Forum: Fixing WordPress
In reply to: Post FormattingMany thanks for such a quick reply, whooami. It’s much appreciated.
I’ve uploaded two screenshots, as I’m not too sure how to properly explain my problem. As you said, hitting enter should automatically insert a break, however this doesn’t seem to be the case, which is where I’m left confused.
The first screenshot shows how I would like my posts to look, and the second showing how they look upon posting without using the rich-text editor.
Formatted Post: http://www.endlesstears.net/formatted.jpg
Unformatted Post: http://www.endlesstears.net/noformatting.jpg
Forum: Your WordPress
In reply to: new themeMinimalistic designs always grab my attention! Are you planning on designing a header at all?
From what’s there, that’s really all I can criticise. It seems a bit empty up-top. Apart from that, I love it! Keep up the good work! 🙂
Forum: Plugins
In reply to: Del.ici.ous LinksYou made my day! Many thanks for the help lauch. It’s greatly appreciated!
Forum: Plugins
In reply to: Del.ici.ous Links13 hours and no reply. Does nobody know as to how it could be implemented? 🙁
Forum: Themes and Templates
In reply to: K2: Post StylingMany thanks for the help, digitalpen. It’s greatly appreciated. I’ve managed to customise it based on what you provided me with. Now to get it compliant with the way IE works lol!
Forum: Themes and Templates
In reply to: K2: Post StylingI had a look at it, and it just went straight over my head. No idea what’s going on where, and there seems to be a lot of mention of Noteworthy.
It’s my first time using WordPress and I’m actually pretty happy with the way things have been with regards to styling. It’s just the posts I’m having trouble with at the moment.
Forum: Themes and Templates
In reply to: Navigation SplittersI’ve still had no luck with this. Please if somebody could help, I would greatly appreciate it. Many thanks.
Forum: Themes and Templates
In reply to: Navigation SplittersYep, I’ve kept the template as standard. I forgot to mention, I’m using K2 as a base for my template.
I tried the method you mentioned above, but that didn’t affect the document in any way for some reason. I then tried a workaround, and still no luck;
background: url('images/navsplit.gif') no-repeat right top;I’m pretty sure I’ll figure it out eventually. Just getting confused with regards as to how it would loop and display once after each link.
Forum: Themes and Templates
In reply to: Navigation SplittersThanks for the help, 21stproject. I’m guessing it has to be a property for one of these;
ul.menu li {
display: inline;
margin: 0;
}ul.menu,
ul.menu li a {
padding: 5px 10px 6px;
}ul.menu li a {
font: 12px 'Trebuchet MS', Verdana, Arial, Sans-Serif;
color: #777;
margin: 0;
}The image is located at /wp-content/elusive/themes/images/navsplit.gif
How would I incorporate what you’ve advised?