• Resolved daniel-dwv

    (@daniel-dwv)


    First, I really like your plugin except that there is no easy way to change colors to fit my theme. I saw the feed about changing colors for the upcoming events… etc. But I would like to know where I can change colors for the calendar that I’ve posted on a page in my blog.

    Specifically, some of the dates and days on the calendar aren’t readable due to the default color schemes.

    https://www.ads-software.com/extend/plugins/ajax-event-calendar/

Viewing 15 replies - 1 through 15 (of 21 total)
  • Plugin Contributor Eran Miller

    (@eranmiller)

    You can change the colors in the custom.css file to modify the calendar.
    NOTE: if you update the plugin in the future, you will need to reapply any modifications you make.

    Eran

    Thread Starter daniel-dwv

    (@daniel-dwv)

    Okay. Well I’ve been going through custom.css line by line for hours and the only thing I’ve found is changing the upcoming events and event details.

    a line # would help.

    Plugin Contributor Eran Miller

    (@eranmiller)

    Hmm…
    Try looking at these lines, and adding colors as desired:

    .fc-grid th{text-align:center}
    .fc-grid .fc-day-number{float:right;padding:0 2px}
    .fc-grid .fc-other-month .fc-day-number{filter:alpha(opacity=30);opacity:0.3}
    .fc-grid .fc-day-content{clear:both;padding:2px 2px 1px}
    .fc-grid .fc-event-time{font-weight:700}

    Eran

    Thread Starter daniel-dwv

    (@daniel-dwv)

    Eh… no change. Here’s the link to my calendar, if you notice, the days of the week (sun – sat) aren’t readable and every other week has the color #eee, making the numbered days unreadable. https://www.screenprintsupply.com/?page_id=15

    I think the best solution for me would make both of them transparent. I just cannot find where to do that. I tried changing the opacity in those lines you gave me with no luck.

    Thread Starter daniel-dwv

    (@daniel-dwv)

    so I guess… you aren’t going to tell me?

    Plugin Contributor Eran Miller

    (@eranmiller)

    Didn’t get notification of your last post – I’ll take a peek now and do my best to help.

    Eran

    Plugin Contributor Eran Miller

    (@eranmiller)

    Well, I think I found the solution, let me know if you concur once you try the following:

    add background: none or your choice of color to these classes.

    Day Headings
    .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last

    Day Squares
    #aec-calendar td

    Thread Starter daniel-dwv

    (@daniel-dwv)

    You are the best! Thanks.

    please tell me where in the CSS you can change the font color of location, period, website.
    and can it support multilanguage? (plug-in qTranslate)
    thanx

    Plugin Contributor Eran Miller

    (@eranmiller)

    aeclub,
    You’d have to add classes to that data to change the font color, right now those colors are determined inherited by your theme settings.
    The plugin is localized into numerous languages, what is qTranslate?
    Eran

    please – https://aeclub.net/exmpl.gif

    qTranslate – https://www.ads-software.com/extend/plugins/qtranslate/
    it’s for 2 or more languages on a website.

    thanx for helping me

    Plugin Contributor Eran Miller

    (@eranmiller)

    aeclub,
    Yes, that’s a problem, you need to :
    a) adjust your theme css for h3 headers
    b) add classes to override the css in your theme

    I don’t use qTranslate and the plugin does supports multiple languages.
    Eran

    Thank you. I added it to your file – custom.css

    realestatenetworkingnight

    (@realestatenetworkingnight)

    my calendar fonts are not showing very well (white font on a very light background), and the month/day button overlaps the “show types” option. I tried to use the “background:none” suggestion in the aec-calendar td line as suggested above but there is no change. I also want to remove or move the “show types” at the top if possible.

    I am fairly new and don’t read code very well – can you be specific on exactly where the lines are that I need to change, and what they should look like with the changes? It’s very appreciated.

    realestatenetworkingnight

    (@realestatenetworkingnight)

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘[Plugin: Ajax Event Calendar] Calendar colors’ is closed to new replies.