pulsewebdesigns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing a temporary folderIn case anyone encounters this issue, it’s definitely something to do with a PHP setting on the server and has nothing to do with WordPress itself. I was hosting on GoDaddy (who offered zero support on this issue) and I managed to solve my problem by changing hosting providers (shameless plug coming) to Hostgator who even offered to migrate my site for me at no charge.
Forum: Fixing WordPress
In reply to: Missing a temporary folderDigging further into this… I used the following script
<?php
var_dump(ini_get(‘upload_tmp_dir’));
?>and the script returns “bool(false)” Theoretically that means upload_tmp_dir has no value? How is that possible considering that phpinfo() tells me there is a set tempdir?
Forum: Fixing WordPress
In reply to: Missing a temporary folderPermissions for that folder are 775. Even when I set it to 777 I still get the same error.
Forum: Plugins
In reply to: [Contact Form 7] Move “Your message was sent successfully” to top of formWorks like a charm. This is a great plug in. Thank you!!
Forum: Plugins
In reply to: [WooCommerce] Alter "Remove from cart" linkYou sir, are a genius. Thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Alter "Remove from cart" linkYes, the website is https://www.budgetusb.com
I found the php file for the output code, but I still cannot find the CSS controlling how it appears.
Ratnakar,
If you’re looking for a few features to add to the lite version, here is what I (and I think others) would like to see in order to prove the value of buying extended features with the pro version:
Ability to do bulk price changes on product variations
Ability to do bulk status changes for ordersIf you’re planning on implementing these soon, I’d love to know as I’m debating between the Woo team’s CSV importer and your product. A more functional lite version would definitely help me in making the decision. Thanks!!