FancyThought
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Most Viewed Products] Remove number of viewsI think there is no ‘native’ support for it by the plugin, you could for the time being hide it with CSS?
Forum: Plugins
In reply to: [Core Control] Foreach Invalid argument suppliedYeah, I tried to patch it up but I think my patch still returns some sort of warnings. Let’s wait and see if there is an oficial release ๐
Forum: Plugins
In reply to: [WooCommerce] Digital download product without enough php.ini max upload sizeI mean, the woocommerce uploads to the same folders I uploaded the file (uploads/woocommerce/year etc), and still woocommerce can access the file it uploaded itself, but I canโt direct access it in any way.
The WC runs locally (side by side with the web-server) on the server, .htaccess doesn’t affect it, it’s the reason why WC can write there.
Itโll delay the shop opening and a hassle to transfer the domain & setting up the whole shop elsewhere and I wouldโve liked to avoid that.. ๐
You can keep the domain registered where you have it and only point the domain DNS to the new server. Takes up to 12-24h to redirect it.
Regarding the setting up, everything is on the DB, export it and import it else where, fix the wp-config.php & wp-settings.php to reflect the new server credentials and you are most likely ready to go.Forum: Plugins
In reply to: [WooCommerce] Delete product Images by REST APII don’t think WC deletes the images attached to a product upon deleting it. Your solution is probably tweak the delete to also delete those files.
I’ve tested through wp-admin if it would delete the attached media files upon moving to trash or permanently and it didn’t.
- This reply was modified 9 years, 5 months ago by FancyThought.
Forum: Plugins
In reply to: [WooCommerce] Digital download product without enough php.ini max upload sizeDid you try to download your test product with direct link when it worked?
– Yes, yes I did.The โbarrierโ is a folder-based restriction from .htaccess (deny from all).
– There you have it, if it is denying all, you can’t access then. You would have to create some sort of ticket/session system and obfuscate the path with the header() function, I guess, so you could give out any name/path you wanted and still preserve the original path.(…) deep in woocommerce there must be something that grants woocommerce special access to those files (…)
– I seriously doubt it because that restriction is applied by the web-server itself (through .htaccess) and not WP or WC, so I think there’s not much you can do about it. Even if you could make WP/WC access it, most likely the access would be local therefore an external user (visitor / buyer) would still face the same problem.My advice is change to a better provider (or other plan in that company), in which you can control your own PHP config ou be able to change whatever parameter you need and save yourself the headache.
Forum: Plugins
In reply to: [WooCommerce] Digital download product without enough php.ini max upload sizeHey!
I’ve tried (locally) to create a downloadable product without uploading it through WP, simply pasting the link into the “File URL” field and doing the checkout process and I didn’t found any trouble with it.
Since you are uploading it via FTP, probably your file permissions aren’t correct or are too restrictive to http access which makes WP throw that error.If not, try to specify what “security barrier” it hits.
PS: Since your host isn’t willing to work with you or apparently can’t, you should move your business elsewhere.
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsYeah, I understood it later x) I patched the current “Whitelabel WordPress” with a couple more hooks to do that, it’s one of the files I’ve posted.
Thanks for your reply though ๐
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsSure, feel free to examine my code and adapt as you need.
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsYeah probably something is clashing. Make sure you have the latest Flatty release.
Best of luck!
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsOH yeah, I understand what you mean now lol. I think hiding it is only available on a click basis and not always hidden(folded) as the setting to keep it collapsed.
I thought you were referring to the folded setting and not the top right one.
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsI’m on a roll hahah.
I don’t think I’m experiencing that bug here, check it โ https://dl.dropboxusercontent.com/u/55484/flatty-menu.mov
maybe it’s something else doing that.
You’re welcome! I’m glad in helping the community.
- This reply was modified 9 years, 5 months ago by FancyThought.
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsThere you go!
Replace file at wp-content/plugins/flatty-flat-admin-theme/includes/init/options/
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsWhere is that option? I can’t see it though.
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsFix for my second problem if anyone is interested too.
Removing the Created with WordPress and version number from Admin panel footer.
Replace file at wp-content/plugins/flatty-flat-admin-theme/includes/init/options/
Forum: Plugins
In reply to: [Flatty - Flat Admin Theme] Flatty’s bugsGlad it worked out! ๐