I had the same issue – I just created a page called calendar and then added shortcode [cgm-event-calendar]. Works good now!
Thread Starter
cyars
(@cyars)
You open the stylesheet for your theme and type in something like:
.facebook-icon {background: img(‘images/facebook.png’);}
Then in the menu system, add a new “Custom link” with the url pointing to the facebook (or whatever) page, and in the CSS Classes (optional) field, you type the name of your class, without the dot (so in this case would be facebook-icon. Works like a charm.
Thread Starter
cyars
(@cyars)
Hmm, thank you – will try it. Client now decided to only use one banner at a time so it wasn’t as big a deal for me to solve, but I am glad to know it’s not just me!
Thread Starter
cyars
(@cyars)
I figured it out myself 🙂 I just created a class with a background image in the style sheet and called it in the menu system 🙂