Okay
  Public Ticket #2553434
Amelia settings
Closed

Comments

  • John Collingswood started the conversation

    Hello,

    I just bought Amelia to replace The Events Calendar on my client's website. we found that the Events Calendar was not working properly and their tech support was not helpful. 

    I'm still setting up Amelia, but it looks good so far. I have a couple of questions:

    Is it possible to increase default font sizes in the Events list?

    Is there a simple calendar view where I can hide the date selection tools and just show one month at a time?

    Is it possible to add an event list to a widget - such as a sidebar?

    thankyou,

    john

  • [deleted] replied

    Hi John,

    Sorry it's taken longer to prepare a reply to your questions.

    1. At the moment, there are no settings to choose the font size in Amelia.

    You can use the CSS rule on the page between style tags where you will overwrite font from our plugin.

    <style>
    .amelia-app-booking input[type="text"], .am-modal.am-in-body input[type="text"], .amelia-app-booking input[type="email"], .am-modal.am-in-body input[type="email"], .amelia-app-booking input[type="tel"], .am-modal.am-in-body input[type="tel"], .amelia-app-booking input[type="url"], .am-modal.am-in-body input[type="url"], .amelia-app-booking textarea, .am-modal.am-in-body textarea, .amelia-app-booking select, .am-modal.am-in-body select, .amelia-app-booking .form-control, .am-modal.am-in-body .form-control, .amelia-app-booking .am-stripe-card, .am-modal.am-in-body .am-stripe-card,
    .amelia-app-booking h1, .am-modal.am-in-body h1, .amelia-app-booking h2, .am-modal.am-in-body h2, .amelia-app-booking h3, .am-modal.am-in-body h3, .amelia-app-booking h4, .am-modal.am-in-body h4, .amelia-app-booking p, .am-modal.am-in-body p, .amelia-app-booking span, .am-modal.am-in-body span, .amelia-app-booking div, .am-modal.am-in-body div, .amelia-app-booking section, .am-modal.am-in-body section, .amelia-app-booking ul, .am-modal.am-in-body ul, .amelia-app-booking li, .am-modal.am-in-body li, .amelia-app-booking a, .am-modal.am-in-body a {font-size: 20px !important;}
    </style>

    This will change the font size for all those classes, so you will need to check which ones you actually need.

    2. I am afraid it's not available at the moment, sorry.

    3. Unfortunately, there isn't a possibility for a calendar view for Events in Amelia with its current built-in features. The events can be shown on the front-end in a list only. We have this feature request in our list and I will add your vote to it, but for now we can't say if and when it will be implemented and released.