Theme conflict

Home Forums Calendar Products Community Events Theme conflict

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84521
    alfemand
    Participant

    Hi i have a theme conflict with your plugin community event.
    With your plugin activated, the featured images of post and events won’t show on my frontpage.

    This here is from my themes functions.php file:
    if ( function_exists( ‘add_theme_support’ ) ) {
    add_theme_support( ‘post-thumbnails’ );
    set_post_thumbnail_size( 150, 150, true ); // default Post Thumbnail dimensions (cropped)
    }

    What changes do i need to make, to get your plugin and my theme to work together.

    #84839
    Casey
    Participant

    It looks like this is a duplicate thread. I’m going to close this one and reply on the other thread. Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Theme conflict’ is closed to new replies.