mealto
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] Running Cache Enabler + BreezeI should follow up on this. How can I use Cache Enabler to just display Shortpixel-created webp files without using Cache Enabler caching so I can run Breeze as well?
Forum: Plugins
In reply to: [Cache Enabler] Delete additional cached version for WebP imageInteresting. Now I wonder if Shortpixel is the one creating that extra .jpg.webp file.
Reason why I am asking here is Shortpixel referenced your plugin + theirs to display webp files.
Let me dig more into this.
Forum: Plugins
In reply to: [Cache Enabler] Running Cache Enabler + BreezeHey Corey, I have done some testing and it looks like manually enabling cache-control and expires does get rid of the pagespeed warnings but TTFB slowed way down using just this method. I can only surmise that Breeze also add some other benefits to getting TTFB to as low as it can go.
I have confirmed the higher TTFB using both GTMetrix and Webpagetest. Odd but the results are clear in my testing.
Any other ideas?
Forum: Plugins
In reply to: [Cache Enabler] Running Cache Enabler + BreezeThank you Corey for your reply. I have disabled Breeze and added both of those to the htaccess files. Tests results are promising.
Can Cache Enabler be used in conjunction with Autoptimize? We use it to combine and minify js + css.
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Auto delete cache after plugin updatesYes, Breeze does have an auto purge function based on time. Given that some sites exhibit an odd behaviour due to plugin updates and that clearing Breeze cache resolves the issue, is there a way to allow users to clear Breeze cache after plugin updates? I think this would be a good feature.
Forum: Plugins
In reply to: [WP Bodymovin] Where are uploaded JSON files?Thanks for the info. How do we keep things neat and tidy and delete old, no longer needed JSON files that is in the database?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Connecting To Display CPT / ACFI should clarify. Beaver Themer does indeed show post types. So I can see Games, teams etc…
The issue is not being able to display games for a specific team. Let’s say we have 200 teams, but we want to display Team A’s games (played and yet to be played) on Team A’s team page. There must be an easy way to do this at a bulk level?
That is interesting. I am not seeing any duplicate of teams form imports. What I have found is that I should only import event fixtures and not teams after they have been created.
What do I find is that after each game, if I import player stats, that player is listed under both teams. So I assume you enter stats manually per player and not import through each event after the game is completed?
I can see how all the manual work can be done for your small league. I am dealing with 250+ schools, multiple age groups and genders. Now I have to figure out if I start the top parent level at school and let the league and season control stats or actually create a real team for each physical team.
Thanks for you insight into the matter. May I ask if your School > Team setup is just under Teams as for as Sportspress is concerned?
Seeing that there is a capability to sort and show results via season and league, I am now wondering if we even need to create a child let alone a grandchild team. I guess what you are doing with shortcodes could only work if there are child and grandchild items, otherwise, you would need to filter by Post Type + Leaguge + Season instead of just a shortcode. Does that make sense?
Here is what I have been able to do. For season two:
– create season 2
– create new league for season 2
– DO NOT IMPORT TEAMS AGAIN with Season
– import games and select season 2It looks like all teams automatically get updated from Season 1 –> Season 1, Season 2. I see that in my tests. Can I confirm this is how it’s supposed to work?
Also, if a school has various teams (age, gender etc…), would you suggest we create one school team, then within that, create leagues and seasons around that? It would be nice for user to see all teams at a specific school. Just not sure if every actual team should be a “Team” variable inside Sportspress. How do most other users handle this?
One important feature I wanted was for users to click on a specific team, then a list of games that are only specific to that team & season would display. Is there a a more automated way to do this or do I have to build a custom query and filter for the games I need and hook that into the bottom of every team page?
Any thoughts you may have would be greatly appreciated.
So I went ahead and spun up a blank site. Here is what I did.
1. Imported Teams with 2019 season
2. Imported Games
3. Created a League Table 2019 to display results of 2019 season
4. Edited results so stats who up in League Table 2019
4. Imported Teams with 2010 season (same teams as 2019)
5. Noticed League Table 2019 results went back to nullHow should we plan it so we can run many leagues (same sport but different age groups) for the long run and display old stats? I have a feeling tying a team to a year is what I cannot get around at the moment. It would be pretty messy if I had to create “Team with a Season” for every season. In fact, that would not be feasible, how would I show say 5 years of stats for one particular team. Team in this case is a school so that almost never changes year to year. With 200+ schools, manually creating league tables to be display on a page would take way too many hours.
Again, I appreciate your feedback while I get up to speed on your plugin.
Any ideas?
- This reply was modified 5 years, 5 months ago by mealto.
Forum: Plugins
In reply to: [YUZO] Function create_function()Thank you. When will 6.0 be released so we can keep running this great plugin? Had to disable it for now as it was causing issues.
Any update on this matter? I still cannot fully regenerate 100% of the thumbnails.
This is getting more technical. So I asked the data center tech to dig into the server logs. The tech thinks it’s a plugin issue making a call without proper permission. Here is their reply, does that help with troubleshooting?
*** start paste ***
[:error] [pid xxxxx:tid xxxxxxxxxxxxxxx] [client MYIPADDRESS:xxxxx] client denied by server configuration: /home/account/public_html/wp-json, referer: https://www.domain.com/wp-admin/tools.php?page=regenerate-thumbnails
Basically put, the script is trying to grab that function from the server directly instead of calling https://www.domain.com/wp-json/ as it should. Thus the error it’s giving you. So this is an error in the plugin rather than the server.
*** end paste ***
Forum: Plugins
In reply to: [MC4WP: Mailchimp Top Bar] CSS Code Not Working on Mobile Devices?Just stumbled onto your KB and saw this:
#mailchimp-top-bar { display: none !important; }
Added it to the @media for 600 pixel section of the CSS file and the bar still shows on mobile. Any ideas?