Capitol Grapevine
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?The list view is working perfectly now!
It’s not a problem for my purposes, but I thought it might be worth mentioning that the category colors don’t appear on postings with “featured event images,” such as the first entry on here.
I wasn’t able to identify what was causing the week view transparency issues, despite changing the background color to white, but I don’t anticipate there being enough overlap that the opaque event backgrounds will present a problem.
Really appreciate all your help with this, Andy. Hopefully if I’m able to generate a profit off of my site, I’ll be able to repay you for the fantastic support.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?Odd – I pasted those filters at the end of the functions.php file under the Avada theme. The snippets I inserted right above that code seems to be executing fine, not sure why this isn’t.
Edit: Just saw your new post. I’ll try out both of those suggestions.
- This reply was modified 9 years ago by Capitol Grapevine.
- This reply was modified 9 years ago by Capitol Grapevine.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?Hmm, inserted the code into my functions.php file but I don’t see any changes in the list view.
Not sure what’s going on with the week view, according to both my theme and Avada options, it looks like the background should already be set to white.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?Great – really appreciate all of the support you’ve provided.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?Did the steps above:
Week view looks good, although there is no event transparency (assuming that’s something you’d patched.)
List view is still being overridden by some other CSS. All of the events have the same color heading, which I believe is tied to the WordPress customizer “Calendar Highlight Color” setting.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?Still not seeing any changes. Nothing pops up under the GitHub subtab nor do I have any branch switching options on the plugin page.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?Just reinstalled both and made those changes. I’m not seeing any difference on my end.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?I just reinstalled Category Colors through the GitHub Updater. I’m still not seeing any plugins listed under the GitHub subtab.
These are the contents of the wp-contents/plugins/ directory:
events-calendar-pro
fusion-builder
fusion-core
github-updater-6.2.2
google-analytics-for-wordpress
mailchimp-for-wp
rss-enhancements-for-the-events-calendar
the-events-calendar
the-events-calendar-category-colors
the-events-calendar-community-events
wp-to-twitterForum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?All I see under the GitHub tab is an area to enter the personal access token.
I don’t see anything under installed themes and plugins.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?I have the branch switching checkbox checked. The only options I see under Category Colors are deactivate and edit.
The destination folder error came up when I tried to use the “install plugin” feature on the GitHub Updater settings page. I put in the url for the Category Colors plugin under “Plugin URL” and left the rest of the fields blank.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?I’ll give it a shot this evening once my site traffic dies down for the night.
I actually wasn’t able to get the GitHub Updater to work. I’ve enabled branch switching but I don’t see any options to switch to the ‘develop’ branch on my WordPress plugins page.
I assume this is because I didn’t install Category Colors through the GitHub Updater (I kept running into a “destination folder already exists” error.) Does this mean I have to uninstall Category Colors from WordPress and then reinstall it through the Updater?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?I’ve been thinking about potential workarounds. I’m fairly inexperienced with coding so I apologize if this is a dumb question:
Would it be possible to add some sort of opacity property to the background color portions of category.css.php? Or potentially something using the opacity settings contained in rgba colors?
- This reply was modified 9 years, 1 month ago by Capitol Grapevine.
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?Sorry for the delayed reply.
I found a workaround for the week view at least. The Category Colors were being overridden by the WordPress customizer, so I disabled that using:
add_filter( ‘tribe_events_pro_customizer_css_template’, ‘__return_empty_string’ );
Unfortunately the week view now displays the correct colors, but it’s hard to see overlapping events because the category colors aren’t transparent anymore.
Any idea how I can add transparent colors to the week view?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?I finally had a chance to poke around but I’m still not seeing anything that could cause a potential override.
However, I did notice that the “body” of the events in my week view are set to the “Calendar Highlight Color” setting in the general WordPress customizer for The Events Calendar, while the tooltip reflects the colors I’ve assigned to each category through your plugin. Does that change anything?
Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Category colors for other views?Thanks for the quick response, Andy.
Because this is my first foray into web development, I’ve been directly editing the theme parent files (bad, I know). I don’t think I have any template overrides in place but I’ll poke around and see what I can find.