Hello, thank you very much for the plugin.
I’m trying to put two ticker on one internet page, each one only showing the ticker on a certain category. I guess the plugin is designed to do that (seeing examples at your demo page)?
I tried to define one ticker by putting “Category=”Category1″” and “Category=”Category2″”, respective, in the shortcode. (Having various ticker assigned to both in the plugin.)
So:
[wp_ticker Category=”Category1″ ticker_title=”sdf” effect=”fade” fontstyle=”normal” timer=”2500″ title_color=”#ffffff”]
and
[wp_ticker Category=”Category2″ ticker_title=”sdf” effect=”fade” fontstyle=”normal” timer=”2500″ title_color=”#ffffff”]
Unfortunately, this isn’t working: no ticker at all shows up.
Also, I tried putting “Category=”1”” in the shortcode, hoping only entries assigned to the first category would show, but instead all ticker show, not only those assigned to the first category.
So
[wp_ticker Category=”1″ ticker_title=”sdf” effect=”fade” fontstyle=”normal” timer=”2500″ title_color=”#ffffff”]
and
[wp_ticker Category=”2″ ticker_title=”sdf” effect=”fade” fontstyle=”normal” timer=”2500″ title_color=”#ffffff”]
Could you in any way try to let me know what the problem is? Or is it not possible to have to separate ticker showing only entries of one specific category?
Thank you very very much in advance!