Gustav820
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Break in WidgetDid you know how to fix this? I have the same problem.
Forum: Plugins
In reply to: Review/rating pluginI wanna make a site with different restaurants and I wanna make users to rate/review like “the food”, “the service” and so on. Anyone know how to do it? Thanks
Forum: Themes and Templates
In reply to: Featured text in sticky postThank you very much! It worked 🙂
I found it in content.php.Forum: Themes and Templates
In reply to: Page widthHere is a screenshot how it looks:
http://imageshack.us/f/838/screenhyf.png/Forum: Themes and Templates
In reply to: Page widthThats correct but nothing happend 🙂
I want only the forumpage to be more wider than the other pages so its not so narrow. If I take the “showcase template” the page look just like I want it (the width).Forum: Plugins
In reply to: Review star rating?Cool site!
Thanks! 🙂 Thats what I was looking for. I will try that script. Let me know if you find something so you can see the user-rating stars in the comments 🙂
Like on this site:
http://cdon.se/film/justin_bieber%3a_never_say_never-13359410
(click on the button RECENSIONER under the picture)Forum: Themes and Templates
In reply to: Page widthIt didn’t work.
Looks like this:
/*
Theme Name: TwentyEleven
Description: Child theme for the Twenty Eleven
Author: Gustav
Template: twentyeleven
*/@import url(“../twentyeleven/style.css”);
.page-template-default .entry-header,
.page-template-default .entry-content,
.page-template-default footer.entry-meta,
.page-template-default #comments-title {
width: 100%;
}.page-template-default #respond {
width: 100%;
}Forum: Themes and Templates
In reply to: Page template write at top of page?Cool! Thank you!! Thats exactly what I wanted! 😀
Forum: Themes and Templates
In reply to: Twenty Eleven post vs sites?On my blog-page.php can I have the widget with “latest posts” to the sidebar with all the latest blog posts? Not the startpage posts. That would be great.
Forum: Themes and Templates
In reply to: Twenty Eleven post vs sites?I added this also so I can exclude some categories on the front page.
function exclude_category($query) {
if ( $query->is_home ) {
$query->set(‘cat’, ‘-xx’);
}
return $query;
}
add_filter(‘pre_get_posts’, ‘exclude_category’);xx= ID of the category
Forum: Themes and Templates
In reply to: Twenty Eleven post vs sites?Thank you very very much for all your help & time! 🙂
You are the best.Forum: Themes and Templates
In reply to: Twenty Eleven post vs sites?YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS!
It works 😀
How can it post only the News posts?! Where did you specify that in the script? (I want it like that, just wondering 😉Forum: Themes and Templates
In reply to: Twenty Eleven post vs sites?Cool thx. Now I got a new error 🙂 line 32 hehe
Forum: Themes and Templates
In reply to: Twenty Eleven post vs sites?Of course:
http://sunformymind.vacau.com/
The page is empty because I wanna make the Newsblogpage first 🙂
ThanksForum: Themes and Templates
In reply to: Twenty Eleven post vs sites?Here is how blog-page.php looks like:
http://pastebin.com/Vpy2DzzMIf I surf to the News site now I only get “page cannot display”