Uffe
Forum Replies Created
-
Perfect… Thanks!
Very kind of you to help with this… 🙂
Case closed…
Hi Lance…
Thanks for the help, It worked fine… The only thing left still not perfect with the quote-format post is, that the border on the left continues one line more than the text itself… and I can’t really figure out why..
(the post I’m talking about is the first post under the video on the front page – that is a quote-format post)
KInd regards
UffePs. If you wanna see it, you can do so here: iuffe.com
Forum: Themes and Templates
In reply to: [MagUp] Change to an image logo instead of "Title"I saw a great instructional article with video on how to do this, it is though for twenty twelve theme, but maybe it will work for you as well…
It might be worth a try 😉
The link to the article is: http://www.blog.web6.org/logo-in-twenty-twelve-theme/
/Uffe
Forum: Themes and Templates
In reply to: Show all content when Post is sticky – Twenty TenThanks ganghiss… Will try it 🙂
Forum: Themes and Templates
In reply to: Show all content when Post is sticky – Twenty TenAlchymyth..
Thanks for your quick response..
unfortunately this code didn’t do the trick. But I can’t figure out why. Because if I do this:
!is_home() || !is_front_page() ||.. then I see the change – then all the posts show all content. (So when used on those two, it has an effect).. but for some strange reason not on the sticky..
So I guess that the sticky-posts gets “its instructions” from somewhere else..??
Kind regards
UffeForum: Themes and Templates
In reply to: Styling the Excerpt – Twenty TenOk..
I got some of it now. I found an article that pointet me in the right direction… The styling of the excerpt is done in the css file using the “.entry-summary” function..
So the only thing left is the “Continue reading” placement when writing the excerpt manually…
I think it has something to do with the coding in functions.php..
Anyone able to point me in the right direction with that..?
Kind regards
UffeForum: Themes and Templates
In reply to: Styling the Excerpt – Twenty TenThanks very much for your reply Carmellom..
But that’s what I did before, but the reason it doesn’t really work for me anymore is, that almost all my blogposts is going to have a video as the first thing in them.
So it will have to show the whole video on the frontpage, before any text can show up..
(Hope it makes any sense – otherwise it may help to see what I mean on my Danish site. On this site I already have some of the videoposts I’m talking about http://uffekirkegaard.dk I’m using the .com for the styling testing 😉
Forum: Themes and Templates
In reply to: Problems with a page template..?!Thank you both for the quick reply…
I have tried to see if I could figure out these markup errors. But I must admit that my knowledge at this moment, don’t stretch this far…
The code from the page template looks like this:
<?php /** Template Name: Uffes fullwidth */ ?> <html> <head> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <style type="text/css"> body { background-color: #cccccc; background-image: url('http://uffekirkegaard.dk/wp-content/uploads/2010/10/bg.jpg'); background-repeat: repeat-y; background-position: top center; background-attachment: scroll; } </style> <title><?php wp_title( '|', true, 'right' ); bloginfo('name'); ?></title> <?php wp_head(); ?> </head> <body> <?php while (have_posts()) : the_post(); ?> <div id="container" class="uffes-fullwidth"> <div id="content" role="main"> <div id="page-content"> <?php the_content(); endwhile; ?> </div> </div> </div> </body> </html>…and as far as I can read this IS how a page template should begin..!? or am I wrong..?
So how does this <html> doc.type error fit in..?
Hope you guys are able to shine some light my way.. :o)
Thanks very much for the help..
Ps. It looks like some of the errors comes from plugins..! Is this true you think..?
Forum: Fixing WordPress
In reply to: How do I make a "Blank"-page template…?I guess I was a little to quick…
A moment ago I tried to check the page in explorer (I usually use google chrome) and to my big surprise none of the two pages is showing correctly in explorer browser…
Any ideas why..??
Forum: Fixing WordPress
In reply to: How do I make a "Blank"-page template…?Thanks again JarretC…
I’ve tried to use your code, and it fixed most of my problems :o)
The styling though, it still caused me some troubles. You can see it here:
http://uffekirkegaard.dk/blank-1
But I tried to tweak it so it now looks like this:
http://uffekirkegaard.dk/blank-2
I used this code:
<?php /** Template Name: Uffes fullwidth */ ?> <html> <head> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <style type="text/css"> body { background-color: #cccccc; background-image: url('http://uffekirkegaard.dk/wp-content/uploads/2010/10/bg.jpg'); background-repeat: repeat-y; background-position: top center; background-attachment: scroll; } </style> <title><?php wp_title( '|', true, 'right' ); bloginfo('name'); ?></title> <?php wp_head(); ?> </head> <body> <?php while (have_posts()) : the_post(); ?> <div id="container" class="uffes-fullwidth"> <div id="content" role="main"> <div id="page-content"> <?php the_content(); endwhile; ?> </div> </div> </div> </body> </html>With this, my task is done… I now have a blank page as I wished :o)
Thank you very much JarretC, I couldn’t have done it without your help…!!!
Thanks for taking the time… Appreciate it!
Uffe
Forum: Fixing WordPress
In reply to: How do I make a "Blank"-page template…?Thanks very much for helping me out here JarretC…
The title on the Tab is now showing correctly – Perfect!
But the text styling doesn’t seem to work for some strange reason. Do you know if it’s possible to somehow style it via the stylesheet??
Btw. the new code is applied to see here: http://uffekirkegaard.dk/blank
(the only thing I changed from your code is the width)…
Forum: Fixing WordPress
In reply to: How do I make a "Blank"-page template…?First of all…
Thank you JarretC for your quick and very detailed response 🙂
I have already made a page to see it in action. I have just one more question.. It seems that the styling for some reason don’t apply to this page in the same way it does on all the other pages on my website..
You can see it here: http://uffekirkegaard.dk/blank
The text is a lot smaller, and on the Tab in the browser, it shows my url after the page-name instead of the blog title as on all the other pages..
Do you have any idea why, and maybe where I can style this specific page..??
Thanks so much for your help, I’m very greatful.