WordPress Plugin: ERROR Something went wrong 500 You are not allowed

Scenario: The WordPress plug-in “Next Scripts: Social Networks Auto Poster Options” (SNAP) fails to auto post your posts to “WP Based Blog” the WordPress.com blog. You’ll encounter below error in the SNAP logs: [2016-04-26 13:29:16] – [Error] [WP – gunnalag.wordpress.com] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2016-04-26 07:59:16 [Error] => -=ERROR=- Something went wrong – 500 : You are not allowed to do that. ) | PostID: 0 –[2016-04-26 13:28:59] – [Error] [WP – gunnalag.wordpress.com] – -=ERROR=- Array ( [pgID] => [isPosted] => 0 [pDate] => 2016-04-26 07:58:59 [Error] => -=ERROR=- Something went wrong – […]

Read more

My WordPress Theme Customizations

Below are some of the quick customizations I use for Base WP theme on my website.     ·         Main layout for Posts and SideBar ·         Update /public_html/wp-content/themes/base-wp/css/grid.css with below changes under @media (min-width: 992px) section: o   Set .col8 width: 76%; o   Set .col4 width: 24%; ·         Update /public_html/wp-content/themes/base-wp/css/grid.min.css with below changes in @media (min-width:992px) section: o   Set .col8{width:76%} o   Set .col4{width:24%} ·         Upload them to the Hosting   ·         Update Footer Details in below File /public_html/wp-content/themes/base-wp/core-framework/func/function-action.php o   //credits o   function igthemes_footer_credits() { ?> o   <div class=”credits”> o   <div class=”grid”> o   <div class=”row”> o   <div class=”col12″> o   <?php igthemes_footer_gotop();?> o   […]

Read more

Migrating WordPress Hosting from GoDaddy to BlueHost

Are you wanting to improve your WordPress website? If you are then take a look at this article right here to find out what you can add to make it a high-performance site! One thing you can do to improve your site is to change hosting provider as some providers have better security and less downtime. Today, we will be discussing how you can migrate from GoDaddy to BlueHost. Requirement: You can easily and inexpensively get started with Basic Managed WordPress hosting from GoDaddy. However, when it comes to the Renewal of the Hosting service you are left with only […]

Read more