ProjectArmy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugins dont workHi Hugo,
It’s possible that DNS hasn’t updated completely, so you’re being redirected to wordpress.com still. You can try clearing your browser cache and your DNS cache. It will clear with time on its own too.
Also, you want to make sure under Settings > General both URLs have your domain https://COMPANYNAME.com and not wordpress.com sub-domain.
^V
Forum: Fixing WordPress
In reply to: Can’t install wordpress 4.7.2If you’re on their cPanel hosting plan, then everything should work on the server level.
It’s impossible to say what causes the issue without troubleshooting the problem. The easiest option right now for you would be to upgrade WordPress manually. This would require FTP access. Instructions can be found here:
https://codex.wordpress.org/Upgrading_WordPress_-_Extended_Instructions^V
Forum: Fixing WordPress
In reply to: LAYOUT PROBLEM AFTER wp-admin logoutThis sounds like a caching problem. Can you clear your browser cache and see if that helps?
You can find instructions for your system here:
http://www.refreshyourcache.com/en/home/Note, this is usually limited to your own computer. Other visitors will see your website without any issues.
^V
Forum: Fixing WordPress
In reply to: Can’t install wordpress 4.7.2Hi Jane,
When you update WordPress, it doesn’t matter what computer you’re using. It doesn’t affect WordPress upgrade, everything happens on the server. So you don’t need to change computers or wait a long time. That doesn’t affect the upgrade process.
Now, the upgrade issue might be related to your hosting. There might be something that’s causing the problem. It’s hard to say what it is, many things can cause this. Sometimes it’s necessary to do a manual upgrade, for one reason or another.
Who is your hosting company? (BlueHost, Godaddy, Hostgator, etc.)
^V
Forum: Fixing WordPress
In reply to: How to compromise posts into one page?Hello,
“farlige sykdommer” page is a category archive page. It is automatically created by WordPress. Any time you mark a post using this category, the posts will appear on this page. So when you add more posts, you will start seeing them in chronological order. You don’t have to do anything to organize them. Just add more posts.
If you want to trim content of each post, so not the whole post shows up you need to either check your theme’s settings (some will offer this as an option) or you may need to edit php file responsible for category page.
^V
Forum: Fixing WordPress
In reply to: Can’t remove border from captioned imagesTablepress inserts its own stylesheet, so now you have conflicting CSS from Splash theme and Tablepress. You can try disabling stylesheet that Tablepress plugin inserts. You can do so by including this line inside your functions.php file:
add_filter( 'tablepress_use_default_css', '__return_false' );Test it, and see how the tables look with Splash’s CSS. If you don’t like it, remove the line to enable Tablepress CSS again.
Keep in mind, the height and width of the table and cells inside it can change based on the contents inside it.
^V
- This reply was modified 9 years, 3 months ago by ProjectArmy.
Forum: Fixing WordPress
In reply to: Error importing DatabaseIt’s hard to say what went wrong. It’s possible, based on what you mentioned, that your table prefix was different if you installed a new WP first. Changing prefix in wp-config.php will make WP think it’s a new database. So even after import, if prefix was different WP would’ve shown you default database.
^V
- This reply was modified 9 years, 3 months ago by ProjectArmy.
Forum: Fixing WordPress
In reply to: Can’t tell if site has migrated to wp.orgGreat. Happy to help. Make sure to mark this as resolved.
^V
Forum: Fixing WordPress
In reply to: Can’t tell if site has migrated to wp.orgWhat you can try, sometimes it works, is to visit your website using Chrome’s Incognito mode, or if Firefox use Private Mode. They bypass all browser caches, and they might display what we see for you too.
^V
Forum: Fixing WordPress
In reply to: Displaying code nicely in the text editorIf you want syntax highlighting, you need to use a plugin.
If you simply want formatted code to be displayed, you can try wrapping it inside:
<code>CODE</code>^V
- This reply was modified 9 years, 3 months ago by ProjectArmy.
Forum: Fixing WordPress
In reply to: Error importing DatabaseWhere are you importing database? Is it phpMyAdmin? or somewhere else?
^V
Forum: Fixing WordPress
In reply to: Can’t tell if site has migrated to wp.orgIf you only recently made DNS change to point to BlueHost hosting, then it is possible your PC is still seeing cached information and displaying wordpress.com. DNS changes take several hours, and sometimes up to 48 hours to completely update everywhere.
This is what I see right now: http://imgur.com/00PfGbv
You can test this easily. Visit this site and enter your website domain:
https://www.hidemyass.com/proxyIf you see what I see “website coming soon”, then you simply need to wait a bit for everything to update. That’s the easiest option.
You can also try clearing your DNS cache on your PC to see if you can get website access sooner. Here are the instructions:
https://documentation.cpanel.net/display/CKB/How+To+Clear+Your+DNS+Cache^V
Forum: Fixing WordPress
In reply to: Can’t remove border from captioned imagesSplash theme uses a different class, it doesn’t use .entry-content. That’s why it’s not working. Try this:
.hentry .wp-caption{ border: 0 !important; }If that still doesn’t work, share a link to a post where we can see image with border. It’ll be easier to correctly identify CSS classes and/or IDs to disable border.
^V
Forum: Fixing WordPress
In reply to: Unable to login to dashboard – no recaptcha optionDo you know which plugin you used to setup reCaptcha on your login page?
Recommended approach would be to go through FTP (or cPanel File Manager) into your plugins folder, and rename folder for the reCaptcha plugin. This would disable the plugin, and you should be able to login since reCaptcha would be disabled.
Try it, and see if that helps.
^V
Forum: Fixing WordPress
In reply to: Can’t tell if site has migrated to wp.orgHi, if you’re referring to your “blissfullymommy.com” website then yes, it does appear to be on BlueHost now. However, the site is not live. BlueHost’s maintenance page is currently active and hiding your website.
^V
- This reply was modified 9 years, 3 months ago by ProjectArmy.