mrmut
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] An error occurred while uploading the file.Any guidelines what to do? Is this CF7 limit or on CFDB side?
Thanks
Forum: Plugins
In reply to: [Contact Form 7] An error occurred while uploading the file.Unfortunately the site is on the intranet, not accessible from outside. I did find a PHP error:
koji je postavio/la require(‘wp-blog-header.php’), wp, WP->main, WP->parse_request, do_action_ref_array(‘parse_request’), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, wpcf7_rest_create_feedback, WPCF7_ContactForm->submit, WPCF7_Submission::get_instance, WPCF7_Submission->submit, WPCF7_Submission->before_send_mail, do_action_ref_array(‘wpcf7_before_send_mail’), WP_Hook->do_action, WP_Hook->apply_filters, CFDBIntegrationContactForm7->saveFormData, CF7DBPlugin->saveFormData
[21-Feb-2020 09:01:51 Europe/Zagreb] CFDB Error (2020-02-21 09:01:51 +01:00): CFDB Error: could not save uploaded file, field=fotografija, file=C:\wamp64\www/wp-content/uploads/wpcf7_uploads/0331051898/15822720694481081790867.jpgForum: Plugins
In reply to: [Contact Form DB] Uploaded images rotation problemThey are in database. And no, you can not (easily) fix them.
Forum: Plugins
In reply to: [Contact Form DB] CFDB – Display Images in [cfdb-datatable](Script doesn’t work if added as part of the shortcode.)
Forum: Plugins
In reply to: [Contact Form DB] CFDB – Display Images in [cfdb-datatable]It worked for me. Add this script to functions.php bottom and add table normally as you would, just give it an ID #imageshow
function image_show_cfdb(){ ?> <script type="text/javascript" language="Javascript"> (function($) { $(document).ready(function() { $("#imageshow td[title='image'] > div > a").each(function() { var href = $(this).attr('href'); var label = $(this).html(); var imgTag = '<a href="' + href + '" target="_blank"><img height="100" width="100" src="' + href + '" alt="' + label + '" ></a>'; $(this).parent().html(imgTag); }) }); })(jQuery); </script> <?php } add_action('wp_footer', 'image_show_cfdb');
Forum: Plugins
In reply to: [Contact Form DB] Disk Space UsgeBackup SQL database and then empty the table Q and see what happens.
Forum: Plugins
In reply to: [Contact Form DB] Submitted Image not PostingI have similar issue – the data table shows only an image name when using mobile device, and normal image gets uploaded only when using desktop browser.
Forum: Plugins
In reply to: [Contact Form DB] Where to find form name?Thanks a lot, you were right! The title is actually the internal form name. ??
Do you have any idea how to make the form *not* send email when I press submit? I could probably set up NULL email address, but I am not sure if that is a good solution.
Forum: Reviews
In reply to: [Gutenberg] Workflow breaking non-evolutionary updateWhat one can see from your ratings and general uproar by professionals, is that overwhelming majority didn’t like the product.
I make websites for living, and what is needed is quick and simple way to edit important stuff. Gutenberg effectively introduces several more clicks for actions needed. So calculate it: you have 20-30 pages, and on each page you need 20-30 more clicks + time to achieve same task. Now you tell me do I like Gutenberg? The net result is loss of it is loss of time and pissed off clients.
If you want to see successful block editor, take a look at Kriesi’s Avia editor. Now that one is a brilliant one. It is simple and intuitive. Gutemberg is utter mess. Maybe take a look at Apple approach, people are usually crazy about changes Apple makes, because they make experience better __in small portions__. Additionally, their changes are usually small and iterative, and they communicate those changes well..
What you need in Gutemberg is SIMPLE / PRO MODE switch. Start with simple and make it easy to make the setting stick. Simple mode can be the current nonsense, and Pro mode can be something that is actually made for smart people.
You have had something that worked really well in the past. Why you decided to kill it off is beyond me.
Lastly, Classic editor plugin has 5/5 stars and millions of happy users. Not listening to that metric would be insane. It could easily happen that a new kid in the block surpasses WordPress due to stuff like this.
Forum: Reviews
In reply to: [Gutenberg] Different approach and I like itIt slows webpage development. They hidden a lot of features that are necessary for the process of making site. As for the users and their usage of blocks, in my experience it doesn’t go further than adding a post with theme image, or something like that. It is a Q if the WordPress benefits from their blogcentric approach, or only complicates stuff.
Forum: Reviews
In reply to: [Gutenberg] Different approach and I like itTo throw my two cents in – I develop sites professionally, and Gutenberg SLOWS me down. That’t the main issue. Luckily, they made an in house way to turn it off.
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] BUG: Table widthThanks a lot, will fix!!
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] BUG: Table widthOK, here it is!
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] BUG: Table widthHere: https://shoutkey.com/green – valid for an hour
Mind I fixed this thru JetPack CSS, use Firebug to turn it off.
Forum: Reviews
In reply to: [WPBruiser {no- Captcha anti-Spam}] Works with Jetpack Contact Forms!!Here is an update.
From the moment of installing this plugin, all SPAM from Jetpack Comments stopped completely. I expected _some_ passing thru, but not one gone through.
In total, 4700 SPAM attempts were blocked, and legitimate contact forms were passed through.
I must say that I am utterly amazed with effectiveness of this plugin.