martinellard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: web / blog integrationthanks mate, the option of just using WP may be the easy option. what I meant for integrating it into my own page design was so the writer could log into his WP admin, write a new post and then the information that is presented on the blog, the date and time posted and the article etc then appears on my designed web page…or is “grabbing the feed” the only way to do this and if so, do i lose control over styling the look of it on the new site.
Forum: Themes and Templates
In reply to: positioning bad behaviour pluginwell bugger me. thanks mate, all sorted now.
🙂
Forum: Your WordPress
In reply to: Launched my first blog todayI added the images from a folder I keep separate to WP on my server. I added them by using the add image link when writing a new post then editing the html to add links to the image if necessary.
Glad you like it, thanks for the feedback 🙂Forum: Your WordPress
In reply to: Launched my first blog todaywould like to have the drop downs “slide down” which would involve JS i imagine, is there a plugin to do this ??
Forum: Your WordPress
In reply to: My new themevery cute, what’s the plugin for bottom ‘more’ link for comments, archives and flikr, I like the drop down action.
Forum: Your WordPress
In reply to: Launched my first blog todayjust added drop down “more” links to the posts, works quite well.
Forum: Your WordPress
In reply to: Launched my first blog todayhadn’t noticed the hover block thing, but it only seems to do it on the top link in in each section and between each link in my links, the rest of the links are closer together, a CSS issue I think, I will look into it.
the mailto link is probably a bit lazy, I’ll look into that aswell. Cheers for the feedback.Forum: Your WordPress
In reply to: Launched my first blog todayPlease give me some feedback on my new blog, I have now worked out how to embed youtube video.
Forum: Themes and Templates
In reply to: altering theme, can’t edit CSS correctlyNever mind, I found the problem, it’s done, I’ve started posting content now.
Cheers.Forum: Your WordPress
In reply to: Launched my first blog todayYou can now go to my blog and download the theme with a blank banner logo
Forum: Your WordPress
In reply to: Launched my first blog todayit’s modded from fspring by Fahlstad, I got a load of WP demo’s and code from this month’s Web Designer mag, they also had the plugin for the bottom footer which works nice. Name’s a bit lame but it’ll do the now.
Cheers for the comment.Forum: Themes and Templates
In reply to: altering theme, can’t edit CSS correctlyOK i’ve added a plugin for the bottom of the page whichI have got workng fine and pretty much got it to match the rest of the theme….BUT on my MAC the footer sits fine but on my PC the footer section between the two dark lines sits about 1 or 2 pixels off to the left???? I’ve tried re-sizing the DIV’s left and right and adjusting some of the margin and padding settings but nothing seems to position it correctly, any ideas.
Forum: Themes and Templates
In reply to: altering theme, can’t edit CSS correctlyOk, cheers for the help, but I’ve used code for links from another theme and modified it, now it all seems to work dandy and I’m starting to add content to the site.
thanks for all your help guys.
here’s the site http://itsmy-space.co.uk/blog/Forum: Themes and Templates
In reply to: altering theme, can’t edit CSS correctlynot sure about how the links are called, here’s the code from the theme (not too hot on PHP)…..
‘ <title>
<?php bloginfo(‘name’); ?>
<?php wp_title(); ?>
</title>
<meta name=”distribution” content=”global” />
<meta name=”robots” content=”follow, all” />
<meta name=”language” content=”en, sv” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
<!– leave this for stats please –>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?>
<style type=”text/css” media=”screen”>
<!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –>
</style>
</head>
<body>
<div id=”pages”>
<h1>“><?php bloginfo(‘name’); ?></h1>-
<?php wp_list_pages(‘depth=1&title_li=’ ); ?>
‘
Forum: Themes and Templates
In reply to: altering theme, can’t edit CSS correctlyForget the last post mate, I fixed it, I just put the
- tags inside the
- tags around the code calling the PHP file and it now works. THANKS. any ideas about the other niggles?