penguin7751
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to make the footer shorteroh sorry, i thought i posted it in the place only for my theme.
its called the-last-fallForum: Plugins
In reply to: [Plugin: Popularity Contest] Update to 2.8.5Oh on another post I found
In your theme’s CSS file, you could add:
.akpc_report span {
display: none;
}Forum: Plugins
In reply to: [Plugin: Popularity Contest] Update to 2.8.5I also have this problem…
Anyone know how to fix? I can’t access the plugin in the editor to look for a way to manually remove them.Forum: Themes and Templates
In reply to: 2 special themed images on a single linecould this be impossible with how it is set up?
Forum: Themes and Templates
In reply to: 2 special themed images on a single lineIt’s impossible to even type a character next to the picture without it being sent to the next line… any ideas why?
Forum: Fixing WordPress
In reply to: Tricky? Little layout problemyou sir… are a genius!
looks fine in all browsers too~thanks!
Forum: Themes and Templates
In reply to: One big theme change – from full page site to centered?Thanks Peter, exactly what I needed.
My apologese for the long code pasting!
Forum: Themes and Templates
In reply to: One big theme change – from full page site to centered?and my header, because that part of the page is located in the header.
<!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"> <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="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'); ?>" /> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/nifty.js"></script> <script type="text/javascript"> window.onload=function(){ if(!NiftyCheck()) return; Rounded("div.boxhead_cont","top","transparent","#CFC2A1","border #847563"); Rounded("div.boxbody_cont","bottom","transparent","#E9E2DA","small border #847563"); Rounded("div.post_cal","top","transparent","#AC0605","small border #A6A6A6"); Rounded("div.post_cal","bottom","transparent","#AC0605","small border #A6A6A6"); Rounded("div.mini_sidebar_widget_cont","all","transparent","#FFF","small border #45392A"); } </script> <?php wp_get_archives('type=monthly&format=link'); ?> <?php wp_head(); ?> </head> <body> <div id="wrap"> <div id="headerElements"> <div id="polaroid"> <div id="polaroidimage"> <a href="#"><img src="<?php bloginfo('template_directory'); ?>/randimages/rotator.php" width="202px" height="187px" alt="Polaroid Photo" /></a> </div> <!-- <div id="polaroidcaption"><p><?php printf(__('Pictures from %s', 'travelogue'), get_bloginfo('name')); ?></p></div> --> </div> <div id="header-img"> <h1 align="left"><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1> <h3 align="left" class="tagline"><?php bloginfo('description'); ?></h3> </div> <div id="subheader"> <div id="buttons"><?php include (TEMPLATEPATH . '/topsearchform.php'); ?></div> </div> </div>
and that little table is inside the topsearchform.php file and looks like:
<div align="center"> <table width="600" border="0"> <tr> <th width="129" bgcolor="#6d995a" scope="col"><strong>Home</strong></th> <th width="110" bgcolor="#6d995a" scope="col"><strong>Blog</strong></th> <th width="109" bgcolor="#6d995a" scope="col"><strong>Articles</strong></th> <th width="134" bgcolor="#6d995a" scope="col"><strong>Your Stories</strong></th> <th width="75" bgcolor="#6d995a" scope="col"><strong>Contact</strong></th> </tr> </table> </div>
Forum: Themes and Templates
In reply to: One big theme change – from full page site to centered?Here you go:
https://www.traveltogrow.com/Heres my style.css too
/* Theme Name: Travelogue Theme URI: https://www.podq.com/travelogue-2/ Version: 2.6.9 Description: A fun, travelogueish theme. Don't forget to change the random pictures in the polaroid! Widget-compatible. Author: Joshua Lyman Author URI: https://www.podq.com/ Tags: two-columns, brown, flexible-width */ /* Released under the GPL. The images were shot by me, Joshua Lyman. You can certainly keep them there (although I recommend you change them) so long as you don't take credit for them. ;-) Note that the sidebars can be modified through the use of widgets in the admin panel. Have fun! */ /* Color Schemes ------------- Orange Dark: #AA3511 Darkest Brown: #45392A Dark Brown: #847563 Brown: #CFC2A1 Light Brown: #E9E2DA Red: #FF5941 Blue: #315980 */ @import url('css-niftyCorners.css'); @import url('css-typography.css'); @import url('css-calendar.css'); /* Layout Declarations */ body { //background-image: url(images/background.jpg); //background-repeat: repeat-x; background-color: #e0e0e0; //margin: 0; padding: 0; width:1000px; margin: auto; } a img, a:hover img { border:none; text-decoration:none; } .gallery .gallery-item .gallery-icon img { padding: 0%; border: 1px solid #847563; text-decoration:none; } #headerElements { position:relative; width:100%; } #polaroid { left:0px; top:0px; width:304px; height:297px; background: url('images/polaroid.jpg') no-repeat; } #polaroidimage { position:relative; left:44px; top:31px; width:202px; height:187px; overflow:hidden; } #polaroidcaption{ position:relative; left:42px; top:40px; width:202px; height:26px; overflow:hidden; } #header-img { position:absolute; left:304px; top:0px; min-width:663px; width:663px; height:184px; background: url('images/header_img.jpg'); background-repeat: repeat-y; } #subheader { position:absolute; left:304px; top:184px; width:60%; height:101px; margin: 3px 5px 0 35px; background-color: #FFFFFF; } #subheader #search { float: left; width: 45%; background-color: #FFFFFF; } #subheader #cats { float: right; width: 45%; background-color: #FFFFFF; } #mainContainer { background-image: url('images/sidebarbg.jpg'); background-repeat: repeat-y; background-color: #FFFFFF; } #sidebar { float:left; width:304px; margin: 0 0 5px 0; padding-left: 10px; } #content { right:0; padding:0; z-index:0; font-size: 96%; margin-left:315px; margin-right:25px; background-color: #FFFFFF; width:600px; height:1%; /* This is a silly hack needed to give IE hasLayout a true value, otherwise the sidebar goes crazy. */ } #rightcolumn { float:right; width: 25px; margin:0 0 10px 20px; padding:3px; } #rightcolumn .mini_sidebar_widget_cont { margin-bottom:10px; background-color: white; } #rightcolumn .mini_title { font-weight: bold; } #rightcolumn ul { margin: 0; } #rightcolumn li { list-style-type:none; margin-left:-25px; } #rightcolumn > li {margin-left:-18px; } #rightcolumn .mini_sidebar_widget_cont, #rightcolumn #rss_feeds, #rightcolumn #rc_extra_code { padding:3px; } #rightcolumn #rss_feeds_cont, #rightcolumn #rc_extra_code_cont { margin-bottom: 5px; } .navigation { height:20px; font-weight:bold; } #footer { border: 1px solid #D4DBD3; height:100%; margin:10px 20px 0 305px; clear:both; } .post { border-bottom: 1px #E0D3CD dotted; padding: 7px 3px 1px 4px; margin-bottom: 10px; } div.comments ol { margin-left:0; padding:0; } .commentlist li { border: 1px solid #45392A; background-color:#e5ebf2; background-image: url(images/comment-bg-alt.jpg); background-repeat: repeat-x; padding:7px; margin-bottom:12px; list-style-type:none; } .commentlist .alt { background-color:#f9f5f0; background-image: url(images/comment-bg.jpg); background-repeat: repeat-x; } .commentmetadata { float: right; text-align:right; font-size:smaller; width:60%; } /* Postit Date */ .post .post_cal { text-align: center; width: 54px; float: left; margin: 0 10px 5px 0; } .post_cal .dayname { background-color: #FF5941; background-image:url(images/cal_bg1.jpg); background-repeat:repeat-x; background-position: bottom center; border-bottom: 1px solid #A6A6A6; color: #FFFFFF; font-size: smaller; font-weight: bolder; width: 96%; } .post_cal .daynum { background-color:#F0E9D7; border-bottom: 1px solid #A6A6A6; background-image:url(images/cal_bg2.jpg); background-repeat:repeat-x; font-size: xx-large; font-weight: bold; width: 96%; } .post_cal .month, .post_cal .year { background-color: #FF5941; background-image:url(images/cal_bg3.jpg); background-repeat:repeat-x; font-size: smaller; color:white; width: 96%; } .postmetadata { font-weight: bold; } /* End Postit Date */ /* Sidebar Boxes */ .boxhead_cont, .boxbody_cont { width: 230px; } .boxhead_cont { margin-top:15px; } .boxhead { width:228px; background-color:#CFC2A1; background-image:url(images/boxhead_bg.jpg); background-repeat:repeat-x; } .boxbody { width:228px; background-color: #D3C5A8; background-image:url(images/boxbody_bg.jpg); background-repeat:repeat-x; } .boxhead h3 { color: #315980; margin:0; padding:0 0 0 10px; } /* End Sidebar Boxes */ .gravatar_image { float:left; margin: 0 10px 5px 0; } /* WordPress 2.5 Image Gallery Classes */ .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption-dd { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; } img#wpstats{display:none;} /* Remove the silly wp-stats smiley if the plugin is installed. */
Forum: Themes and Templates
In reply to: One big theme change – from full page site to centered?Well I managed to find a way to center it and have a fixed width so thats awesome, but there just a couple layout issues yet, i dont get them.
Heres what it looks like now:
https://farm3.static.flickr.com/2517/4018959578_0065bc4b79.jpgas you can see the white background i wanted for my main body of text is not filled in properly at the top, and it also extends further to the right than my main title area.
I also havent found a way for the site to be moved down an inch or so like i originally wanted.
any help appreciated!