mahina

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Featured image missing #503686
    mahina
    Participant

    Update: Updating Gonzo to the latest version (duh, silly me for not checking) resolved the issue.

    Thanks

    in reply to: Featured image missing #487592
    mahina
    Participant

    Hi, Im having a conversation with my theme author, would be great if you could consider keeping the thread alive so I can re-post any possible solution to the issue or if I need to ask further questions.

    in reply to: Featured image missing #335189
    mahina
    Participant

    No plugin conflict, the Featured Image does however return on TwentyThirteen. As stated previously, the theme Gonzo only declares “add_theme_support(‘post-thumbnails’);” in functions.php, which should be fine as it dosent add the specific post types if I understood what I read correctly. What else could go wrong?

    in reply to: Featured image missing #323949
    mahina
    Participant

    Yepp still having issues, as stated I was manage to fix the issue by adding a code snippet to my functions.php but with the downside that pages featured image didnt work.
    I did however overwrite the snippet by accident and can’t replicate what I did to temporarily fix the issue, so it still persist: http://d.pr/i/wU5d

    I’ve also tried the solutions provided in other threads (1+2 above), still nothing.

    mahina
    Participant

    I have the same issue, the meta box is simply not present in the admin. My current functions file currently states:
    add_theme_support(‘post-thumbnails’);

    I’ve tried adding:
    add_theme_support( ‘post-thumbnails’, array( ‘tribe_events’ ) );

    …to the end of my functions file without success. Any pointers?

Viewing 5 posts - 1 through 5 (of 5 total)