snowboarder8985
Forum Replies Created
-
Forum: Your WordPress
In reply to: Hi guys, need your help with the contentMaybe a recommendation of top products and where to buy them.
Forum: Your WordPress
In reply to: New site, Old question… Would love feedback :)Maybe a pic of a cool computer with your site name for the logo.
Forum: Your WordPress
In reply to: New to WP have 2 sitesI would recommend doing parent/child pages for the navigation bar. 2 rows of links looks kinda awkward to me. Also for the contact us page, I would recommend looking into Contact Form 7 plugin as it looks cleaner.
You can use my site as an example to see what I mean about the parent/child pages on the navbar. If you scroll over ‘About Us’ and ‘Jobs’ you will see what I mean.
My SiteForum: Your WordPress
In reply to: New WordPress site. Custom Theme. Any suggestions?Looks great. I would remove the arrows under the header though since it doesn’t really scroll to anything.
Forum: Fixing WordPress
In reply to: Where are my pages?Try what I recommended in your other post
https://www.ads-software.com/support/topic/uploading-wordpress-site-from-hard-drive?replies=8Forum: Installing WordPress
In reply to: Uploading WordPress Site from Hard Drive10a. yoursite.com should be changed to the domain that you own. If wordpress isn’t installed in the root folder be sure to add the folder path before wp-admin in the web address.
example: yoursite.com/wordpress/site/wp-admin/install.php
A database just stores information such as login information for users (username and password) on the server. This is what the website looks for when a user wants to log in to your website.
Forum: Installing WordPress
In reply to: Uploading WordPress Site from Hard DriveSo what you need to do is:
1. Login to your webhosting account.
2. Find MySQL Database
3. Click add new database and give it a name
4. Create new user and password.
5. open wp-config-sample.php file and search for this// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'database_name_here'); /** MySQL database username */ define('DB_USER', 'username_here'); /** MySQL database password */ define('DB_PASSWORD', 'password_here'); /** MySQL hostname */ define('DB_HOST', 'localhost')
6. DB Name is what you created in step 3
7. DB_User and DB-Pasword is what you created in step 4.
8. DB_Host should be provided by your host (might be called server name). You can try leaving it localhost the first time to see what happens since it doesn’t always need to be changed.
9. Rename file to wp-config.php (NOTE: Make sure it is a php file and doesn’t save as a txt file) and reupload to server. (You can delete the wp-config-sample.php file now since it’s no longer needed.)
10. Run yoursite.com/wp-admin/install.php and it will finish setup and create database files. Shouldn’t affect the files that you manipulated already. If it does, you can always re-upload certain files after install.Forum: Installing WordPress
In reply to: I don't get itYou might have to get a hosting plan also. I use ipage.com for my site. They have really good customer support.
Forum: Your WordPress
In reply to: Need a little help with my siteCompany doesn’t exist yet (hell, I haven’t even learned how to code Objective-C or Java yet to create the games I want). Just working on the site to get me motivated to start working on the games, lol.
Forum: Fixing WordPress
In reply to: Accidentally changed wordpress location in wordpressEdit: Fixed thanks to esmi and this link
https://codex.www.ads-software.com/Changing_The_Site_URLForum: Fixing WordPress
In reply to: Accidentally changed wordpress location in wordpresslooks like it can be changed in the wp-config file, but not sure what coding to put in to change it
Here is the original coding
/** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/');
Forum: Themes and Templates
In reply to: CSS help with Contact Form 7Here is a link to the contact form on my site
https://raidmaxgames.com/contact