• Resolved alexei9a

    (@alexei9a)


    Hello Team.

    I liked your plugins features and effects for show. But I want to say you that the sortable function which You have in admin menu isn’t work. Please solve the problem.

    Thank You.

Viewing 1 replies (of 1 total)
  • Plugin Author richteam

    (@richteam)

    Dear alexei9a.

    Thank You for posting your question. Thank You for saying us about the issue in our plugin. Below I will say you the way how to solve the problem. Please edit the Rich-Web-Timeline-Widget.php file and replace line 60 with this part:

    if($get_timeline_style_options[0]->rw_timeline_sort == ‘ASC’)
    {
    $get_timeline_options=$wpdb->get_results($wpdb->prepare(“SELECT * FROM $ti_table_name_2 WHERE rw_general_id=%d ORDER BY rw_timeline_year ASC, rw_timeline_month ASC, rw_timeline_day ASC”, $id));
    }
    else if($get_timeline_style_options[0]->rw_timeline_sort == ‘DESC’)
    {
    $get_timeline_options=$wpdb->get_results($wpdb->prepare(“SELECT * FROM $ti_table_name_2 WHERE rw_general_id=%d ORDER BY rw_timeline_year DESC, rw_timeline_month DESC, rw_timeline_day DESC”, $id));
    }

    If you can’t make this changes, please wait for new version of plugin, Our team is making update, we will include this part into the update.

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Sortable function isn’t work’ is closed to new replies.