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

Fix: Windows 10 Store Error: Something went wrong. The error code is 0x80073D0A, in case you need it.

Scenario: On Windows 10 desktop, when you launch the store and attempt to download and install/update any applications, the installation fails with error message Something went wrong.  The error code is 0x80073D0A, in case you need it. Below is a error message screenshot:   Solution: Most of the Windows 10 Store application download/install errors are caused if Windows Firewall service is Disabled or Not Running on your system. To fix any of these store errors, you need to ensure that Windows Firewall service is Enabled, Started and set to run Automatically every time System restarts. Then attempt to download and […]

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