authentictech
Forum Replies Created
-
Does the section “How to make your block compatible with upgrade Version (3.0.0)” on the plugin front page not solve this?
Forum: Fixing WordPress
In reply to: In block editor, full width blocks are wider than screen width@whoudini Thanks!
This has enabled me to fix the problem. I found the errant code in TwentyNineteen’s style-editor.css which I could then override in my own stylesheet and load it using the
add_editor_stylefunction.Not only was the
max-widthrule too wide but theleftrule was pushing the blocks off the left side of the screen by as much as -248.367px!I’d love to understand why the theme editors added those rules but I’m very happy I could fix it.
Thanks again.
Forum: Fixing WordPress
In reply to: WordPress 5.6 Adding users problem@meshalbalobaid Please create a new forum post for your own question. It is the best and quickest way to get an answer. Thanks.
Yes, I can see now what I need to do to link users to employees. Thank you for your help.
This is also true when creating users from the ShiftController > Administration > Users screen.
Forum: Fixing WordPress
In reply to: WordPress 5.6 Adding users problemFor me the solution was as @welswebmaster suggested. I just needed to refresh the page once. I don’t have the same plugins others have mentioned so they can’t be the cause. I have the Members plugin which I thought may have been the cuprit but I did not test disabling it to see if this was the cause before refreshing the page. As refreshing the page solved it, and other commenters have not said they have Members installed, I think it is a WordPress issue, not a plugin one.
Perhaps it needs to be reported as a WordPress bug?
https://make.wordpress.org/core/handbook/contribute/trac/@ccbrown232 It usually gets a quicker answer if you post a new question as a new topic. People wanting to help will be looking at the list of unanswered/unresolved questions.
I don’t know the answer, personally, sorry.
Forum: Fixing WordPress
In reply to: Connection to server drops in the middle of plugin updatesFurther problem discovered which might shed some light. The Wordfence plugin is also having trouble connecting to Wordfence Central so it is not just a problem connecting to WordPress.org. (I have the same problems when all plugins are disabled so it’s not caused by Wordfence).
Forum: Fixing WordPress
In reply to: Connection to server drops in the middle of plugin updates@rossmitchell Thanks, I will. I am just waiting for now so I can test possible solutions.
Forum: Fixing WordPress
In reply to: Connection to server drops in the middle of plugin updatesPlease append
0_phpinfo.phpto the URL in the OP for PHP info.Forum: Fixing WordPress
In reply to: Connection to server drops in the middle of plugin updatesI have managed to update a few plugins by attempting it multiple times. Sometimes the process completes and sometimes it doesn’t (and sometimes the incomplete update breaks things so I need to restore from a backup). However, one plugin is very large and always fails.
Failures occur within a few seconds. The PHP settings are 512MB memory limit and 300 seconds for script execution.
Forum: Plugins
In reply to: [Simple Website Banner] PHP out of memory errors on WordPress 5.5.1I have not experienced this problem again on the same site or at all on any of my other sites so I am marking this as resolved (an unusual, unexplained phenomena).
- This reply was modified 5 years, 2 months ago by authentictech.
I sent the email with the exported form on 27 Nov 2020 but I didn’t get a reply. The issue is not so important to me now as I worked around it.
What I suspect happened is – Gravity Forms outputs all field elements inside list elements – the conditional logic code of Gravity Forms targets the outer list elements containing the field elements to hide the fields. MCGF creates columns by following the same method of using list elements to create columns but the columns are created as top-level lists. Thus when Gravity Forms hides a field by hiding the top-level list element it hides the whole column instead if just the field marked to be hidden.
In my opinion, the choice of implementation by Gravity Forms using lists is odd, or at least the targeting of the outer list element to implement conditional hiding is odd but there was probably a good reason for this when they decided which strategy to use.
As this is the case, and the Gravity Forms creators are not interested in changing how their plugin works to facilitate “unapproved” 3rd party plugins, using Multiple Columns for Gravity Forms when conditional logic is required is likely to run into these kinds of problems.
Forum: Plugins
In reply to: [Woo Donations] Add ability to modify the text output@eleanorr11 thanks for your agreement.
If you wanted to edit the plugin code for now, you could do a text search inside the plugin file “woo-donations.php” for the phrases you want to change such as “Ex.100”, “Please enter value!!”, and “Please enter valid value!!”.
Make sure you create a back up copy of the file first and don’t change anything outside of the quotation marks containing the text to amend.
Then, of course, if the plugin is ever updated you will need to make these changes again (unless the feature we are asking for is implemented).
Thanks, I totally missed that.
It may be good to have some information on the checkout screen telling users to look out for a serial key on the next screen as I wasn’t expecting to need one.
Thanks for your help.