Title: gameutopia's Replies | WordPress.org

---

# gameutopia

  [  ](https://wordpress.org/support/users/gameutopia/)

 *   [Profile](https://wordpress.org/support/users/gameutopia/)
 *   [Topics Started](https://wordpress.org/support/users/gameutopia/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gameutopia/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gameutopia/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gameutopia/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gameutopia/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gameutopia/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Digital Downloads – eCommerce Payments and Subscriptions made easy] How Do I access the Shortcodes in Download Settings Box?](https://wordpress.org/support/topic/how-do-i-access-the-shortcodes-in-download-settings-box/)
 *  [gameutopia](https://wordpress.org/support/users/gameutopia/)
 * (@gameutopia)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-access-the-shortcodes-in-download-settings-box/#post-8832946)
 * Hi Meagan,
 * You can have your customers go right to the purchase / checkout page after adding
   an item by doing the following:
    In WordPress Admin Dashboard goto: Downloads-
   Settings –Misc Settings
 * Then, check the box “Redirect to Checkout” (Immediately redirect to checkout 
   after adding an item to the cart?)
 * Enabling that setting will send your customers right to the checkout page after
   adding an item.
 * For the shortcode you can check the box (on the actual download bottom right 
   area in “Button Options”):
    Disable the automatic output of the purchase button
 * Then paste your shortcode directly into the description / content area of the
   download item.
    [purchase_link id=”10760″ text=”Buy Now” style=”button” color
   =”” direct=”true”]
 * Or:
    [purchase_link id=”10760″ text=”Buy Now” style=”button” color=””]
 * Etc.
 * If you copy and paste from this support forum make sure you replace the double
   quotes because it likes to change them to fancy curly quotes, and you want the
   regular strait quotation marks.
 * Jeremy
    -  This reply was modified 9 years, 2 months ago by [gameutopia](https://wordpress.org/support/users/gameutopia/).
      Reason: added more specific info
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Configuring Filezilla correctly to upload themes to WP.](https://wordpress.org/support/topic/configuring-filezilla-correctly-to-upload-themes-to-wp/)
 *  [gameutopia](https://wordpress.org/support/users/gameutopia/)
 * (@gameutopia)
 * [12 years ago](https://wordpress.org/support/topic/configuring-filezilla-correctly-to-upload-themes-to-wp/#post-4841879)
 * If you are just wanting a simple setup to test WordPress and develop locally 
   to see how things work then you can do a Google search for:
    instantwordpress
 * It is free, and comes with Apache, MySQL, PHP, WordPress and the database all
   ready to use.
 * I use a bit more complex setup that I have personally programmed, but instantwordpress
   is great and a good route for the beginner.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Configuring Filezilla correctly to upload themes to WP.](https://wordpress.org/support/topic/configuring-filezilla-correctly-to-upload-themes-to-wp/)
 *  [gameutopia](https://wordpress.org/support/users/gameutopia/)
 * (@gameutopia)
 * [12 years ago](https://wordpress.org/support/topic/configuring-filezilla-correctly-to-upload-themes-to-wp/#post-4841869)
 * If you unzip them first make sure the folder structure is correct like:
    /wp-
   content/themes/theme-name/files (and folders)
 * ->wp-content
    –>themes —>theme-name —->files (files and folders)
 * **Not:**
    /wp-content/themes/theme-name/theme-name/files
 * ->wp-content
    –>themes —>theme-name —->theme-name —–>files (files and folders)
 * It could be when you are unzipping you are copying the wrong folder structure
   over.
 * As the other person said you should also be able to upload a .zipped theme using
   the WordPress admin dashboard too.
 * If for some reason you can’t check your php (and apache config) to make sure 
   it’s configured properly to allow this.
 * I have never used an ftp client like filezilla on a windows localhost setup. 
   I just copy and paste files/folders.
 * Folders appear in the remote section when connected to a remote server with login
   details (ip/domain, port number, user, password). The remote server you connect
   to would have a ftp server configured in order for you to connect to it. On a
   local windows setup you don’t need to connect remotely because you already have
   access to all the files and folders on your computer in windows. You just copy,
   paste, extract, whatever you want.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [getting php error after updating](https://wordpress.org/support/topic/getting-php-error-after-updating/)
 *  [gameutopia](https://wordpress.org/support/users/gameutopia/)
 * (@gameutopia)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/getting-php-error-after-updating/#post-4539794)
 * It appears that your wp-includes/load.php and/or wp-settings.php may have a file
   ownership/permission problem.
 * I am not sure what kind of setup you have but if you can re-upload the above 
   mentioned to files as the actual user of that account that might solve your problem.
 * Either change/set those files to match the account name/holder, or rename them
   like wp-includes/load-backup.php and wp-settings-backup.php.
 * Then, login as the actual account holder and re-upload them so they will be owned
   by that account.
 * You might also double check other files and folders to make sure they are owned
   by that actual account/user.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [How to setup FTP account on myphpadmin](https://wordpress.org/support/topic/how-to-setup-ftp-account-on-myphpadmin/)
 *  [gameutopia](https://wordpress.org/support/users/gameutopia/)
 * (@gameutopia)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-setup-ftp-account-on-myphpadmin/#post-4541440)
 * If your are hosting locally you don’t really need a ftp for your own use. You
   can just copy/move/paste files to the www/htdocs folder where you want them to
   go.
 * Just copy and paste to where your wordpress folder is located and that’s it for
   a local setup.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [getting php error after updating](https://wordpress.org/support/topic/getting-php-error-after-updating/)
 *  [gameutopia](https://wordpress.org/support/users/gameutopia/)
 * (@gameutopia)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/getting-php-error-after-updating/#post-4539783)
 * Find your php directory, and open your php.ini file.
 * Look for:
    safe_mode = On
 * Change it to:
    safe_mode = Off
 * Save the changes.
 * Restart your server Apache or what have you for the changes to take effect.
 * Make sure you edit/change the right php.ini file. Some setups have more than 
   one location.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Questions before I install](https://wordpress.org/support/topic/questions-before-i-install-1/)
 *  Thread Starter [gameutopia](https://wordpress.org/support/users/gameutopia/)
 * (@gameutopia)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/questions-before-i-install-1/#post-889797)
 * Thanks for the thoughts. I’ve seen a lot of wordpress sites and many looked like
   they might have spent a lot of time on design. Guess I’ll give it a test run.
   Thanks again.

Viewing 7 replies - 1 through 7 (of 7 total)