caspero
Forum Replies Created
-
Hi, I can provide you with an URL for a site where we are currently using it.
https://www.poseidon-als.dk/klubben/sponsorer/
It use Grid Template 1 and have been set to:
Columns in desktop: 5
Columns in tablet: 3
Columns in mobile: 2
I have the same issue, hoped for a solution
Forum: Plugins
In reply to: [Flamingo] I can’t view inbound messageswhat kind of actions caused this?
I just noticed that we have been getting emails recently, but not showing up in Flamingo. We did not install any new modules recently.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Sort albums in galleries by dateForum: Plugins
In reply to: [Gmedia Photo Gallery] how to change Album sort order in galleryThanks for the new feature
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Sort albums in galleries by dateJust checking in regarding this option. Maybe you can also tell just how excatly the sorting is done in “albumsListMasonry” Gallery?
As it seems now it might be done by Title?
I tried to setup albums in our Gallery so they would be named “YYYY-MM-DD title”, but it then show the oldest first, and the newest last.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] override widgets.phpThanks! That pushed me in the right direction and it is now working.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] override widgets.phpThis is the file i want to override, if possible. I dont Think its a template but more like a class ?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] override widgets.phpah yes, sorry. I did put it in
/child-theme/tribe-events/teccc/Widgets.phpNow i have also tried a few other solutions, without much luck so far sadly.
/child-theme/tribe-events/teccc/Widgets.php
/child-theme/tribe-events/teccc/src/Category_Colors/Widgets.php
/child-theme/tribe-events/teccc/Category_Colors/Widgets.phpThat was the 3 options i have tested wihtout much luck so far
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Sort albums in galleries by dateAh that explains why my query is not working as I wanted it to “album__in=0&orderby=date”
I would love to see that option also – We are a few that would be adding albums to our gallery, and it would be nice if we dont have to add the albums “in the right order” as members might dig up old photos.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] override widgets.phpI have tried to edit the original widgets.php and it shows my changes, after I have hit “save changes” in the “Category Colors Settings”.
I reverted to the original widgets.php, hitted “save changes” again and it looks like before. Then I made a copy of it and moved it to /child-theme/teccc/widgets.php. Then I changed it, like I did before. and then again hitting “save changes”… And nothing changed.
The thing is, im not sure if it should be placed in root of of the teccc folder of my child theme. I have also tried with teccc/src/Category_Colors/ but still didn’t seems to work.
Forum: Plugins
In reply to: [Helpful] More indepth StatsIt Sound okay, sadly I do nor have time to test the dev version ??
Forum: Plugins
In reply to: [Helpful] More indepth Stats@pixelbart – misunderstanding can happen ?? Thanks again for a great module, helping us understand if visitors find our content helpful
Forum: Plugins
In reply to: [Helpful] More indepth StatsHi
I have just updated the module on our site, but I can only choose to show “Most Helpful” and “Least Helpful” on the dashboard so far – not something like “Recent Votes” that is what I hoped for?
Did I misunderstand something or is it still “work in progress”? ??
Forum: Plugins
In reply to: [Twitch Status] Admin-ajax.php is causing high loading times60 channels is more than I expected.
My personal suggestion would be that you set the Ajax TTL to 600 instead of 15 and then you setup a real CRON job following this guide to run every 5 minutes since the TTL for cronjob is set to 300 sec per default. It can be that you should set this down to maybe 240 secs (4 minutes) then your 100% sure it’s updated every time the cronjob is running and Ajax would only be slow if the cronjob fails.
https://www.siteground.com/tutorials/wordpress/setup-cron-job.htm
How you setup the cronjob depends on your host and they might also only allow you run them every 15/30/60 minute. In that case you would have to play with both TTL.
The cost of this solution is of course that status of the 60 streams is only updated every 5 mins (or how often cronjob is running)