skallerup
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nav menu – make background click able?How can I add a background to a link, when they dont have a id or class?
Forum: Fixing WordPress
In reply to: Nav menu – make background click able?I’ve now changed the display til inline-block, but the images are already backgrounds?
So what do I need to adjust of height and width?
And thank you for the fast reply!
Forum: Fixing WordPress
In reply to: hover CSS problemI’ve changed that, but it’s the same.
the page has it’s own rules because i made this rule:
<body<?php if ( is_page('gratis-ide')) {echo ' class="gratiside" '; } ?>>
so the css is:
.gratiside #top-menu a{ padding: 0 10px; } .gratiside #top-menu a:hover{ color:#fff;}
now it has no rule suddenly?
Forum: Fixing WordPress
In reply to: hover CSS problemit the menu “virksomhed, offentlig, uddannelse, ngo” that I need to get white when mouse is over their names ??
Forum: Fixing WordPress
In reply to: thumbnails if, if not helpThank you both so much!!!
The code is working:
<?php if( is_page('contact') && has_post_thumbnail() ) the_post_thumbnail('somethingrandomiguess');?>
Forum: Fixing WordPress
In reply to: thumbnails if, if not helpIt does not seem to work ??
The code is placed in top_info.php, can that have anything to say?
what should I put instead of homeblog?
Thank you very much for your help!
Forum: Fixing WordPress
In reply to: thumbnails if, if not helpI have a page named “contact” so the could so be:
<?php if(has_post_thumbnail(is_single( array( 'contact' ) ) )) { ?> <?php the_post_thumbnail('homeblog'); ?> <?php } ?>
But it’s not working :/
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: thumbnails if, if not helpis_single( array( 'beef-stew', 'pea-soup', 'chili' ) )
i guys this is the code?I’m really not good at php, but is it like this then:
<?php if(has_post_thumbnail(is_single( array( 'beef-stew', 'pea-soup', 'chili' ) ) )) { ?> <?php the_post_thumbnail('homeblog'); ?> <?php } ?>
??
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: move site to wordpress, or find theme?Okay – Thank you very much for your answer ??
Forum: Fixing WordPress
In reply to: RSS not updating?no one can help?
I see it update, but only a couple of times pr. day!?
Forum: Fixing WordPress
In reply to: Show different rss from different websites?Ive now created the scrip that creates columes.. how do I now insert the rss widget in the columes??
this colume code:
1/4 columns[wpcol_1quarter id="" class="" style=""][/wpcol_1quarter] [wpcol_1quarter_end id="" class="" style=""][/wpcol_1quarter_end]
Forum: Fixing WordPress
In reply to: Show different rss from different websites?wow this is much harder then I expected. I installed the easy-columns, but don’t know how to get it working.
Forum: Fixing WordPress
In reply to: Show different rss from different websites?Yes, I’ve been looking and looking for at template without any luck :/
Forum: Fixing WordPress
In reply to: Show different rss from different websites?Sry, my mistake – my english is limited.
Do you now where to find that kind of help that is needed?
Best regards
Forum: Fixing WordPress
In reply to: Show different rss from different websites?I’m not sure what you mean?
Every 4 box shows the news titles ??Thanks for the help so far – very much appreciated