Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Merv Barrett

    (@mervb1)

    Hi Adam,

    This is often caused by the theme when it registers a featured image and the syntax used in the theme.

    Most likely located in the theme’s function or sub file. Search for add_theme_support function. See the Post Thumbnails section.

    If the theme has specified the array of post types in the function it actually disables any that aren’t specified.

    Easy Property Listings has 8 post types when activated and are registered using the register_post_type function.

    The solution with the theme is to remove the array of defined post types from the array.

    Change the function to just:

    add_theme_support();

    Then let me know how you go and I recommend posting a support request to the theme developers to adjust how they add featues image support to their theme and any custom post types.

    Thread Starter designvibe

    (@designvibe)

    Hi Merv,

    Thanks for your help.

    I added add_theme_support( ‘post-thumbnails’ ); to theme functions.php which has added the featured image option but there is still no gallery option to add more than the 1 image?

    Thanks

    Plugin Author Merv Barrett

    (@mervb1)

    Just use the regular add media button, upload all your images and close the upload box.

    Ensure you enable the gallery option from Easy Property Listings > Settings > single Listing > Gallery

    Thread Starter designvibe

    (@designvibe)

    Oh yes!

    Very good. Thanks!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Option to add images not showing?’ is closed to new replies.