Bitcraftx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: This page doesn’t seem to existDid 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
In reply to: This page doesn’t seem to existHeloo @ladrozay , did you checked .htaccess file ? is everthing is ok with it ?
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
In reply to: Change Background on checkout boxesIs 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
In reply to: How Do I Removed Border Image Link?hello @supertee1 can you share URL to that image ?
Forum: Fixing WordPress
In reply to: Change Background on checkout boxesDid 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
In reply to: “isset” not working in from submission to WP metaboxYou need to work on dynamic indexing to get it done.
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 10 months ago by Bitcraftx.
Forum: Fixing WordPress
In reply to: Change Background on checkout boxesSure, you can target the element for checkout subtotal area like
.woocommerce table.shop_table .order-total td{ background-color:#1f1f1f }
Your website needs a lot of fixes related to CSS
hello @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
In reply to: Change Background on checkout boxesHello @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
In reply to: “isset” not working in from submission to WP metaboxHello @cheerychops can you please try to use replace ” name=”wizpart[sku]” ” with “name=”wizpart_sku” “
It will fix your issue.
Forum: Fixing WordPress
In reply to: Main menu stubbornly remains verticalHello @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