Title: Bitcraftx's Replies | WordPress.org

---

# Bitcraftx

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [This page doesn’t seem to exist](https://wordpress.org/support/topic/this-page-doesnt-seem-to-exist-24/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/this-page-doesnt-seem-to-exist-24/#post-17744242)
 * Did you added any content to the website ? if no then I will suggest you to try
   to reinstall it using Cpanel if you already install it using Cpanel applications
   then you go to manage wordpress and you will see repaire or reinstall option 
   there, try to do this way hope it will help you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [This page doesn’t seem to exist](https://wordpress.org/support/topic/this-page-doesnt-seem-to-exist-24/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/this-page-doesnt-seem-to-exist-24/#post-17743820)
 * Heloo [@ladrozay](https://wordpress.org/support/users/ladrozay/) , did you checked.
   htaccess file ? is everthing is ok with it ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My Website turn to a mess and display huge icon when im logged out my wp session](https://wordpress.org/support/topic/my-website-turn-to-a-mess-and-display-huge-icon-when-im-logged-out-my-wp-session/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/my-website-turn-to-a-mess-and-display-huge-icon-when-im-logged-out-my-wp-session/#post-17742055)
 * Its still fine on my end even I am not logged into your website but I can see
   the website is working very well. did you check any SSL related setting? Try 
   to clear the cache then deactivate the cache plugin and then check if its working
   or not. hope so this will fix the issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change Background on checkout boxes](https://wordpress.org/support/topic/change-background-on-checkout-boxes/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/change-background-on-checkout-boxes/#post-17742048)
 * Is it possible for you to share access to your website so I can address the issue
   and let you know from where its creating mess
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How Do I Removed Border Image Link?](https://wordpress.org/support/topic/how-to-i-removed-border-image/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/how-to-i-removed-border-image/#post-17742036)
 * hello [@supertee1](https://wordpress.org/support/users/supertee1/) can you share
   URL to that image ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change Background on checkout boxes](https://wordpress.org/support/topic/change-background-on-checkout-boxes/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/change-background-on-checkout-boxes/#post-17741648)
 * Did you apply the code I have provided? if it’s not working I am afraid I need
   to have a look at your code to get my hand dirty. 🙂 
   I have seen the dropdowns
   are not getting styled as per requirement on the checkout page.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [“isset” not working in from submission to WP metabox](https://wordpress.org/support/topic/isset/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/isset/#post-17741639)
 * You need to work on dynamic indexing to get it done.
 *     ```wp-block-code
       if  ( (! isset($_POST["wizpart[sku]"])) || (! isset($_POST["wizpart[quant]"]))) {
       	print '<p class= "error">Fields not completed!</p>';
       	$okay = FALSE;
       }
       ```
   
 * This will not work because your are using index with in the index $_POST[“wizpart[
   sku]”] try to use it like $_POST[“wizpart”][“sku”]
 * you can use foreach loop to get this done after post
 * Hope you will get this working other wise you can ping me
    -  This reply was modified 2 years, 2 months ago by [Bitcraftx](https://wordpress.org/support/users/bitcraftx/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change Background on checkout boxes](https://wordpress.org/support/topic/change-background-on-checkout-boxes/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/change-background-on-checkout-boxes/#post-17741496)
 * Sure, you can target the element for checkout subtotal area like
 *     ```wp-block-code
       .woocommerce table.shop_table .order-total td{
             background-color:#1f1f1f
       }
       ```
   
 * Your website needs a lot of fixes related to CSS
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My Website turn to a mess and display huge icon when im logged out my wp session](https://wordpress.org/support/topic/my-website-turn-to-a-mess-and-display-huge-icon-when-im-logged-out-my-wp-session/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/my-website-turn-to-a-mess-and-display-huge-icon-when-im-logged-out-my-wp-session/#post-17741383)
 * hello [@topmexrealestate](https://wordpress.org/support/users/topmexrealestate/),
 * I just checked your website and it looks like its working fine.
 * Are you using any cache plugin for speed optimization? if yes the kindly flush
   the cache and try to check again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change Background on checkout boxes](https://wordpress.org/support/topic/change-background-on-checkout-boxes/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/change-background-on-checkout-boxes/#post-17741360)
 * Hello [@sasukedark57](https://wordpress.org/support/users/sasukedark57/),
 * You just need to target the exact element and it will fix the issue using CSS.
   In your case you need to target the ” th and td ” both in css so it will fix 
   the issue
 * Let me know if it helps.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [“isset” not working in from submission to WP metabox](https://wordpress.org/support/topic/isset/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/isset/#post-17741320)
 * Hello [@cheerychops](https://wordpress.org/support/users/cheerychops/) can you
   please try to use replace ” name=”wizpart[sku]” ” with “name=”wizpart_sku” “
 * It will fix your issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Main menu stubbornly remains vertical](https://wordpress.org/support/topic/main-menu-stubbornly-remains-vertical/)
 *  [Bitcraftx](https://wordpress.org/support/users/bitcraftx/)
 * (@bitcraftx)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/main-menu-stubbornly-remains-vertical/#post-17741282)
 * Hello [@debeukeleerm](https://wordpress.org/support/users/debeukeleerm/) hope
   you will doing well. I just checked your website and found that the CSS file 
   is not loading due to https issue
 * Let me know if this can solve your issue. otherwise I am here to solve your issue
   at your convenience

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