Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter matheny00

    (@matheny00)

    Hey just a bump still need help

    The behaviour you want is the default, so it seems you’ve got something set wrong.

    If you’ve set a date under Default calendar start date (optional) then it will always start from that date. Clear the date in there and you should restore the behaviour of using the current date.

    The easiest way to remove the categories selector is to hide it using CSS that you’ll need to add to your site (eg: using a plugin or the WP theme for your site). The CSS you want will depend on if you’re also using tags or not.

    If you’re not using tags, try:

    .ai1ec-calendar-toolbar {display:none}

    If you’re using tags, or have some other content that appears in the toolbar that you want to keep, try:

    .ai1ec-category-filter {display:none}

    Also, if you want to hide tags but keep categories, try:

    .ai1ec-tag-filter {display:none}

    Note: You may need to replace the none with none !important in the above CSS in some cases. I found this to be the case with the category & tag filters on my site, but not for the toolbar. YMMV.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘@ questions on settings’ is closed to new replies.