nsathees
Forum Replies Created
-
To have a website on the internet you need the following . . .
a Domain Name (google.com is a domain name, yahoo.com is a domain name and sigmaNames.com is a domain names at the same time deals with premium domain name.)
A web hosting where you can place your website files. Now a days people use CMS (Content management system such as WordPress)
to develop your website locally use XAMPP to setup your computer with necessary servers and PHP
need further help with content import and how to select the right domain name contact me nSathees@gmail.com
Forum: Installing WordPress
In reply to: Uploading WordPress Site from Hard DriveIf you tell me how you install WordPress on your hard drive then I can tell you where your database is!
Forum: Themes and Templates
In reply to: How to fit my sites wallpaper centered for all size screens.your header image width is 1000px. What is the resolution in 13″ macbook?
Forum: Themes and Templates
In reply to: How i can use 1 menu on 2 blogs?You can’t
Forum: Themes and Templates
In reply to: Mystique Theme Site Logo Uploadis your theme folder writable? Logo is small file. don’t need to leave overnight.
Forum: Themes and Templates
In reply to: 2 pages, same template but they look differentlycheck for the short code of the gallery. You might have missed that!
Forum: Themes and Templates
In reply to: Strange conditional problemtry this!
<?php if ( is_page('7') ){ echo '<div id="sponsors"> <h2>Sponsors</h2> </div>'; } ?>Yes! check in the style.CSS for it!
Forum: Themes and Templates
In reply to: Blog title/description – remove from all pagesadd the folowing to line 433
visibility: hidden;
Forum: Themes and Templates
In reply to: Can't nail this menu. Please Help.menu ul a { font-size: 16px; padding-left: 10px; text-transform: none; font-weight: normal; }
use the font-weight to .menu ul li a{font-weight:normal; text-align:center;}
.menu{background-color:#CCC;}
Forum: Fixing WordPress
In reply to: Text continues Outside Comment Boxapply overflow:hidden to the container
Forum: Fixing WordPress
In reply to: Blog Home Pag Is Garbledpost the URL so that I can check the problem
Forum: Fixing WordPress
In reply to: How to have users (any level) add new users?The multiuser capability would be build in to the software you are selling. Why do you want them to log-in to your website?
I don’t understand your question!
In any case if you want that to happen then you have to create a new table and manage the user > sub user from there!
Forum: Fixing WordPress
In reply to: Making a minimum page length.Use CSS min-height property
Forum: Fixing WordPress
In reply to: 403 page not workingAdd the following to .htaccess file
ErrorDocument 403 http://www.yourDomain.com/your403.php