LyleChamney
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Cropped imagesThis is a free theme.
Yes, from Woo Themes … please contact their support here:
Forum: Installing WordPress
In reply to: Permalink /%postname%/ makes >> "That page can't be found"It sounds as though your web server does not have the rewrite module enabled. This is required in order to use anything other than the default permalinks.
If this is a local site running on WAMPServer, then here is how to fix this issue as WAMPServer’s Apache web server does not have this enabled by default:
– click the green W icon for WAMPServer in the system tray
– select Apache > Apache Modules > scroll down the list to see rewrite_module and click on it to set the check mark
– restart ApacheIf the site is on a hosting account, then you should contact your host’s support with how to enable the module.
Forum: Localhost Installs
In reply to: Problem Multisite in a localhostPart of the multisite setup instructions is to ensure that your permalinks work before starting. I can’t say about Bitnami, but by default, WAMPServer does not have the rewrite_module enabled in Apache, therefore they will not work.
An easy way to enable the module is:
– click the green W icon for WAMPServer in the system tray
– select Apache > Apache Modules > scroll down the list to seerewrite_moduleand click on it to set the check mark
– restart ApacheTry that π
Forum: Installing WordPress
In reply to: 404 error when installing a themeI have purchased the theme
Then you should be contacting the theme’s developer for support. See this from the Forum Welcome for an explanation π
Commercial products:
http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Installing WordPress
In reply to: Had a friend edit a theme on her own wordpress siteMy bad π
I should have also mentioned that if the theme edits have been done in the recommended manner, that is, using a child theme, that too would need to be uploaded/installed.
In the previous example of the (parent) theme named
myfriendthemethere should be an additional folder namedmyfriendtheme-childForum: Installing WordPress
In reply to: Error Screen and unedited, PUBLISHED page,There appears to be an issue with the latest update of this plugin. I have experienced the same issue on a few sites where I have (had) it installed.
As you probably cannot now access the admin dashboard to disable it there, you will need to log in to your hosting account’s file manager or use an FTP program such as FileZilla to access your plugins folder:
site_root/wp-content/pluginsOnce there, simply rename the
genesis-simple-editsfolder to something likegenesis-simple-edits-oldThis should recover your site and admin π
Forum: Installing WordPress
In reply to: Had a friend edit a theme on her own wordpress siteThe files for the theme from your friend should be contained in a folder with the name of that theme, e.g.
myfriendthemeThere are a couple ways to install it:
– create a ZIP of that folder and install as you would any other theme via Appearance > Themes > Add New > Upload Theme > Choose File >
myfriendtheme.zip> Install Now > Activate when finished installing– log in to your hosting account and use it’s file manager to upload the folder to `your_site_root/wp-content/themes
– use and FTP program such as FileZilla to upload the folder to the same location
– once uploaded, activate the theme from Appearance > ThemesForum: Installing WordPress
In reply to: Cropped imagesThat is a commercial theme and you should contact their support for this issue.
See Forum rules here re commercial products:
http://codex.wordpress.org/Forum_Welcome#Commercial_Products
Forum: Installing WordPress
In reply to: Installation Problem/Wrong DatabaseBecause I use GoDaddy
If you have a Linux with cPanel hosting account at GD, then you are “trying too hard” π
When you created your database first, you would have had to give it a name (hopefully with no spaces in it), a password of your choosing, and then assign a user to this database and grant all privileges. The host name is localhost; do NOT enter the IP.
These are the values you use when either editing the wp-config.php file or if you used the Create a Configuration File button during the install process.
Forum: Installing WordPress
In reply to: problem in my wordpress installment..please Help meLog in to the admin dashboard and install and run this plugin:
http://wordpress.org/plugins/velvet-blues-update-urls/
— select all options EXCEPT the last one (GUID)
Once that is done, go to:
Settings > Permalinks and Save.
Forum: Installing WordPress
In reply to: Uploading WP site files without WP login infoFrom everything Iβve read my understanding is that there is no way for the site to work without also having the MySQL database files, which I donβt think are in that download.
Correct on both counts.
Without the database, the site cannot be re-created.
There are no database “files” per se. The site database would have been in her previous hosting account’s database server. Unless an export file was created and downloaded from it, and she no longer has access to the hosting account, you are out of luck.
The only recourse I can think of is to contact the previous hosting provider to see if they can either reset her credentials so that she can log in and do the db export, or if they could do it for her.
Forum: Installing WordPress
In reply to: Can't Log inWhere is your ‘WordPress’ … at WordPress.CCOM or a self-hosted site using the WordPress software from WordPress.ORG?
The following explains the difference:
Forum: Localhost Installs
In reply to: wamp/myPHPadmin initial setup, browser can't loadthe W icon was actually orange.
That is why phpMyAdmin would not load.
On the screen that asks for the database info, this is what should be entered:
WordPress Installation – database info screen for XAMPP/WAMPServer:
– Database Name: whatever YOU named it when you created it
– User Name: root (this is the default Uniform Server/XAMPP/WAMPServer/MAMP database user name)
– Password: <empty> (do not enter ANYTHING – this is the default XAMPP/WAMPServer database password)
– Database Host: localhost
– Table Prefix: wp_ (leave as-is)
Forum: Localhost Installs
In reply to: Problem with Wamp rewrite module shows local host pageSounds like a question for the WAMPServer support.
Forum: Installing WordPress
In reply to: Links to other pagesFrom within the editor for the page where you want to add the link:
– select the text you want to use as the link
– click the Insert/edit link icon in the toolbar
– complete the dialog as desired
– note that you can easily select existing pages and posts from the list
– click Add Link
– click Publish or Update (for the page/post)