cd_BE
Forum Replies Created
-
Forum: Themes and Templates
In reply to: custom theme with 2 background imagesThis is getting frustrating…
I know how to do it in html. Got it working and all.
<body bgcolor="#000000" background="img/wall.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br> <center> <table width="1000" height="800" border="0" cellpadding="0" cellspacing="0" background="img/page_post_bg.png"> <tr> <td></td> </tr> </table></center>
But how to translate this to wordpress.php is getting lost on me.
I think I should somehow say in /php that
<?php the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content"> <?php the_content(); ?>
should be in the place of the <tr>
<td></td>
</tr>Forum: Themes and Templates
In reply to: [Flat] Transparent page/post backgroundAnd The background from your theme is that white too?
What you could to is write a different .css style just for The page.php & post.php.
Forum: Themes and Templates
In reply to: [Flat] Transparent page/post backgroundAnd with div?
div { background-color:transparent; }
Forum: Themes and Templates
In reply to: [Flat] Transparent page/post backgroundI whould try something like this:
#primary{ background-color:transparent; padding:0 }
Forum: Themes and Templates
In reply to: HEADER : MENU with backgroundAdded padding and changed te font-size of the menu items and the line-hight.
Problem solved… It is really a long time since I wrote .css or php. I have forgotten a lot ??
This is what I have no and is working, maybe it can help somebody someday :p
/*** HEADER : MENU ***/ /* To see a menu in your header, you'll need to first add one in WordPress Admin */ .menu ul { list-style: none; margin: 0; } .menu ul ul { display: none; } .menu li { display: inline; float: left; padding: 0 10px 8px 0; } .menu-item { } .menu-item a { font-size: 15px; font-family: Verdana, Geneva, sans-serif; text-decoration: none; color: #357bb9; line-height: 17px; } .menu-item a:hover { color: #357bb9; text-decoration:underline } /* = Menu achtergrond ------------------------------------------- */ #access { background-image:url('img/menu_vonk.png'); background-repeat:no-repeat; display: inline; float: right; margin: 0 auto; width: 300px; height: 300px; padding: 70px 0 0 0; }
Forum: Themes and Templates
In reply to: [Flat] Transparent page/post backgroundIf you don’t use a color code the background is transparent, I believe.
I’m currently trying something similar, but I want to add a background image to mij pages and post with the content in that image area. Can’t seem to get it right though :p
but thats how I found out that not adding anything I see my theme background.Forum: Themes and Templates
In reply to: custom theme with 2 background imagesLuckily, sometimes being an idiot is a good thing…
I had to use my style.css.
/* OVERALL */ body {background: url('img/wall.gif') repeat top center;}
Sadly my content area is all over the page. It should be 890px centered and the background (wall.gif’) may be seen left & right depending on the viewer screen.
So when I add
<img src="<?php bloginfo('stylesheet_directory'); ?>/img/page_post_bg.png")
to my page.php it shows under the content, obviously…I need to place the_content above this image, in some sort of locked position.
So I tried this in the page.php
<style type="text/css"> body { background-image:url('<?php bloginfo('stylesheet_directory'); ?>/img/page_post_bg.png")?>'); } </style>
but that doesn’t seem to work.
Forum: Themes and Templates
In reply to: [Make] Ideal background image sizeIf you lock your maximum height and width from the header background image it doesn’t need to have a ideal image size. You can lock the size of the boxed site.
Say that the default header image size is 300x100px and the image you have is 200×150.
If you define those dimensions in functions.phpdefine('HEADER_IMAGE_WIDTH', 200); define('HEADER_IMAGE_HEIGHT', 150);
and add #custom_header in you style.css you have your ideal image size is for the header background.
#custom_header { width: 200px; height: 150px; }
Does that make any sense?
Forum: Plugins
In reply to: [External Videos] [Plugin: External Videos] Vimeo Author IDI got the consumer and api key from there, yes.
And I found the Author ID by accident, and now it works.
Forum: Plugins
In reply to: [External Videos] [Plugin: External Videos] Vimeo Author IDI have the same problem.
When I leave the Author ID open I don’t have the error message but the plug in won’t load my Vimeo video’s.
THe no thumbnails of the videos problem is this what you get?
https://img37.picoodle.com/i53p/cd_be/v2gh_34c_u90ow.png
And what is the solution?
Forum: Plugins
In reply to: [WP Forum Server] [Plugin: WP Forum Server] Error when activating pluginI have the same problem. but not with the mingle forum plugin.
It’s the Spelling Checker-plugin that gives me this error.
and on on line 49 instead of 38.Forum: Plugins
In reply to: [Page Theme] [Plugin: Page Theme] Doesn't work, no supportLike donhz wrote: Such a great, useful idea, but a dead-end street.
I installed 5 different themes but nothing. The page I want with a different theme won’t change from the default theme. To bad.