Tessa (they/them), AuRise Creative
@tessawatkinsllc on WordPress.org, @Tessa on Slack
- Member Since: May 1st, 2019
- Location: Pittsburgh, Pennsylvania, United States
- Website: aurisecreative.com
- GitHub: Tessachu
- Job Title: Founder, User-Focused Interactive Web Developer
- Employer: AuRise Creative
Bio
Interests
WordPress Origin Story
Contribution History
Tessa (they/them), AuRise Creative’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to Admin CSS & JS loads on every admin page and conflicting with other screens, on the site WordPress.org Forums:
I can confirm that my original issue has not been resolved in version 1.71. In… -
Posted a reply to Required field: no error is output when validating when field is empty, on the site WordPress.org Forums:
I've found the issue. In Contact Form 7 version 5.6 Beta, the markup was changed… -
Posted a reply to Required field: no error is output when validating when field is empty, on the site WordPress.org Forums:
I've been able to reproduce your issue and will look into it. Thanks! -
Posted a reply to Dynamic-text in ContactForm 7, on the site WordPress.org Forums:
It sounds to me like you're having a similar issue as this person, which is… -
Posted a reply to Add acf field value into the autoresponder email of cf7, on the site WordPress.org Forums:
Alternatively, if you're using DTX to retrieve ACF values and display them, that's as easy… -
Posted a reply to Add acf field value into the autoresponder email of cf7, on the site WordPress.org Forums:
Can you provide the code you're using? It sounds to me like when you say...… -
Posted a reply to custom field for email shows- Invalid mailbox syntax is used., on the site WordPress.org Forums:
You are exactly right in that it is due to being not an email field.… -
Posted a reply to Integrate dynamic fields in the WordPress code, on the site WordPress.org Forums:
Okay, I'm assuming you're referring to this Contact Form Entries plugin. In which case, I… -
Posted a reply to shortcode including the ID variable, on the site WordPress.org Forums:
So I was able to review your code snippet. In your parameters for the get_posts()… -
Committed [2910174] to Plugins SVN:
Uploading version 1.0.2 -
Posted a reply to Feature Suggestion: Autoblock when user visits certain page, on the site WordPress.org Forums:
Perfect! I would like the ability to make it temp vs permanent, but this will… -
Created a topic, Feature Suggestion: Autoblock when user visits certain page, on the site WordPress.org Forums:
Hello, I just have a suggestion of a possible feature … -
Created a topic, Still Asking: Is this Plugin being Maintained?, on the site WordPress.org Forums:
With the last update being 3 years ago, this plugin is… -
Posted a reply to Camel case hashtags are automatically converted to lowercase, on the site WordPress.org Forums:
Thank you so much! I know a few people in the disability community were waiting… -
Posted a reply to [Contact Form 7 - Dynamic Text Extension] Can’t get ‘obfuscate’ to work, on the site WordPress.org Forums:
I'll put this on my plate today and get back to you :) -
Posted a reply to [Contact Form 7 - Dynamic Text Extension] Integrate dynamic fields in the WordPress code, on the site WordPress.org Forums:
Can you clarify more on what you mean by "show a hidden dynamic field"? The… -
Posted a reply to [Contact Form 7 - Dynamic Text Extension] Can’t get ‘obfuscate’ to work, on the site WordPress.org Forums:
The obfuscate feature only replaces each character in the string with its ASCII entity. For… -
Posted a reply to [WP Crontrol Hours] How to find specific intervall?, on the site WordPress.org Forums:
I'm glad you like the plugin! I'd be thrilled if you'd leave a review with… -
Posted a reply to How to find specific intervall?, on the site WordPress.org Forums:
I just released version 2.0.0 of the plugin which introduces a new setting "Restrict Frequent".… -
Committed [2890779] to Plugins SVN:
Updating to version 2.0.0 -
Posted a reply to [Yoast SEO] More flexibility for answers in FAQ blocks, on the site WordPress.org Forums:
Thank you for your reply, but I think you misunderstood my feature request. I'm not… -
Committed [2890456] to Plugins SVN:
Adding tag 1.1.0 and updating readme.txt for compatibility with ... -
Committed [2890452] to Plugins SVN:
Creating tag for version 3.0.3 and updating readme.txt for ... -
Committed [2890447] to Plugins SVN:
Updating readme.txt for compatibility with WordPress core update 6.2 -
Committed [2890440] to Plugins SVN:
Adding tags and updating readme.txt of latest version for upcoming ... -
Posted a reply to [WP Crontrol Hours] How to find specific intervall?, on the site WordPress.org Forums:
That is a good question and it looks like you've got two specific needs. the… -
Created a topic, More flexibility for answers in FAQ blocks, on the site WordPress.org Forums:
I write detailed programming documentation and for as … -
Posted a reply to [Contact Form 7 - Dynamic Text Extension] Can I get the category label/name of current post?, on the site WordPress.org Forums:
Thank you for your patience! I was able to get it to work with the… -
Created a topic, Admin CSS & JS loads on every admin page and conflicting with other screens, on the site WordPress.org Forums:
So this plugin has a menu and several subpages. Great.… -
Posted a reply to [Contact Form 7 - Dynamic Text Extension] Can I get the category label/name of current post?, on the site WordPress.org Forums:
Okay, give me a bit longer to figure out the code :) -
Posted a reply to [Contact Form 7 - Dynamic Text Extension] Can I get the category label/name of current post?, on the site WordPress.org Forums:
Ah, I reread the documentation for wp_get_post_categories() and the first parameter does not automatically default… -
Posted a reply to [Contact Form 7 - Dynamic Text Extension] assign a number field the value of text field cf7, on the site WordPress.org Forums:
Great! Glad I could help! -
Posted a reply to [Contact Form 7 - Dynamic Text Extension] assign a number field the value of text field cf7, on the site WordPress.org Forums:
@guglielmirent I think I finally got it! While inspecting your reply_click(element) function, I discovered that… -
Posted a reply to assign a number field the value of text field cf7, on the site WordPress.org Forums:
@sterndata I absolutely understand. I would never ask for credentials nor did I accept their… -
Posted a reply to assign a number field the value of text field cf7, on the site WordPress.org Forums:
Unfortunately, the fields provided by this plugin are dynamic in the sense that it can… -
Posted a reply to assign a number field the value of text field cf7, on the site WordPress.org Forums:
For the two bold lines 3 and 4, I'd just pull the value the same… -
Posted a reply to assign a number field the value of text field cf7, on the site WordPress.org Forums:
ACTUAL FLOW: 1- link : customer click on link (link have dynamic value by ptb_field… -
Posted a reply to assign a number field the value of text field cf7, on the site WordPress.org Forums:
For your number field the default:get attribute is a CF7 feature that pulls the HTTPS… -
Posted a reply to assign a number field the value of text field cf7, on the site WordPress.org Forums:
Hmm... Okay, I think I know it now after a second look. I had to… -
Posted a reply to assign a number field the value of text field cf7, on the site WordPress.org Forums:
The issue is with your JavaScript. You can't set the value property directly, but need… -
Posted a reply to assign a number field the value of text field cf7, on the site WordPress.org Forums:
Hi! I'm taking a look now :) -
Posted a reply to Quota error on fresh new account while generating headings, on the site WordPress.org Forums:
Yeah, I've tried regenerating new keys and it didn't work. -
Posted a reply to unique reference number, on the site WordPress.org Forums:
Ah, I can see what happened. I'm sorry I wasn't clear. So you'll want to… -
Posted a reply to unique reference number, on the site WordPress.org Forums:
Our plugin gives you the framework to create custom shortcodes to fit your specific needs.… -
Posted a reply to unique reference number, on the site WordPress.org Forums:
I don't mean to butt in @sevenspark but I did create a built-in shortcode for… -
Posted a reply to Place VAR in Script, on the site WordPress.org Forums:
Without more context, I'm assuming you mean the value of a dynamic field you created… -
Posted a reply to PHP Fatal error: Failed opening class-yikes-inc-easy-mailchimp-error-logging.php, on the site WordPress.org Forums:
Nevermind about the fatal error. I don't know why those files were missing but I… -
Created a topic, PHP Fatal error: Failed opening class-yikes-inc-easy-mailchimp-error-logging.php, on the site WordPress.org Forums:
I had to disable this plugin by renaming it via FTP be… -
Posted a reply to How to get custom post title in mail subject, on the site WordPress.org Forums:
I'd love to help you :) To get the current post title, you'll want to… -
Committed [2865823] to Plugins SVN:
Adding plugin icon, banner, and screenshots and updating the readme.txt
Developer
-
Accessible Reading
Active Installs: 40+
-
AuRise Accessibility Checker
Active Installs: Less than 10
-
Contact Form 7 - Dynamic Text Extension
Active Installs: 100,000+
-
Controller Fields for Contact Form 7
Active Installs: Less than 10
-
Socialized
Active Installs: 30+
-
WP Crontrol Hours
Active Installs: 30+
Plugins
-
Accessible Reading
-
ACF Content Analysis for Yoast SEO
-
Advanced Custom Fields (ACF)
-
AuRise Accessibility Checker
-
Contact Form 7
-
Contact Form 7 - Dynamic Text Extension
-
Custom Post Type UI
-
Easy Forms for Mailchimp
-
EWWW Image Optimizer
-
Flamingo
-
Media Cleaner: Clean your WordPress!
-
No Self Pings
-
reCaptcha by BestWebSoft
-
Redirection
-
Socialized
-
White Label CMS
-
WooCommerce
-
Wordfence Security - Firewall, Malware Scan, and Login Security
-
WP Crontrol Hours
-
WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin
-
WP Super Cache
-
Yoast Duplicate Post
-
Yoast SEO