• Resolved kelsilynstar

    (@kelsilynstar)


    PHP Version: 7.3.27
    Wordpress Version: 5.6.2
    Plugin Version: 8.1
    Is Pro User: NO
    Current Theme: Ultima Gaming
    Website address: https://www.kelsilynstar.com

    I was curious if there was any way to add an icon for the idea between the voting button and the title. I can only see an image added to an idea if I go into the idea description itself, but I’d rather have the idea’s “featured image” show as an icon instead.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @kelsilynstar,

    In the plugin settings, in the IdeaPush support tab, there’s a question: I am a developer, do you provide any filters? There’s a filter called which enables you to put content after the idea title:

    add_filter( “idea_push_after_idea_title”, “idea_push_after_idea_title_callback”, 10, 1 ); function idea_push_after_idea_title_callback( $ideaId ) { //do something awesome with $ideaId return “Hello World”; }

    You will need to understand PHP to add your requirements. If you don’t have a developer to work and don’t know PHP and how to make your idea come to life, feel free to email me at: [email protected] and I can provide a quote (I will need more of a mockup of what you are expecting though). Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Idea Thumbnails?’ is closed to new replies.