nikana2000
Forum Replies Created
-
As a follow-up to the above, for those interested, the following is a response from Stuart, an engineer at Ninja Forms.
I’m so sorry for the trouble you are experiencing.? It is due to an update from? a deprecated jQuery function to a modern JS function.? We have a fix that we’re working on; it may resolve what you are experiencing and we will release that next week.? You can download a pre-release copy here to try it immediately:? ?
https://drive.google.com/file/d/16QZv6fAdHl5NITtlK4-QMsfU6cHuPwb9/view?usp=drive_link
From your WordPress plugins dashboard page, I recommend deactivate/uninstall the existing Ninja Forms plugin, then upload/activate this new version to try it out.? All your forms and submissions are maintained when doing this.
If that doesn’t work for you, here is a link to the previous version of the plugin, which should work as before.? This should keep your site running as we work to resolve the issue:
https://drive.google.com/file/d/1hHxEypzZ5tj58jx73TK8Gc4bI20aSZlE/view?usp=drive_link
We have chosen to roll-back the plugin version, and have respectfully encouraged Stuart to consider improving the QA/QC procedures for future releases.
Hello @alina98, thank you for the response, however it does not solve the issue.
There was a staging site that was used, but I clarified that in the ticket and is not the issue as the problem is not about licencing.
And your advice to submit a ticket say, “Sorry, support for this Envato Market purchase code has expired. You will need to extend support or purchase a new license.” I provided an explanation for this in the first posting.
Please advise.
Even with email settings set up right, the responses can still come back blank.
Thank you for the response Justin, but what you are describing is the problem.
In the past we have added a selection to the list and made it the default, something to the effect of, “(Please choose the best option)”. We receive an unfortunate number of responses that have not changed this.
I do not believe what we are seeking to achieve is unusual nor uncommon; there are countless websites that employ this functionality. Perhaps there is a ‘backdoor workaround’ where one can set the default response as not acceptable?
Forum: Plugins
In reply to: [Head, Footer and Post Injections] Individual code per page@thereznation I don’t know if you’ll have better luck than me, but there’s this option
/* Describe what the code snippet does so you can remember later on */ add_action('wp_head', 'your_function_name'); function your_function_name(){ if(is_single(73790)) { ?> PASTE HEADER CODE HERE <?php } };
from here: https://kinsta.com/knowledgebase/add-code-wordpress-header-footer/
Has anyone found a way to insert custom header information only to specific pages?
I tried the following w/o success.
/* Describe what the code snippet does so you can remember later on */ add_action('wp_head', 'your_function_name'); function your_function_name(){ if(is_single(73790)) { ?> PASTE HEADER CODE HERE <?php } };
Obviously I pasted by <script> into the “PASTE HEADER CODE HERE”, and changed the “73790” to the appropriate page.
Maybe I”m doing something wrong?Thank you excelfin for the suggestion.
We did look into this, but WTPSY AAC is not listed as compatible with Ninja Forms, and reviews show there are problems.We have since looked into the postal systems which appear to have the basis for what we need. They should be more accurate for mailing addresses as well.
/fingers crossed
Forum: Plugins
In reply to: [Options for Twenty Seventeen] Adding New Font StylesThank you Oliver for the response.
Do you know if changes into “Additional CSS” remain with theme upgrades?
Forum: Plugins
In reply to: [Options for Twenty Seventeen] Adding New Font StylesUnless someone has a better suggestion, I’m going to work on a ‘child’ theme, and use @Font-Face and CSS3.
Ah, I missed the part about deleting the tables first.
So it terms of doing a bulk delete, it would be best to have a naming convention for your table ID so that a ‘Bulk Actions’ -> ‘Delete’ can be done easily using ‘Search’ from the ‘All Tables’ tab.
- This reply was modified 6 years, 6 months ago by nikana2000.
Could one of you (Raymond or Tobias) explain how to execute the bulk JSON import from a zip file? Specifically, in the ‘Add, Replace, or Append?:’ section, if I want to ‘Replace existing table’ or ‘Append rows to existing table’, what do I choose for ‘Table to replace or append to:’?
Forum: Fixing WordPress
In reply to: Center Header ImageThank you both for your valuable responses.
I should have specified my inferior screen resolution, as it is not big enough to see the whole width of the image.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] FixedColumns and Col/RowspanAh, gotcha.
Thank you for explaining that, and keep up the good work.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] FixedColumns and Col/RowspanHello Tobias,
(And thank you for the prompt response as usual.)I won’t be as well versed/knowledgable as you, but from my Chrome browser-‘Development Mode’ the example table has rowspan and colspan in the header of the table with FixedColumns. Perhaps I am misinterpreting the following screencap information?
Removing the FixedHeader was the issue for me.
Thank youThank you bannorb, I see not all of them have that information and I must have clicked on the several that didn’t.
Anyone know of a way to put it in it’s own column? Maybe those interested need to suggest it?