Viewing 21 to 30 of 36 items
Archive | Troubleshooting RSS feed for this section

Stuck with not way to log out of WordPress?

Simply add this onto the end of the website domain: /wp-login.php?action=logout Note: Because this url doesn’t have a nonce attached to it, the user will be asked if they are sure they want to logout before logging them out.

0

Can’t connect via FTP with correct logins?

If you can’t connect to the server even if you have used the correct logins, you may have to make sure that you’ve set your FTP software to active mode. FTP connection to our cloud servers requires an active ftp mode. NOTE: This FTP setup is based on FileZilla (for Windows) configuration only. If you’re  Full Article…

0

If you have no idea what you QNAP box is doing

Seen here on the QNAP support forum. Try to access your NAS via SSH On a Mac open up Terminal. ssh admin@192.168.0.6 [change the IP Address to suit] Use your password Type the following commands: (The output of these commands should tell you what is actually happening.) df -h cat /proc/mdstat dmesg | tail -n 50

0

How to Force Eject a Stuck CD or DVD in OS X

Taken from here: http://guides.macrumors.com/Force_Eject_a_Stuck_CD_or_DVD There are a few different options on the page listed above. What worked for me was this: Open ‘Disk Utility’ and choose the disc you wish to eject in the left-hand pane, then click on the Eject button.

0

Enqueue/Include neutral urls for http and/or https in WordPress

Taken from here: http://wordpress.stackexchange.com/a/81897/13712 URLs must have a https or http protocol for WordPress to enqueue them. FIf possible you should use get_template_directory_uri() (for parent themes) or get_stylesheet_directory_uri() (for child themes) as both of these handle SSL if necedssary. Here’s an example: If you can’t enqueue your own local script/s and have to enqueue from an  Full Article…

0

OS X – applescript to move all windows onto the screen

When switching from multiple monitors to a single monitor, some windows may be inaccessible due to being off the screen. They can be brought back by knowing the keyboard shortcuts for moving windows, but that’s a pain. Here’s an applescript that will bring them all back onto the visible screen:

0

How to change your WordPress.org password

This appeared to not be possible for a while, hence creating this note on where it is hidden away once you are logged into WordPress.org. After some more looking, and a bit of searching, I found that the View your profile link can be found specifically on the WordPress.org Forums. Notice that the View your profile is at the top right  Full Article…

0