kawaii_mihoko
Forum Replies Created
-
An update: I’ve tried a different event calendar plugin and specifying post IDs works, so I know it’s not my theme. I don’t understand why ai1ec’s post IDs are not recognized.
Sorry, chadharms, I guess we were needing slightly different applications, and unfortunately, I don’t know the answer to your question. If you ever found the solution, would you mind to share it? I think this layout looks better than the ‘featured image’ showing between event details, and I would like to apply it to my site. Much thanks!!!
Additional problem to #2 is the same holds true for event excerpts, which display event title, date and time, when they are viewed on the homepage slider.
All you have to do when you log onto your wp account is simply go to appearance > theme settings > general (tab) > Default Homepage > Under heading “Last 3 Post on Home”: Set to hide.
Forum: Themes and Templates
In reply to: Homepage controls with Custom Community ThemeLog onto your wp account and simply go to appearance > theme settings > slideshow (tab), and set your own categories, custom post types, and specific entry with post ID.
That should at least solve your problem on the slideshow and displaying different posts than the 3 “thumbnails” beneath it. Not sure how to set specific posts for those “thumbnails.”
By the way, you also need to edit your theme’s function.php:
Replace:
add_theme_support( ‘post-thumbnails’ );
with the following:
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘ai1ec_event’ ) );
Problem solved!
1. Open class-ai1ec-app-helper.php
2. Find ‘support for custom post type’ section
3. add ‘thumbnail’ at the end of the argument, so it reads:$supports = array( ‘title’, ‘editor’, ‘comments’, ‘thumbnail’ );
4. Replace the file of the same name in your web hosting site.
Good luck!