Okay
  Public Ticket #1453984
stuck on "settings"
Closed

Comments

  • andrea started the conversation

    Hi


    I have a fresh and clean installation of latest wordpress on my own server.

    Wordpress works correctly but your plugin wpDataTables it will block on "settings" tab.

    I rally don't know if it's a server error or whatever.

    What should i check?


    regards

  • [deleted] replied

    Hi andrea,

    Are you using wpDataTables Lite version or wpDataTables Premium version that can be brought on CodeCanyon?

    Can you please check do you have installed cURL on your server. If you don't have please install cURL and everything should work fine.

  • andrea replied

    thanks! now it works!

    I have missing php-curl: 

    sudo apt-get install php-curl

  • andrea replied

    I'm using the lite version of it.

    I have another problem: in the wizard everything seems to be ok, but when i paste the shortcode in the pages, i can't see the graph on the browser...

    should i install something else? or setting something?

  • [deleted] replied

    Hi andrea,

    You can't see the table or the graph (chart). As I know charts are not supported in the Lite version of the plugin. Can

     you please check that you don't have any JavaScript errors in your console? Also can you try to disable or your plugins and to change the theme to see if there are some conflicts with them.

  • andrea replied

    I have fixed it. It was some problem with float data representation.

    Is there a way to select a time slot in the frontend?

  • [deleted] replied

    Hi andrea,

    I don't know what do you mean by "select a time slot". wpDataTables supports Date, DateTime and Time column types as you can see on these pages from our documentation:

    You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.

  • andrea replied

    Thanks for your support.

    We have a large csv data to display, we want to give to our customers the ability to pick a range of data by select a start and end date (time stamp) in the front-end.

    How can we do that?


  • [deleted] replied

    Hi andrea,

    It is possible with Advanced filtering where you can take a look at Date Range Filter but this feature is not available in Lite version.

  • andrea replied

    Ok thank you.

    I will check it in your sandbox site for test it.