kulpreetsingh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add search box in headerHi Sister Julie,
Please add this to your header.php file beside the RSS icon.
<form method=”get” id=”searchform” action=”<?php bloginfo(‘home’); ?>/”>
<div><input type=”text” size=”18″ value=”<?php echo wp_specialchars($s, 1); ?>” name=”s” id=”s” />
<input type=”submit” id=”searchsubmit” value=”Search” class=”btn” />
</div>
</form>Let me know how it goes.
God Bless ??
Forum: Plugins
In reply to: display automatic google adsense for search if no results on wordpress searchYou could try editing your search.php page to include your Adsense code, and output the search fields (e.g. “We couldn’t find information on X on the website. Please try the related links below:”). The Adsense will try to relate ads to the words on the page. If the search keywords entered show up before the Adsense, this might work.
The way to output the search fields is: <?php echo $s; ?>
Forum: Fixing WordPress
In reply to: Post and Pages Not Fully LoadingIt has to be something to do with your CSS file. Are you sure you haven’t moved or changed this file:
<style type=”text/css” media=”screen”>
@import url( https://playahata.com/hatablog/wp-content/themes/default/style.css );
</style>Forum: Plugins
In reply to: nextgen-gallery- Add to sidebar without using widget?Which gallery are you trying to add to your sidebar?
Forum: Plugins
In reply to: Simple Tags With WP Version 2.5.1?Hi James,
Yes it works. I am using it on my blog.
Forum: Fixing WordPress
In reply to: How Can I Remove Gray Bar From Top Of Login Screen?Hello,
In wp-admin/css/login.css, you will find:
body {
border-top-width: 30px;
border-top-style: solid;
font: 12px “Lucida Grande”, “Lucida Sans Unicode”, Tahoma, Verdana, sans-serif;
}change 30px to 0px.
-k.s.
Forum: Fixing WordPress
In reply to: WordPress database errorDo you have some sort of comments plugin or widget?
Perhaps try to disable it and then refresh and check.
Forum: Fixing WordPress
In reply to: 404 error but the page is thereHello.
Perhaps your host, IXWebHosting, uploaded an index.html page to your website while the DNS information was being updated.
If you delete the index.html file, visitors will go directly to index.php. In this case, there is no real error. The index.html is just getting shown before the index.php page.
By the way, I was with IX for about a year, and I really had a poor experience. They have poor reliability (uptime) and poor customer service and poor technical support. I switched to Dreamhost, and I would recommend it over IX any day.
Forum: Themes and Templates
In reply to: Sidebars collapse from two into oneActually the reason I thought it’s your site meter is because you don’t only have the /div>, but you also have a < (opening bracket) before the site meter code. Did you see that?
Forum: Everything else WordPress
In reply to: Removing “Comments Off” completelyAlright then you should edit comments.php and index.php and try to look for that text “Comments Off”
hope that helps
Forum: Fixing WordPress
In reply to: can’t retrieve/reset passwordDid you click the link after a long time? Sometimes the key becomes invalid if you don’t click on the link for a few days (I’m not sure of the exact time). I would just try again?
Forum: Everything else WordPress
In reply to: Removing “Comments Off” completelyDo you mean the words “Comments Off” ? You want to remove those?
You may have to remove it from the code of your “single.php” theme. You can edit your theme pages in the Design tab. However I only recommend this if you know a little bit of HTML / CSS / php.
Forum: Fixing WordPress
In reply to: seo – google displays all my post with the same descMaybe it is currently pulling your meta description? Do you have different meta descriptions for every post and page? You can do this with the SEO All In One plugin.
When did you launch this site? Is it a forum? For the first few weeks, this happens until Googlebot starts indexing your content in more detail.
Forum: Themes and Templates
In reply to: Search box problemHello,
It is because the CSS class of your input text box and submit button in the Spanish version are different from the CSS class on your English version.
On your English version, the text box says
class=”comment_textbox”and the submit button says class=”comment-button”
within the input tags. If you can replace the current class in the Spanish one with these classes (in the HTML code) then it should display the same way.
-k.s.
Forum: Fixing WordPress
In reply to: Why Cant use windows as category slug?Are you sure? I’ve never heard of this. Do you get an error or something?