WPProHelp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing index.php from PermalinksHi,
Did you configure permalinks yourself? I would recommend you to:
1. Make a backup of the htaccess file you have in your wordpress root
2. Navigate to the permalinks settings in the WordPress dashboard.
3. Navigate to the Permalinks settings in the WordPress dashboard and select “custom Structure” and enter the following: /%postname%/That should do the trick for you. Hope it helps!
Forum: Installing WordPress
In reply to: Install WordPress Via FTP (HELP)laladude91
If you do not configure the wp-config.php file prior to uploading it is not a problem as the WordPress installation itself will ask you to enter the database connection details.
Good luck and let us know if you need further assistance.
Forum: Fixing WordPress
In reply to: Transfer second wordpress site to domain.com/secondsiteHi,
Try:
1. disabling and re-enabling the permalinks (in case something is wrong with the htaccess or so)
2. Give us the URL of your website so we can see what is exactly happening.
Forum: Installing WordPress
In reply to: wp online store goneDelete the old directory and start the install again.
Forum: Fixing WordPress
In reply to: IIS7.5 localhost auto update problems (cannot find wp-content)Hi richard,
So why don’t you add the FTP details in the wp-config? that should do the job for you as instead of using the user under which the web server is running, it uses the ftp user directly.
Strictly speaking like that it is more secure as the web user should not have write access over other files and directories.
Forum: Fixing WordPress
In reply to: Changing fontIn that case, if you do not use H6 anywhere else, simply open the file styles.css from your theme folder and change the font size of your h6 fonts.
You can easily find it by searching for h6 in your styles.css file which is saved in your Theme directory.
Forum: Fixing WordPress
In reply to: Add me as a new User / Modify frontpageIt means that the user you are using does not have administrative privileges.
Forum: Fixing WordPress
In reply to: Install OK, but only blank page showingThen DNS has got nothing to do with this issue. I thought that is your Domain name.
Can you give us the URL of your website so we have a look and let you know what might be wrong?
Also did you just do an upgrade or you just installed a new WordPress install?
It seems that not all the files have been uploaded or you’re trying to access the wrong path.
As Clayton is saying, give us more information like what you used to install WordPress, the URL of the website etc.
Forum: Installing WordPress
In reply to: How do I up to a Database?You cannot connect to your database reomtely unless you have the specific privileges, which 99% you do not have.
So in that case or you assign new privileges to connect to the database remotely (which I do not recommend for security reasons) or simply make a backup of the online database, and restore it on a local MySQL install.
Forum: Localhost Installs
In reply to: Issues with Virtual HostsYou can use Virtual hosts or the same hosts and install a different WordPress install in each directory.
As regards breaking your current website, can you give us more information on what is not working? Are you getting an error code or something when trying to access your website?
Forum: Fixing WordPress
In reply to: Install OK, but only blank page showingIf that is the domain of your website it seems that the DNS is not configured correctly.
So first sort out the DNS
Forum: Fixing WordPress
In reply to: Add me as a new User / Modify frontpageTo add a new user in WordPress simply login to WordPress dashboard (wp-admin directory) and from the Left Hand Side menu select Users node. From there you can add new users or modify existing ones.
AS regards the front page of your website, it depends how your WordPress and theme is configured. Check if it is configured to use a static front page (from the WordPress settings) which means the front page is a typical WordPress page.
Forum: Fixing WordPress
In reply to: Changing fontAlternatively you can simply use different headings, i.e. H1, H2, H3 etc.
Forum: Fixing WordPress
In reply to: Transfer second wordpress site to domain.com/secondsiteBy root folder the documentation means the root folder of the new installation, in your case the eng directory.