samirtuladhar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot remove borders around imagesAdd this then
#header ul { position: absolute; left: 0; top: 93px; bottom: 1px; font: 13px Georgia, "Times New Roman", Times, serif; list-style: none; margin-top: -6px; padding: 0; text-transform: none; }Forum: Fixing WordPress
In reply to: Cannot remove borders around imagesReplace
#header span.description { position: relative; margin-left: 5px; color: #7e4c10; }with
#header span.description { position: relative; margin-left: 5px; color: #7e4c10; text-align: center; display: block; }Forum: Themes and Templates
In reply to: contact form in themesAdd the following code to any page will show the default contact form.
[contact-form 1 "Contact form 1"]Do keep in mind Contact form 1 is the name of the form you can change it later on.
You can find in-depth tutorial for adding contact form using contact form 7 hereForum: Fixing WordPress
In reply to: Cannot remove borders around imagesNo Worries.
Forum: Fixing WordPress
In reply to: Cannot remove borders around imagesIts fixed. I tested it in IE6 IE7 and other browsers. May be its only you, refresh couple of time.
Forum: Fixing WordPress
In reply to: Cannot remove borders around imagesIt fixed on my browser now. Can you send a screenshot.
Forum: Fixing WordPress
In reply to: Cannot remove borders around imagesIts showing on Firefox.
GO to wp-content/themes/vesper/style.cssLine 290
Replace.post-entry img { float: left; margin: .4em 0 0 1em; padding: 0 10px 10px 0; }with
.post-entry img { float: left; margin: .4em 0 0 1em; padding: 0 10px 10px 0; border: 0px; }Forum: Fixing WordPress
In reply to: How to add recent post to this scriptCan you provide a link for the site
Forum: Fixing WordPress
In reply to: My home tab won't work!Can you provide link to your site.
Forum: Fixing WordPress
In reply to: Cannot remove borders around imagesTry this
.post-entry img { float: left; margin: .4em 0 0 1em; padding: 0 10px 10px 0; border: 0px; }on your style.css file
Forum: Fixing WordPress
In reply to: Removing the home link from the static front pageYou have to edit page.php where the navigation link is, next to
<div id="breadcrumbs"> <?php if ( is_page('home')) { //Blank } else { //Write the existing code } ?>Forum: Fixing WordPress
In reply to: Permalink problemNo worries. Glad to help you out.
Forum: Fixing WordPress
In reply to: Permalink problemThink so. Few of my sites did have this problem but gotten fixed when changed to Linux hosting.
Forum: Fixing WordPress
In reply to: Permalink problemIIS (common on Windows servers) does not support mod_rewrite. you might have to contact your web hosting company to resolve it. You should have bought the Linux hosting.
Forum: Fixing WordPress
In reply to: Permalink problemIs your website hosted on Linux or windows services.