• Resolved johnthomas19

    (@johnthomas19)


    Hello,

    I’m still in the infant stages of building my church’s website – and I’m trying to get the Events Calendar to look better. I have a couple of events added, and I have the widget installed, but the widget looks about half as big as it should and it’s stuck on the left part of the screen.

    Does anyone have any idea as to how I can make the widget a more full size and center it?

    Any advice would be great.

    Thanks,
    JT

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter johnthomas19

    (@johnthomas19)

    My site is shepherdofthehillsomaha.org

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    for a full sized calendar you can use the [em_calendar full=1] shortcode or change the events > settings > event page options in your admin area to show a calendar instead of a list in your events page.

    Thread Starter johnthomas19

    (@johnthomas19)

    Thanks Marcus.

    My goal here is to make the calendar widget – on the right panel of my website to be larger. Right now, it only shows up about half as big as it should. I tried inserting the [em_calendar full=1] code in the text widget but that didn’t do anything.

    Checking the “Display calendar in events page” option in the events settings DOES create a full size calendar on the Events page…but that’s not what I’m looking for.

    Any other ideas?

    My site is: shepherdofthehillsomaha.org

    Thread Starter johnthomas19

    (@johnthomas19)

    Anyone else have any ideas? If I can’t get the widget to look right in the panel, then I’m going to have to get rid of the plugin and find a different one.

    Any ideas?

    shepherdofthehillsomaha.org

    Thanks,
    JT

    Did you get any solutions working? I too have a similar problem where I am trying to get the widget calendar (when it looks like all the dates of a month, not a list) centered in my widget zone.

    Can anyone help us out?

    Me too I need the calendar to be larger, it’s like 250 in with, it’s too small, it should be able to spread across the page you set….

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    you can change the calendar or pretty much anything you want. check this out : https://wp-events-plugin.com/documentation/using-template-files/

    i’ve already made some pretty nifty calendars with this. some demos coming soon.

    Phil

    (@owendevelopment)

    The fix for this is a simple entry into your theme CSS:

    table.em-calendar {
    width: 100%;
    }

    This newbie to EM is looking for the code to place on a page not a widget) to get a full sized calendar with events listings. I’ve tried a number of codes and searched through the forum but still only get a small calendar on the page.

    Thanks in advance

    For what ever reason I had tried this code full=1 before and it didn’t work and now it does, so issue solved!

    table.em-calendar {
    width: 100%;
    }

    it really works

    But, if someone want’s more compact “small calendar” in widget section and to have it centered, you can try

    table.em-calendar {
    margin: auto !important;
    }

    it worked for me (thank’s to Flynn from https://forum.bytesforall.com)

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Events Manager] Widget too small and not centered’ is closed to new replies.