Thread Starter
gestho
(@gestho)
Sadly the support isn’t very good but i fixed it by myself.
* Some PHP basic skills are needed *
1. Open “theme-widget.php”
2. Search for ” /* Players */ ” in file
3. Find line ” $players_posts = get_posts($args); “
4. Add after ” if($players_posts){ “
4.1 ” shuffle($players_posts); ” //Array with search results is shuffled to a random order
(if needed)
4.2 ” $array = array_slice($players_posts, 0, 5); ” //slice array to a specific size (0 is starting index, 5 is ending index of array)
cheers
Thread Starter
gestho
(@gestho)
Hi
Thank you for your reply. The plugins were working normally at my sidebar. The problem just started when my plugins had multiple instances and I had to use the IDs. Now I removed all widgets not used (still under development so there’s some garbage) and now I’m using just one instance and with [do_widget “widget_name”], it’s working now.
Thread Starter
gestho
(@gestho)
here’s a screenshot of my Debug view, but even the other widget isn’t working
Link to Screenshot