Dbo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hiding sub-pagesbump for some help :/
Forum: Fixing WordPress
In reply to: Looking for a good Search pluginyou installed it, but did you enable the widget or manually insert the code for example in your sidebar ?
Forum: Fixing WordPress
In reply to: Looking for a good Search pluginSearch Unleashed.
http://wordpress.org/extend/plugins/search-unleashed/screenshots/
Very flexible and just great overall. Hope you like it!
Forum: Fixing WordPress
In reply to: Hiding sub-pagesWell I realised I had linked this to a main parent page, don’t know if that mattered or not but I took it off to see if it would work and it didn’t. The ID for the send me a tip page is 1258. What’s happening now is that it just wont load the page but thats not what I’m looking for, I just don’t want them to appear in the menu but still be accessible, as in I’m going to link them elsewhere.
Forum: Fixing WordPress
In reply to: Hiding sub-pagesI read the stuff and tried it out, this is what I put and unfortunately it isn’t working :/
<?php wp_list_pages(‘title_li=&depth=-1’, ‘exclude=2832’); ?>
2832 is just an imaginary number I used and the title_li was already there (while I don’t even know what that means, something about depth :P) but basically it’s still there, any ideas why ?
Forum: Fixing WordPress
In reply to: Adsense acting weirdSorry about that, I keep on forgetting. the website is http://www.triplecz.com
I have resolved the centering but now the font sizes have been acting up changing recently for some reason along with the navigation buttons.
Forum: Plugins
In reply to: Centering SexyBookmarksI’m glad I was the cause of your inspiration π But once again, thank you for the help and the information π
Forum: Plugins
In reply to: Centering SexyBookmarksFirst of all, thank you for replying so quickly. Second of all, you are right, I am using that type of plugin. Itβs called PHP Speedy WP, just mentioning it in case anyone else ever gets the same problem I was having.
I disabled it as you said and it worked perfectly. It even solved my other problem regarding NextGenGallery not loading correctly. I canβt thank you enough for the help!
edit; I wanted to ask, I have 2 other plugins that speed up the website for me, CSS compress and WP Speedy Cache. Those two wont do what PHP Speedy WP was doing right ? I sure hope not cuz that’s what makes my website decently fast.. :/
Forum: Plugins
In reply to: [Plugin: Clean Archives Reloaded] Need help with modifying 4 little thingsSorry I completely got caught up in other modifications, forgot I had asked you this. Everything you said worked perfectly! Thank you so much for the help and for a great plugin π
Forum: Fixing WordPress
In reply to: Google Webmaster Toolbump for a possible solution to this…
Forum: Fixing WordPress
In reply to: Google Webmaster ToolWell doc4, what you said worked perfectly. One thing though, as soon as I put it my wallpapers section which uses the next gen gallery completely stopped working.. :/ any idea why ?
I reverted back to the old code hoping it would fix the problem but it didn’t. Here’s the new code that I used;
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<!– Start the Head Tag Here–>
<head profile=”http://gmpg.org/xfn/11″><meta http-equiv=”Content-Type” content=”; charset=” />
<!– Google Verify –>
<meta name=”verify-v1″ content=”(number goes here)=” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<!– 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’); ?>” /><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/style.css” />
<!–[if IE]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/style_ie.css” />
<![endif]–><?php wp_head(); ?>
</head><body>
<!– Page –>
<div id=”page”><div id=”page-top”><div id=”page-bottom”><!– Header –>
<div id=”header”><!– Title –>
<div id=”header-info”>
<h1>/”></h1>
<div class=”description”></div>
</div>
<!– /Title –><!– Menu –>
<div id=”header-menu”>-
<?php if (is_home()) { ?>
- /”>Home
<li class=”current_page_item”>/”>Home
<?php } else { ?><?php } ?>
<?php wp_list_pages(‘title_li=&depth=-1’); ?></div>
<!– /Menu –><!– Feed –>
<!– /Feed –>
<!– Feed2 –>
<!– /Feed2 –>
<!– Feed3 –>
<div id=”header-feed1″></div>
<!– /Feed3 –></div>
<!– /Header –><!– Main –>
<div id=”main”>If it helps any, the gallery plugin requires me to call in the footer in footer.php with the following;
<?php wp_footer(); ?>
I hope we can fix this problem..
Forum: Fixing WordPress
In reply to: Google Webmaster ToolI dont know why this is happening, I read the following page also; http://www.google.com/support/webmasters/bin/answer.py?answer=35638&hl=en
Didn’t change much.
What if I wanted to use the HTML one, where would the following go ?;
google(bunch of numbers and letters here).html
Forum: Fixing WordPress
In reply to: Google Webmaster ToolThere isnt an ending </head> tag, here is my header info;
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<meta http-equiv=”Content-Type” content=”; charset=” />
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<!– 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’); ?>” /><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/style.css” />
<!–[if IE]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/style_ie.css” />
<![endif]–><?php wp_head(); ?>
</head>
<body><!– Page –>
<div id=”page”><div id=”page-top”><div id=”page-bottom”><!– Header –>
<div id=”header”><!– Title –>
<div id=”header-info”>
<h1>/”></h1>
<div class=”description”></div>
</div>
<!– /Title –><!– Menu –>
<div id=”header-menu”>-
<?php if (is_home()) { ?>
- /”>Home
<li class=”current_page_item”>/”>Home
<?php } else { ?><?php } ?>
<?php wp_list_pages(‘title_li=&depth=-1’); ?></div>
<!– /Menu –><!– Feed –>
<!– /Feed –>
<!– Feed2 –>
<!– /Feed2 –>
<!– Feed3 –>
<div id=”header-feed1″></div>
<!– /Feed3 –></div>
<!– /Header –><!– Main –>
<div id=”main”>Forum: Fixing WordPress
In reply to: Google Webmaster ToolSamboll, I tried what you said and it didn’t work. It said the following;
We weren’t able to verify your site: http://www.triplecz.com/
I put it like this;
<?php wp_head(); ?>
</head>
<meta name=”verify-v1″ content=”(number goes here)=” />
<body><!– Page –>
<div id=”page”><div id=”page-top”><div id=”page-bottom”><!– Header –>
<div id=”header”><!– Title –>
<div id=”header-info”>Was this the wrong way to insert it ?
Forum: Plugins
In reply to: [Plugin: Clean Archives Reloaded] Need help with modifying 4 little thingsFirst of all, thank you replying so quickly but unfortunately I’m still inexperienced with this type of stuff so I need a little bit of help. Well I got #4 down pretty easily but for the others, I wasn’t as successful..
#1, Where can I change this in my stylesheet ? I tried looking but I didn’t find anything really.
#2, I add that line ? If so, exactly where is it supposed to go ?
#3, .car-collapse .car-yearmonth { cursor: s-resize; } already exists, what should I do with it ?
Sorry if I’m being a hassle with this, I hope its not asking too much :/