Loran A. Rendel
@loranrendel on WordPress.org
- Member Since: January 20th, 2015
Contribution History
Loran A. Rendel’s badges:- Core Contributor
-
Created a topic, Error when using latest Timber, on the site WordPress.org Forums:
When using latest version of Timber and starter theme … -
Posted a reply to accept attribute, on the site WordPress.org Forums:
Here is demo version how 'accept' workshttps://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/acceptWhen you open file dialog the browser uses accept… -
Posted a reply to accept attribute, on the site WordPress.org Forums:
This does not affect to 'accept' attribute and browses shows '*' as filter mask. Accept… -
Created a topic, accept attribute, on the site WordPress.org Forums:
How to specify 'accept' attribute to limit file type s… -
Created a topic, From syntax highlight, on the site WordPress.org Forums:
The contact form can contain html code.I suggest to ad… -
Posted a reply to Junk files when moving image, on the site WordPress.org Forums:
I understand with obsolete sizes, bit it's not my case. I tried to upload new… -
Posted a reply to Junk files when moving image, on the site WordPress.org Forums:
Line 5712, maxgalleria-media-library.php $image_path = str_replace('.', '*.', $image_path ); This breaks path to the folder,… -
Created a topic, Junk files when moving image, on the site WordPress.org Forums:
Hello. When I move some image to another folder there… -
Mentioned in [51487] on Core SVN:
Twenty Ten: Use correct path for loading block patterns. -
Mentioned in [51482] on Core SVN:
Twenty Ten: Use correct path for loading block patterns. -
Created ticket #53758 on Core Trac:
Twenty Ten last version breaks child themes -
Posted a reply to html is corrupted, on the site WordPress.org Forums:
Could you please fix it? -
Posted a reply to html is corrupted, on the site WordPress.org Forums:
![SNIMOK-EKRANA-2021-01-29-004940.png](https://pasteimg.com/images/2021/01/28/SNIMOK-EKRANA-2021-01-29-004940.png) -
Posted a reply to html is corrupted, on the site WordPress.org Forums:
https://html.spec.whatwg.org/multipage/syntax.html#syntax-tag-omission -
Posted a reply to html is corrupted, on the site WordPress.org Forums:
I've added ending tags, however, it can be omitted and successfully validated as HTML5, Google… -
Posted a reply to html is corrupted, on the site WordPress.org Forums:
They omitted actually, this is permitted in HTML5. -
Posted a reply to html is corrupted, on the site WordPress.org Forums:
https://ms-gp.ru/ -
Created a topic, html is corrupted, on the site WordPress.org Forums:
After update to 0.9.1.4 there is <!-- html is corru… -
Created ticket #51912 on Core Trac:
Sitemap pages 404 with more than one page -
Created a topic, 123 autoload options, on the site WordPress.org Forums:
There are 123 autoload=yes options which will keep eve… -
Created a topic, Bug with backslashes, on the site WordPress.org Forums:
When saving a contact form all backshashes are strippe… -
Created a topic, Reserved field names, on the site WordPress.org Forums:
This code will remove field names limitation. All rest… -
Created ticket #48049 on Core Trac:
bots searching for vulnerable plugins -
Posted a reply to The plugin breaks other GB plugins, on the site WordPress.org Forums:
For example, Atomic Blocks, Stackable. https://wordpress.org/plugins/atomic-blocks/ https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/ Plugins continue to work, but all its blocks… -
Posted a reply to The plugin breaks other GB plugins, on the site WordPress.org Forums:
Actually your blugin disables other plugins without asking to disable it. -
Created a topic, The plugin breaks other GB plugins, on the site WordPress.org Forums:
The plugin breaks other Gutenberg plugins. No addition… -
Posted a reply to Contact form 7 vs Custom Fields, on the site WordPress.org Forums:
You're welcome :-) -
Posted a reply to Issue using gtag code, on the site WordPress.org Forums:
Probably it shoud be add_action( 'wp_head', 'mycustom_wp_header' ); -
Posted a reply to Corrupt Contact Form 7, on the site WordPress.org Forums:
Check mail settings tab in form settings page. -
Posted a reply to Uncaught Typerror On Page Load, on the site WordPress.org Forums:
Too old jQuery. Try to use version 3 or 2. -
Posted a reply to Contact Form Not Working, on the site WordPress.org Forums:
The form was submitted succesfully if the message is right. Try to check mail settings… -
Posted a reply to Contact Form 7 ID Shortcode, on the site WordPress.org Forums:
The CF7 id equals the id inside wp-posts table in MySQL. -
Posted a reply to VALIDATION ERRORS Email address seems invalid, on the site WordPress.org Forums:
You have two email fields here: <p><label>EMAIL<br /> [email* your-email] </label></p></div> <p><label>SUBJECT<br /> [email* your-email]… -
Posted a reply to Contact form 7 plugin (error: by clicking send button only loader is proceesing), on the site WordPress.org Forums:
The url /wp-json/contact-form-7/v1/contact-forms/79/feedback used by CF7 REST API is 404. You need to enable REST… -
Posted a reply to Contact form 7 vs Custom Fields, on the site WordPress.org Forums:
<?php // Register a function to 'wpcf7_before_send_mail' hook. // It will be called before mail… -
Posted a reply to Contact form 7 vs Custom Fields, on the site WordPress.org Forums:
Right, it's ; missing. add_filter('wpcf7_before_send_mail', 'myFunction'); function myFunction($form) { // get post id from where… -
Posted a reply to Contact form 7 vs Custom Fields, on the site WordPress.org Forums:
Please post here the full text of the error. Also this would be better: add_filter('wpcf7_before_send_mail',… -
Posted a reply to Contact form 7 vs Custom Fields, on the site WordPress.org Forums:
It should be stored in child theme functions.php. Or just create /wp-content/mu-plugins folder and put… -
Posted a reply to Contact form 7 vs Custom Fields, on the site WordPress.org Forums:
Please explain where do you keep the sender email. If it is stored for post… -
Posted a reply to Contact form 7 vs Custom Fields, on the site WordPress.org Forums:
If email is entered into form, then in form mail settings fill To field with… -
Created a topic, REST API, on the site WordPress.org Forums:
Is there any hook to disable REST API for specified fo… -
Posted a reply to Contact form 7 vs Custom Fields, on the site WordPress.org Forums:
add_filter('wpcf7_before_send_mail', 'myFunction'); function myFunction($form){ $posted_data = \WPCF7_Submission::get_instance()->get_posted_data(). // do something } Inside this function you… -
Posted a reply to Conditionnally required field, on the site WordPress.org Forums:
Thank you :-) -
Posted a reply to Conditionnally required field, on the site WordPress.org Forums:
Or it could also be filtered by $_POST['_wpcf7cf_hidden_group_fields'] inside wpcf7_posted_data hook. -
Posted a reply to Conditionnally required field, on the site WordPress.org Forums:
Oh, right, it's already work, I set required for the checkbox on mistake. But there… -
Created a topic, Feature request: make all reserved field names available, on the site WordPress.org Forums:
Wordpress reserves some keywords specified on page htt… -
Posted a reply to Conditionnally required field, on the site WordPress.org Forums:
Actually I need to hide the field and unrequire it and vice versa. Probably it… -
Created a topic, Conditionnally required field, on the site WordPress.org Forums:
Is there any way to make a field optionally required? … -
Created a topic, Unicode field names, on the site WordPress.org Forums
-
Created ticket #43578 on Core Trac:
Unexpected MYSQL data format
Plugins
-
Advanced Term Fields
-
Bulk Actions Select All
-
Custom Post Type Permalinks
-
Cyr-To-Lat
-
HTML Shortcodes
-
Import any XML or CSV File to WordPress
-
PO/MO Editor
-
Post Types Order
-
Regenerate Thumbnails
-
Remove Taxonomy Base Slug
-
WP Attachments
-
WP Category Permalink
-
WP-Post-Meta-Revisions
-
XML Sitemap Generator for Google
-
Yandex Metrica