chris777uk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Nextgen-gallery: use slideshow as header and change it to white?sorted it
<?php { nggSlideshowWidget(1,900,150); }?>Forum: Fixing WordPress
In reply to: how can i rotate my header please (its in the sidebar)i’ve sorted it
<?php { nggSlideshowWidget(1,900,150); }?>
Forum: Fixing WordPress
In reply to: how can i rotate my header please (its in the sidebar)thanks for the reply,
how would i do it then if i wanted to do it on every page load please?
thanks
chris
Forum: Fixing WordPress
In reply to: Nextgen-gallery: use slideshow as header and change it to white?oh the site is https://www.chrissayburn.com if you need to see what I mean.
Forum: Fixing WordPress
In reply to: how can i rotate my header please (its in the sidebar)bump…sorry i know it must be annoying all these questions, but even if you could just point me in the right direction that would be great.
Forum: Fixing WordPress
In reply to: embarrasing noob Q: how to add a header i’ve created!you star!!
Thank you SO much , i really appreciate your time.
Forum: Fixing WordPress
In reply to: embarrasing noob Q: how to add a header i’ve created!its in my wordpress theme’s folder /images/banner.png ??
man it hurts to be this noobish at this!
Forum: Fixing WordPress
In reply to: embarrasing noob Q: how to add a header i’ve created!thanks again for the help… its stil not showing any image
am i right in thinking you do mean post the code in the header.php?here is my code…
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head> <body> <TABLE width=840px> <TR> <TD><img src="/images/banner.png"></TD> </TR> <TABLE>
Forum: Fixing WordPress
In reply to: How do you set up guest article writers?taxi for 1 ??
Forum: Fixing WordPress
In reply to: How do you set up guest article writers?im not the best to comment as im a noob, but in your dashboard next to settings and plugins tab there is a “users” tab,
click on that and you can enter someone else’s email address and set how much access you want them to have…
think thats what you mean?
Forum: Fixing WordPress
In reply to: Insert Youtube video using the “Add Video” buttoni use a great easy plugin to post youtube videos called
“easy tube”Forum: Fixing WordPress
In reply to: embarrasing noob Q: how to add a header i’ve created!aldo thanks skaufmann, it does have the <?php get_header();?> in the index, and there is a header.php, when i tried to add your code after the <body> end section it just came up with the written code on the site, did i link the image wrong? i did url=(images/banner.png)
sorry to be such a noob, ive managed to do everything else!
Forum: Fixing WordPress
In reply to: embarrasing noob Q: how to add a header i’ve created!/* Theme Name: Upstart Blogger Minim Theme URI: https://www.upstartblogger.com Description: A minimalist, <b>widgetized</b> theme from <a href="https://www.upstartblogger.com/" title="Upstart Blogger">Upstart Blogger</a>. Author: Robert Ellis Author URI: https://www.upstartblogger.com Version: 1.0 License: Creative Commons Attribution-Share Alike 3.0 (https://creativecommons.org/licenses/by-sa/3.0/). Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer. */ body { background-color: #fff; font-family: Arial, Helvetica, Geneva, sans-serif; padding: 20px; font-size: .88em; line-height: 1.5em; color: #444444; } #container { width: 840px; } #sidebar { width: 336px; float: leftt; font-size: .8em; line-height: 1.4em; padding: 0 10px 25px 0; } #sidebarleft { width:180px; float: left; } #sidebarright { width: 125px; float: right; } #footer { width:180px; float: left; clear: both; font-size: .64em; } #entries { width: 468px; float: right; } .post { margin-bottom: 1em; } a { color: #6699cc; text-decoration: none; font-weight: bold; } a:link h3 { color: #951400; border: none; } a:link img { border: none; } ul { list-style: none; margin-left: 0px; padding-left: 0px; margin-top: 0px; } li.linkcat { list-style-type: none; } img { border: none; } .imgleft { float:left; margin-right: 10px; margin-bottom: 10px; } .imgright { float: right; margin-left: 10px; margin-bottom: 10px; } img.frame { padding: 2px; border: solid 1px #DEE4E5; } h1 { font-size: 2em; line-height: 1em; text-transform: uppercase; } .title { border-bottom: 1px solid silver; } h3 { font-weight: bold; font-size: 1.2em; text-transform: uppercase; margin-bottom: .2em; margin-top: 2em; letter-spacing: .2em; color: #34353e; border-bottom: 1px solid silver; } .post h3 { border-bottom: none; letter-spacing: normal; margin-bottom: -.5em; } blockquote { background-color: #f3f3f3; padding: 10px; margin: 15px 0; } /* Begin Comments*/ .comments_tiny { color: #b8b8b8; border-bottom: 1px solid silver; } .alt { margin: 0; padding: 10px; background: #f3f3f3; } .commentlist { margin-top: 0px; } .commentlist li { margin: 5px 0 0 0px; } .commentlist p { margin: 10px 5px 10px 0; } #commentform p { margin: 5px 0; } .nocomments { text-align: center; margin: 0; padding: 0; } .commentmetadata { margin: 0; display: block; } li.comment { font-weight: bold; padding: 10px; list-style: none; } .commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; } #commentform { margin-top: 30px; } .commentmetadata { font-weight: normal; } small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; } .content { margin-bottom: 25px; padding-left: 5px; font-weight: normal; } .commentbox { width: 100%; height: 100px; } /* End Comments */
thanks
Forum: Fixing WordPress
In reply to: embarrasing noob Q: how to add a header i’ve created!hi shadoukat
thanks for the quick reply, it has a sidebar header but not a top of the site header – see
https://www.chrissayburn.comthanks
chris.
Forum: Fixing WordPress
In reply to: Can anyone help me to stop spam comments?check out a plugin called bad behavior, should do the trick!