Whenever i make change under the EventON setting (left side of dashboard) non the of the edits take place. For example, i dont want any links and unchecked "Optional button action" and it still has a popup.
Does shortcode override all this? I added a block under WPBakery but it is very limited and there is no shortcode block under text edit by the "add Media"
I am tying to remove links, the actual dates (not Mon, tues, wed, etc) and the "next week" tab in the upper left.
this is the same week over an over again and would be repetive if they had to scroll from week to week for a school schedule.
glenn
- Jul 16,2026 AT 11:15AM - 14 hours agoHello,
I believe that WPBakery isn’t compatible with EventON to provide all the available functionality from their elements.
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header).
You can also add this code to wp-admin > Appearance > Customize > Additional CSS.
.EVOWV_grid .evo_wv_day span.day_num { display: none !important; } .EVOWV_content.wk_1 .evo_wv_day .evowv_daybox { height: 45px; } .EVOWV_dates { display: none !important; } .EVOWV_dates.evodfx.evofxdrr.evogap10.evofxww.evofxaic.evoposr {} .EVOWV_content.wk_1.tb_1 .evowv_col_events .event { pointer-events: none !important; }
The code should do all the changes you described.