WPProHelp
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Install WordPress Via FTP (HELP)Yes you should ask for the following information:
1. Database names
2. Username and password to access the databaseThen you insert such information directly in the wp-config.php file or through the installation wizard.
Forum: Fixing WordPress
In reply to: Author cannot access dashboard.Did you try to re-upload WordPress? Make sure you take a backup before you try.
Forum: Fixing WordPress
In reply to: All new files uploaded result in 404 error page.If you get a 404 error outside the WP (i.e. from the server) you can conclude that it is not a WordPress issue.
Forum: Fixing WordPress
In reply to: Comment section appearing twice, help!IT could be that the code to show the comment is used twice in the same template.
Check out the code of the file single.php from your theme’s directory.
Forum: Fixing WordPress
In reply to: Images replaced by Exclamation MarkIt is not recommended to downgrade to a previous version. To start off with, can you give us your website URL?
Forum: Fixing WordPress
In reply to: Moved site, some images not showingDid you use some slider plugin to make this change? It could be that the slides were not assigned to be used as slides and only one image is showing therefore the errors won’t show.
Forum: Fixing WordPress
In reply to: Adding a blog to an existing wordpress siteRefer to this first: http://codex.wordpress.org/Creating_a_Static_Front_Page
Is this the scenario you already got? I.e. a WordPress website which looks like a website and you need to add the blog?
If then follow that article and you should be good to go.
Forum: Fixing WordPress
In reply to: URL change pressing previous buttonIt seems to be a theme issue. What theme are you using?
Forum: Fixing WordPress
In reply to: Username and PasswordYou can use the Private feature in WordPress. When you publish a post you can set it as private. Then create a WordPress username and password for the users to access it.
Forum: Fixing WordPress
In reply to: Really odd wordpress/cache issue. Help :)“suddenly it happens” so you do not recall changing anything from your WordPress installation, such as plugin or so?
Do you have a recent backup of the installation? Maybe you can try a restore?
Which keywords are you referring to? Do you mean tags? If yes, they are stored in the wp_terms table.
WordPress does not store any directory structure in the database.
Forum: Fixing WordPress
In reply to: Viewing themesYou mean you are not able to see the enabled theme in your WordPress from the Appearance node in the WordPress dashboard?
It is very easy to notice if the theme is properly installed or not by:
1. Confirming the theme directory is under /wp-content/themes directory
2. You can see the actual theme in action when you visit the website.Forum: Fixing WordPress
In reply to: How to fix pixellated imagesAll of your images are looking good. Can you please take a screenshot and highlight which once are pixellated?
Typically images are pixellated because they are stretched beyond their size, like when you magnify into a small image.
Forum: Fixing WordPress
In reply to: Posts ListingCan you give us more details first if it was like that out of the box or are you using a specific theme?
Was it always like this or it started happening after you’ve done a specific change?
Forum: Fixing WordPress
In reply to: My header image is loading…interestinglyThat is happening because first you are getting the image and after the CSS (size and positioning) are being applied later. To improve the situation it is recommended to simply download the image and store it on your website and resize it to the you want it rather than using a big image and resizing it using CSS etc.
Hope it helps 🙂