Andy Fragen
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Custom Category OrderingThe filter returns an array of terms. You would code the order of the array in your filter’s callback function and return that newly ordered array. The remaining code would use this as the order for the legend.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Custom Category OrderingThe above link shows where the file is.
You would code the order you want returned from the filter.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Custom Category OrderingYou may use the
teccc_legend_terms
filter as documented in thesrc/views/legend.php
file to return an ordered list of terms/categories. https://github.com/the-events-calendar/the-events-calendar-category-colors/blob/7229976135aa84c13b8f946715968d03c62eae74/src/views/legend.php#L22I believe this error is fixed in https://github.com/the-events-calendar/the-events-calendar-category-colors/pull/161/commits/d60f34204047f406fc2095700829846bff327275 which is scheduled for release soon.
Forum: Plugins
In reply to: [Embed PDF Viewer] Linking to a certain pageI will happily review all PRs.
https://github.com/afragen/embed-pdf-viewerForum: Plugins
In reply to: [Embed PDF Viewer] Linking to a certain pageTo the best of my knowledge it’s not possible.
Forum: Plugins
In reply to: [Embed PDF Viewer] PDF LayersLatest update renders PDFs in
iframe
.Forum: Reviews
In reply to: [Core Rollback] Very helpful pluginThanks ??
@wendy32 you can add the following CSS to solve your problem in the interim.
ul#legend li.teccc-hidden-category { display: none; }
Forum: Plugins
In reply to: [WP Debugging] Conflict on the grid view of the media library with ASE pluginI updated the
develop
branch of the plugin. Let me know if it solves the issue.https://github.com/afragen/wp-debugging/archive/refs/heads/develop.zip
Forum: Plugins
In reply to: [WP Debugging] Conflict on the grid view of the media library with ASE pluginIt seems the issue was with Elementor.
Forum: Plugins
In reply to: [WP Debugging] Conflict on the grid view of the media library with ASE pluginI’ve reported back on the forum post referenced above. Unfortunately I am unable to reproduce the issue with the instructions provided.
In a new LocalWP environment I was able to load and activate both plugins. I loaded some images as well. I seem to have no issues loading the Media Library grid.
Bug Report Description
With ASE Media Replacement loaded and WP Debugging loaded, the Media Library grid doesn’t load.
Describe the bug. Environment
- WordPress: 6.6.1
- PHP: 8.3.8
- Server: nginx/1.16.0
- Database: mysqli (Server: 8.0.16 / Client: mysqlnd 8.3.8)
- Browser: Safari 17.5
- OS: macOS
- Theme: Twenty Twenty-Four 1.2
- MU Plugins: None activated
- Plugins:
- Admin and Site Enhancements (ASE) 7.2.0
- Test Reports 1.1.0
- WP Debugging 2.11.24
Steps to Reproduce
- In ASE settings, go to “Content Management” and?set the “Media Replacement” setting to true. Activate WP Debugging.
Expected Results
- ? Media Library should load in both list and grid mode.
Actual Results
- Media Library does load in both list and grid mode.
Supplemental Artifacts
https://snipboard.io/Q52oAw.jpg
Forum: Plugins
In reply to: [WP Debugging] Conflict on the grid view of the media library with ASE plugin@nazrinn thanks for the report. I’ll see if I can reproduce the issue.
Hey I’m the dev for WP Debugging. If there’s some sort of error I would love to help solve the conflict.
I’ll see if I can reproduce locally.