techpings
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Editing Logo in Kreativ ThemeYes I’ve edited as per your guidelines
#header h1 {
font-family:Sertig,Arial,Helvetica,sans-serif;
font-weight:normal;
letter-spacing:-2px;
}Header title is in uppercase.
If I include text-transform:capitalize; no change occurs.
Please advise on placing this image in header https://img517.imageshack.us/i/spire.png/
Forum: Themes and Templates
In reply to: Editing Logo in Kreativ ThemeThanks Esmi,
I’ve edited the code.
There seems to be isssues with header font. The code goes like
#header h1{
font:normal 30pt;
padding:27px 0 3px 0;
margin:0;
letter-spacing:-2px;
font-weight: bold;
font-family:Sertig, Arial, Helvetica, sans-serif;
text-transform:capitalize;
}
If I remove text-transform:capitalize; I get all uppercase fonts by default.Also text-transform:capitalize; font-weight: bold; doesn’t work
Is there any way I can put this image in header https://img517.imageshack.us/i/spire.png/ replacing title?
Forum: Themes and Templates
In reply to: Editing Logo in Kreativ ThemeForum: Installing WordPress
In reply to: Blog posts missing:Moved WP blog from one host to anotherYes I updated permalinks /%year%/%monthnum%/%postname%.html
I dont see any blog posts.Its just empty
Forum: Themes and Templates
In reply to: Light Breaker Theme:Distorted Sidebar in IEIssue Resolved without adding a seperate stylesheet for IE 6.
Added the following to codes to CSS for sidebar
display: inline;
overflow: hidden;Thanks Esmi for your support.
Please take a look at Digital Dreams in IE 6
Forum: Themes and Templates
In reply to: Light Breaker Theme:Distorted Sidebar in IEThanks Esmi.
Could you please help me with the conditional comment code for IE 6?
Shall I add the following
<!–[if IE]>
<style>
.sidebars { width: 380;}</style>
<![endif]–>Forum: Themes and Templates
In reply to: Light Breaker Theme:Distorted Sidebar in IEThanks Esme.The issue is with IE 6.I’ll check it IE 7
Forum: Themes and Templates
In reply to: Light Breaker Theme:Distorted Sidebar in IEI’ve provided the url(please click Digital Dreams) or https://www.techpings.com
Forum: Fixing WordPress
In reply to: How to set up redirect for Blogger Custom Domain to WordPressForum: Fixing WordPress
In reply to: How to set up redirect for Blogger Custom Domain to WordPressThanks for your reply.
Right now only the homepage without a www,https://techpings.com works.
Post pages like for example https://techpings.com/2009/02/maintecbangaloreservice-management-networkingitil-job-vacancy.html throws error”Redirect Loop:Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”
whereas a post page with www, example:https://www.techpings.com/2009/02/maintecbangaloreservice-management-networkingitil-job-vacancy.html throws error:”Server Not Found Error 404″.
It’s been almost 12 hrs after migration to wordpress.
Please clarify
Forum: Installing WordPress
In reply to: Multiple WordPress Installation on the same hostingThanks Moderator,
WordPress installation for Domain 1-jobcrowds.com is up and running.WP files are in Root Directory.
Again when I uploaded WP files to either the root directory or folder jobnol.com(domain2) and ran the install script jobnol.com/wp-admin/install.php,I got the message “Already Installed”.
This is what I’m looking for
jobcrowds.com and jobnol.com should be two different wordpress installations with 2 different database
Forum: Installing WordPress
In reply to: Multiple WordPress Installation on the same hostingThanks Figaro
I’m looking for guidance in installing multiple websites with seperate or individual database.
Precisely I’d like to install multiple websites to the same root directory.