Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @jeppex,

    What platform are you embedding the calendar on?

    The social media icons are added by your host or platform or theme… but not from the calendar as it doesn’t have those icons for sharing.

    Thread Starter jeppex

    (@jeppex)

    Hi Sunny

    And thanks for your reply!

    I guess I was too quick with the conclusion there.
    I’m embedding it on the Divi theme on WordPress. I can’t really find any way to adjust those exact buttons, and I’d really prefer not going messing about with the code just yet. I’m new to this and want to get a bit more familiar with it before advanced editing.

    Thread Starter jeppex

    (@jeppex)

    I found it. It was the Monarch Social Media plugin (duh;), that somehow misbehaved when I updated the calendar.

    I do have another problem with the Calendar: How do I create a new category that links events and pages together in the calendar? I am able to create a categori under “appearance->widgets” but I can only givet it a name, not customize as in linking together aforementioned page and event? So if I add this category to an event, it will not appear on the page..

    Glad you figured it out @jeppex

    You can’t link a Category that is common to both a Page and an Event as they both work independantly.

    Wordpress Categories apply to WordPress pages and posts.

    The categories in the Events calendar will only apply to events.

    Thread Starter jeppex

    (@jeppex)

    Thanks for answering, and you’re right!

    On the page I have the calendar embedded. And on the specific event I choose/created it’s category. Then in Events -> Widget Creator I generated a code for the new category. At Appearance -> Widgets I made a sidebar to which I dragged the widget Text into which I inserted the code. Then I could choose the proper category/sidebar at the embedded calendar on the page. Phew.

    My main problem was that I didn’t realize that I could merely drag the text widget to the sidebar. So GUI 🙂

    It’s a steep learning curve!

    @jeppex

    Well done, I wasn’t sure what you were going for.. yes that widget comes in very handy!

    Thread Starter jeppex

    (@jeppex)

    Hi, it’s me again 🙂

    Hope it’s okay I’m keeping this thread open. My problems are related.

    So I’ve encountered another slight problem with the All in One Calendar:
    On the full embedded calendar, when I click an event it folds out to full information. In the bottom right corner, though, there is a “Read more” button, which when clicked only redirects to the event page – with the exact same information as the folded out version.

    Do you know if it’s possible to customize (or simply delete) the “Read more” button?

    I’ve been looking for hours with no result.

    You can see here for yourself what I’m talking about (the “Read more” is called “Læs mere” in Danish):
    http://www.singleture.dk/calendar/

    Hi @jeppex,

    To hide the Read More button on the Agenda View, you can do it with custom CSS. Either add it to your Theme’s CSS under Appearance > Editor > your theme’s css file:

    #ai1ec-container .ai1ec-read-more {
    display:none;
    }

    Or add this code to the page where you embed your calendar:

    <style>
    #ai1ec-container .ai1ec-read-more {
    display:none;
    }
    </style>

    Thread Starter jeppex

    (@jeppex)

    You’re an everyday hero, thanks!

    You’re very welcome @jeppex 🙂

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘After update, multiple SOME plugins’ is closed to new replies.