• Hello,

    I find this a great plugin, I wanted to know if there is the possibility of adding the icon next to the post title of a Slideshow as the one on morenobrasil.com.br. I added the <?php if (function_exists('get_cat_icon')) get_cat_icon(); ?>string
    right after the Slideshow title below I got the Icon but it won’t update with the slideshow .
    <h2 class="title"><a href="<?php echo esc_url($arr[$i]["permalink"]); ?>"><?php echo esc_html($arr[$i]["title"]); ?> </h2> Please would greatly appreciate any support on being able to apply the icons in the slideshow from the theme.

    Thank you in advance

    Junglereef

    http://wordpress.org/extend/plugins/category-icons/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TheSubmarine

    (@submarine)

    Hi,

    I don’t have the theme ElegantEstate, but from what I’ve seen with Firebug (you can use Chrome too), you must paste the template tag just after this html code :

    <div class="slide-info"><h2 class="title">

    I don’t know where it is, but just just have to search for “slide-info” in your theme. You should find it easily.

    Thread Starter junglereef

    (@junglereef)

    Hello Sub,

    Just added the code exactly after the <h2 class="title"> , but still wont update as the title from the slideshow changes. Really appreciate your support.

    Thank You,

    P.s : I can send you the file if you want.

    Atila

    Plugin Author TheSubmarine

    (@submarine)

    Please use the contact page, i’ll contact you via email.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Category Icons] Display Icon in Slideshow title’ is closed to new replies.