Karma theme

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

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #15125
    Winston
    Participant

    Hi, you guys have sent me the instructions and the code to correct some image handling problems some months ago when after loading up my first listing I had issues with compability which resulted in display problems and the “set featured image” feature disappearing from the listing form and the loss of any field to display my own photo in the profile area. The adjustment to the code you supplied previously corrected these issues but after recent updates of both easy property listings and the Karma theme the problem has surfaced again. I checked in the child theme and the files Archive-listing.php and single-listing.php are still present in it

    #15195
    Merv Barrett
    Keymaster

    Hi Winston,

    Are you using custom templates in your theme in YOUR_THEME/easypropertylistings/ other than the archive-listing.php and single-listing.php

    #15197
    Winston
    Participant

    Hi Merv, I am not sure what you mean by custom templates, are you saying that an update of my main Karma theme has added files to the child theme which is active, what should I look for and where?
    John

    #15248
    Merv Barrett
    Keymaster

    Ah, inside your Karma theme they have registered the featured image for their theme and doing so it removes the featured image from everything else.

    Inside the theme files hopefully the functions.php file will be a line like this

    add_theme_support( 'post-thumbnails', array( 'post', 'movie' ) ); // Posts and Movies

    However when they pass the post types in this way it disables all other custom post types images. You will have to dive into the theme files and find where they have executed the add_theme_supports() function. We can assist you with a Priority Support request John.

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Theme Support’ is closed to new topics and replies.