mending
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Load for Videos] Black box or rectangular preview on refreshHi,
Yes, but this “Cropping thing” looks like a bug and we would appreciate if you would fix it.
Thanks!
Forum: Plugins
In reply to: [Lazy Load for Videos] Black box or rectangular preview on refreshHi,
Any news on this issue?
Thanks!
Forum: Plugins
In reply to: [Lazy Load for Videos] Black box or rectangular preview on refreshHi Kevin
Thanks, that seems to work just fine. I definetely think you should make it white as default, yes.
Do you have an answer regarding this ? When the page loads (and on refresh without cache) it shows the preview image in a reactangular cropped version.
Would be great to get that fixed as well.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Right, thanks 🙂
This did the job! Well done you.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Not quite sure what you ment by this:
add_filter( 'teccc_add_legend_css', 'your_funtion_here' )?I just adding this to the CSS and that works fine:
li.teccc-hidden-category { background-color: #666; border-left: 5px solid transparent; border-right: 5px solid transparent; color: #fff; line-height: 1.4em; padding-left: 5px; padding-bottom: 2px; }Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
This is great 🙂 Thanks a lot!
One little comment: Could the “Show hidden categories in legend.” adapth the “Border, Background and Text” settings defined for the hidden categories?
Then all would be just swell 🙂
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Great! 🙂 Think this will be a great improvement for many.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Thanks, but this hides the category from the legend “menu” as well. It should only hide in the calendar itself so that it doesn’t overlap the category colors one like to display in the calendar.
Lars
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Thanks! But as our work-around actually works and the fact that the site is live – we decide to leave it here.
It would be great though if a future update of “The Events Calendar Category Colors” would have a “Settings” option that solves this problem somehow.
Thanks for your help. We hope it gave you some insight.
Regards,
LarsForum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi again Andy
I did some testing of my (in relation to what I wrote earlier regarding alphabetical order).
As you see here renaming all of the “grey” categories to 1., 2., 3., etc. (changing the alphabetical order) have brought forward all the colors of the 4 categories in the calendar 🙂
This is a easy trick – so wouldn’t it be possible to just reverse the alphabetical order of the categories (in functions.php) listing them as we have done now, but so that we don’t have to add 1., 2., 3., numbers to make this happen?
Thanks!
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Not sure what you mean by: “If it works you could just add some plugin headers to the top and make it independent of your theme.” ?
I downloaded your updated script and pastet it into the functions.php file in my Child Theme with no different result.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Thanks! Appreciate it 🙂
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Sorry, I see by your script what it is supposed to do.
I’ve insertet it just as it is with no additional addings. Unfortunately it makes no difference to the original problem that events attached to more that 1 category will display the color of the category by the highest letter in alphabetical order.
As our colored categories all remains in the beginning of alphabetical order (B, E, F) could we just reverse the alphabetical order of the calendar? Would that force forward the colors of categories A-F instead of the dark grey color of all L-W categories?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Thanks a lot! I’m affraid I can’t see any difference with this? I guess I should hide all the “extra” (non-colored) categories using:
teccc_ignore_slug(‘category-name’);
and then your script should add them to the legend? Unfortunately it doesn’t.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] What controls which color to show?Hi Andy
Just a quick follow up here to see how we are doing?
Thanks!