• Resolved Rob_Huska

    (@rob_huska)


    Hello, I just found your plugin today and it is great! But I have for some issue with lists of 10 or more. When I add the 10th item and fill it in and save, it empties the fields. When I add the 11th and anything above, fill them in and save them, when it reloads 11 has the same info from 1, 12 has the info from 2, and so on and so forth.

    I assume it is just something in the PHP, but I am not versed enough in PHP to solve this… Wasn’t sure if you could look into this.

    Thanks!
    Rob

    https://wordpress.org/plugins/simple-link-list-widget/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,
    I have the same problem… not possible to add more than 9 links.
    Thanks.

    Thread Starter Rob_Huska

    (@rob_huska)

    Ok, so I had a team member of mine look into this to see what he could find… He was able to solve the issue by commenting out lines 91-93 of simple-link-list-widget.php.

    So this code here:

    foreach($order as $key => $order_str){
    $order[$key] = substr($order_str,-1);
    }

    Just put php comments around it and all should be good. We have not found anything that this breaks yet. Maybe the developer can weigh in on this topic?

    Edit: Fair warning, when you make this fix, the first time you save the widget, all of your current values will be cleared out, but once you put them in again, all will be right again!

    Plugin Author jimmywb

    (@jimmywb)

    I will release a fix for this soon

    Hi Rob,

    I try your solution but each time I save the widget all my items are cleared out (not only the fist time).
    But thanks, we wait the Author fix release.

    Hi Rob,

    I try again and when I save one by one works!
    Thanks

    Plugin Author jimmywb

    (@jimmywb)

    I just released an update that fixes this issue. Thank you for your patience and for supporting this plugin!

    Thankyou now is run perfect!

    Thread Starter Rob_Huska

    (@rob_huska)

    Yes, thank you everything seems to be working fine now!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘List of 10 or more’ is closed to new replies.