Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Sebastian

    (@enedhilwen)

    Alternatively, function juiz_sps_print_links($content) could just check whether the passed parameter is empty (==”) and then consider this call a manual one which then prints the buttons.

    Or, another API function that always prints. Many choices. ??

    Plugin Author Geoffrey

    (@creativejuiz)

    Hi Sebastian,

    It’s already writed on my todolist ??
    I just need time to implement all my ideas.
    The shortcode is the next one.

    Thank you for your feedback.

    Excellent plugin. Congratulations!

    One question: if “function juiz_sps_print_links ($content) == empty”. Is it possible to display the buttons using php code directly?

    Plugin Author Geoffrey

    (@creativejuiz)

    Hi,

    I think it was the same question as Sebastian.
    It’s not possible for the moment but it’s coming ??
    Thank you to support this young plugin!
    Have a nice week-end
    G.

    That’s right, I get it.
    What I did to fix it was to write a few lines in my stylesheet:

    /* social icons -> global hidden */
    .juiz_sps_links{
    display: none;
    }
    /* social icons -> showing specific page */
    #page-id-xx .juiz_sps_links{
    display: block;
    }
    /* social icons -> showing specific post */
    .post-xx .juiz_sps_links{
    display: block;
    }

    // Great plugin, my dear friend.

    Plugin Author Geoffrey

    (@creativejuiz)

    Ah ah ??
    It’s a temporary solution :p

    Plugin Author Geoffrey

    (@creativejuiz)

    Hello,

    Shortcode support is ok with the 1.2.0 ??
    Idem with template function.

    Have a nice day !

    Thread Starter Sebastian

    (@enedhilwen)

    Wonderful, thank you so much! Already activated it. ??

    Ey Geoffrey, great news to me!
    -thank you so much! Already updated!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Shortcode support?’ is closed to new replies.