Andy Fragen
@afragen on WordPress.org and Slack
- Member Since: August 24th, 2010
- Location: Southern California
- Website: https://thefragens.com
- Job Title: Trauma/Acute Care Surgeon
Bio
Contribution History
Andy Fragen’s badges:- Core Contributor Core Contributor
- WordCamp Speaker WordCamp Speaker
- Plugin Developer Plugin Developer
-
Posted a reply to Multisite PHP notice, on the site WordPress.org Forums:
Strange but glad you got it figured out.1 day ago
-
Posted a reply to Multisite PHP notice, on the site WordPress.org Forums:
Interesting. WP_ALLOW_MULTISITE is not one of the constants this plugins interacts with. https://github.com/afragen/wp-debugging/blob/e95c9ed1550064cf8221e2e0a90fae74a47bf421/src/Bootstrap.php#L49 I test…3 days ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
Tagged and released as v6.2.0 Thanks for all your help and testing.1 week ago
-
Committed [2140124] to Plugins Trac:
Tagging version 6.2.01 week ago
-
Committed [2140123] to Plugins Trac:
Updating assets1 week ago
-
Committed [2140122] to Plugins Trac:
Preparing for 6.2.0 release1 week ago
-
Committed [2140113] to Plugins Trac:
Tagging version 6.2.01 week ago
-
Committed [2140112] to Plugins Trac:
Updating assets1 week ago
-
Committed [2140110] to Plugins Trac:
Preparing for 6.2.0 release1 week ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
@dpegasusm updates are in develop branch. Can you download from the link and make sure…1 week ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
Thanks for the confirmation. I will have an update for this soon.1 week ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
@dpegasusm the above filter does replace the hash with a value of your choosing. You…1 week ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
Have you tried seeing if wp_upload_dir() fixes the issue? Does this mean that the above…2 weeks ago
-
Posted a reply to Hummingbird Stopping Headers, on the site WordPress.org Forums:
As Hummingbird is a caching plugin it’s clearly changing something. I think you will need…2 weeks ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
https://www.php.net/manual/en/function.file-put-contents.php > If filename does not exist, the file is created. Otherwise, the existing file…2 weeks ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
So the hash should only really change when the plugin options change. Additionally it is…2 weeks ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
@dpegasusm the whole point of this plugin is to produce a CSS file. I intentionally…2 weeks ago
-
Posted a reply to Writing to CSS file failing, on the site WordPress.org Forums:
That’s an interesting problem. The file is writing to a constant location, /wp-content/uploads/teccc-***{.min}.css. Given your…2 weeks ago
-
Posted a reply to color doesnt appear at start, on the site WordPress.org Forums:
It appears to be working correctly. http://bdo.salte.ge/events/2019-09/3 weeks ago
-
Posted a reply to Calendar Background Color, on the site WordPress.org Forums:
Thanks Dave. That was very generous of you, much appreciated.3 weeks ago
-
Posted a reply to Calendar Background Color, on the site WordPress.org Forums:
I think my instructions were misunderstood. Those code snippets should go in your theme stylesheet…3 weeks ago
-
Posted a reply to Calendar Background Color, on the site WordPress.org Forums:
Try this. For the shortcode try the following. .tribe-events-shortcode.tribe-events-view-wrapper { background-color: yellow; } For the…3 weeks ago
-
Posted a reply to Colors Set but not appearing on Calendar, on the site WordPress.org Forums:
A quick look and it seems there is no category associated with the events. Can…3 weeks ago
-
Posted a reply to Calendar Background Color, on the site WordPress.org Forums:
Dave, Are you referring to the background of the entire calendar? You can already change…4 weeks ago
-
Created a new ticket, #47797, in Core Trac:
Provide compatible core update for users not on PHP >= 5.64 weeks ago
-
Wrote a comment on the post Proposal: a WordPress Advisory Board, on the site Team Updates:
What I've participated in previously was where half the board was elected to a lesser…4 weeks ago
-
Posted a reply to Long error message shown at activation, on the site WordPress.org Forums:
https://www.php.net/manual/en/function.glob.php#refsect1-function.glob-notes1 month ago
-
Posted a reply to Long error message shown at activation, on the site WordPress.org Forums:
Likely a different version of Linux with GLOB_BRACE defined.1 month ago
-
Posted a reply to Long error message shown at activation, on the site WordPress.org Forums:
Solaris is a Linux distro.1 month ago
-
Posted a reply to Long error message shown at activation, on the site WordPress.org Forums:
https://wordpress.org/support/topic/error-messages-99/1 month ago
-
Posted a reply to Disable colors on certain views, on the site WordPress.org Forums:
Unfortunately the plugin was designed to function with all views. As some views have CSS…1 month ago
-
Posted a reply to Custom CSS file in upload folder, on the site WordPress.org Forums:
You are quite welcome. If you have any other questions @lfreitas, please let me know.2 months ago
-
Posted a reply to Custom CSS file in upload folder, on the site WordPress.org Forums:
Not to worry, this is absolutely the intended behavior. It is faster for the site…2 months ago
-
Committed [2112377] to Plugins Trac:
Tagging version 6.1.22 months ago
-
Committed [2112376] to Plugins Trac:
Updating assets2 months ago
-
Committed [2112375] to Plugins Trac:
Preparing for 6.1.2 release2 months ago
-
Posted a reply to Cat Colors in List View, on the site WordPress.org Forums:
I've built in a cache buster when with the query arg for refreshing the CSS.…2 months ago
-
Posted a reply to Cat Colors in List View, on the site WordPress.org Forums:
I think the browser is caching the old CSS. Not sure how to clear it.2 months ago
-
Posted a reply to Cat Colors in List View, on the site WordPress.org Forums:
Can you clear any caches?2 months ago
-
Posted a reply to Cat Colors in List View, on the site WordPress.org Forums:
It doesn't look like the filter is in place.2 months ago
-
Posted a reply to No colors on Calendar, on the site WordPress.org Forums:
@sprocker it looks like you only have a single category colored and you also have…2 months ago
-
Posted a reply to Cat Colors in List View, on the site WordPress.org Forums:
Try adding the following filter. add_filter( 'teccc_fix_category_background_color', function( $empty, $cat_selector ) { return '#top .main_color…2 months ago
-
Posted a reply to Cat Colors in List View, on the site WordPress.org Forums:
It seems the enfold child theme is overriding the border color on line 3434. .main_color…2 months ago
-
Posted a reply to Cat Colors in List View, on the site WordPress.org Forums:
I should be able to take closer look tomorrow.2 months ago
-
Posted a reply to Cat Colors in List View, on the site WordPress.org Forums:
By any chance are you using a custom template for the event in the list…2 months ago
-
Posted a reply to No colors on Calendar, on the site WordPress.org Forums:
Can you share the calendar URL?2 months ago
-
Posted a reply to Category link goes back to current month, on the site WordPress.org Forums:
Glad you got it sorted out.3 months ago
-
Posted a reply to Inline small CSS file, on the site WordPress.org Forums:
I have looked into this and as a PDF or PDF block could be embedded…3 months ago
-
Posted a reply to Hide categories in legend based on parent category, on the site WordPress.org Forums:
This plugin doesn’t manage which categories are displayed, only the category colors. I think you…3 months ago
Developer
-
Add Custom Header Images
Active Installs: 1,000+
-
Admin Only Jetpack
Active Installs: Less than 10
-
Embed PDF Viewer
Active Installs: 4,000+
-
Local Development
Active Installs: Less than 10
-
The Events Calendar Category Colors
Active Installs: 10,000+
-
The Events Calendar Outlook Import Fix
Active Installs: 500+
-
The Events Calendar PRO Alarm
Active Installs: 20+
-
The Events Calendar User CSS
Active Installs: 200+
-
WordPress Beta Tester
Active Installs: 3,000+
-
WP Debugging
Active Installs: 100+
Contributor
-
Airplane Mode
Active Installs: 30+
-
Hide SEO Bloat
Active Installs: 10,000+
-
Resend Welcome Email
Active Installs: 3,000+
-
WordPress Zero Spam
Active Installs: 20,000+


