• Resolved zonboss1

    (@zonboss1)


    I have activated the featured image in the raindrops appearance customization. It works in the posts. However it does not appear in the backend of plugins that use a featured image, like team presentation plugin like WP Team Showcase and Slider or Team. I tried plenty because I thought it might be on the plugin end, but it does not seems so. I updated everything to newest versions and the plugins have been tested with wp4.5

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author nobita

    (@nobita)

    Hi zonboss1

    Raindrops theme, so as not to affect the operation of the other plug-ins, I have created.

    For example,

    How many the members name of, you want the user’s image, comments (how much of the length of the string) to display the grid(or list).

    Can you explain what you want to what kind of display?

    Thank you.

    Thread Starter zonboss1

    (@zonboss1)

    Hi Nobita. Here are the screenshots. On the nor,al post page there is an option to set the featured image. However on the plugin page to add a team member there is not. I tried several team presentation plugins and they all use the featured image to display the image of the team member. In none I got the option of featured image in raindrops. I hope this makes it more clear.
    http://maybenotbob.com/Screenshot1.png
    http://maybenotbob.com/Screenshot2.png

    Theme Author nobita

    (@nobita)

    I, succeeded to reproduce the problem by using WP Team Showcase and Slider plugin

    Raindrops theme, only the page and post, because it was carried out the setting to display the featured image metabox, in the plug-in that uses a custom post type, was no longer displayed.

    Plug-in, consider the case that requires a featured image metabox, I think that trying to stop this limit in the next version.

    Hotfix

    add functions.php

    <?php
    $raindrops_post_thumbnails_args = array();// Add code
    add_theme_support( 'post-thumbnails' );   // Add ONLY 2 LINES
    /**
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */

    and Please Once plugin deactivate and reactivate.

    Thank you.

    Theme Author nobita

    (@nobita)

    by the way

    I’m trying about new presentation with pinup entry widget at next version.

    http://www.tenman.info/wp3/manualraindrops/files/new-pinup-widget.jpg

    If possible, The function of such a theme, I would like to hear if there is an opinion

    Thread Starter zonboss1

    (@zonboss1)

    I copied the above code in the functions.php file. Deactivasted and reactivated the plugin. Still no featured image. I am using the plugin WP Team Showcase and Slider too. No luck.

    Thread Starter zonboss1

    (@zonboss1)

    it would be nice to have a presentation widget like this within raindrops. With a link possibility on the picture. and several text boxes that could be customized to user’s needs. Looking good.

    Theme Author nobita

    (@nobita)

    Still no featured image.

    Please wait next version Raindrops maybe next week.

    it would be nice to have a presentation widget like this within raindrops. With a link possibility on the picture. and several text boxes that could be customized to user’s needs. Looking good.

    Thank you for reply.

    Thread Starter zonboss1

    (@zonboss1)

    Thank you. the update fixed it.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Featured Image used by plugins’ is closed to new replies.