heavylogic
Forum Replies Created
-
Is there by any chance I can download version 2.0.3 from somewhere? To apply a hotfixt just for now.
I use “WP Mail SMTP” plugin. And you fixed this issue in 2.0.3, it was SMTP related: https://bitapps.pro/docs/bit-form/bit-form-changelogs-timeline/#version-2-0-3
I hope this info will help. Can’t give you access to a live site right now. I’ll try to create a safe copy somewhere.
Hey. Same issue again with version 2.3.0. I’m still using version 1.
Here’s the reason why I don’t like using gap in page builders at all: https://codepen.io/heavylogic/pen/gOjQVaZ
“box-sizing: border-box” doesn’t affect gap. So I have to white calc equation for width of blocks inside flex element. It’s a normal practice when I create page with pure HTML and CSS. But with builders I’d like to avoid this. Just because I’m not the one who’s gonna use the page. And my clients will probably mess this up in the future.
I chose Elementor because it was easy to use for noobies. And now I have no idea where this project is going. It’s like they want to satisfy everyone – pros and noobs. I don’t have any problems with this as long as we can choose what we want to use – easy mode or pro mode.
Forum: Reviews
In reply to: [Custom Post Types and Custom Fields creator - WCK] Pretty awesome… butI have an idea how you can add gallery feature without inventing anything new. Just allow to pick several images with this button. And then you cycle through every image and add them to repeater fields one by one, like user would do this manually. Sounds pretty easy to implement, maybe you can even do this in free version.
Sorry for inactivity. Here you go: https://scoring-forum.ru/
Thanks. That is not what I wanted though. I wanted to disable only file uploads, not database data storage with it.
File still uploaded. And I still have other problem – file doesn’t attach to email.
This is the exact code that I added. Here’s list of plugins that I use, but I can’t get rid of them:
- Elementor
- JetSticky For Elementor
- Make Paths Relative
- MalCare Security – Free Malware Scanner, Protection & Security for WordPress
- OoohBoi Steroids for Elementor
- Royal Elementor Addons
- Woody code snippets (PHP snippets | Insert PHP)
- Wordfence Security
- WP Google Maps
- WP Mail SMTP
- WPS Hide Login
Also XML-RPC is disabled with this code added to Woody code snippets:
add_filter('xmlrpc_enabled', '__return_false');
@wpmudevsupport12 Here you go: https://pastebin.com/NjWAtJ7h
Your script for deleting file doesn’t work for me. I pasted it in: \wp-content\mu-plugins\remove-uploaded-file.php
Files still opens from /wp-admin/admin.php?page=forminator-entries&form_type=forminator_forms&form_id=2657Forum: Plugins
In reply to: [Code Snippets] Save CSS and JS snippets as filesAlso… I’m using multisite in WordPress. So I hope this new feature gonna be compatible. There should be no problems if you just give files random names and check if that random name already exists in the folder. But better way of doing this is to check if multisite is enabled, if it does then get current site ID and then you can change path to uploads directory with that ID. This way if I delete one of sites, it won’t leave some unused CSS and JS files.
Forum: Plugins
In reply to: [Code Snippets] Save CSS and JS snippets as filesAwesome. Is it too early to ask about pricing? Is there gonna be lifetime license?