Okay
  Public Ticket #2178622
Table Filtering
Closed

Comments

  • John Paolo Caragdag started the conversation

    Hi,


    Whenever I change the advance filter to Multiselectbox, it doesn't work on the website. But if I change to checkbox, it works perfectly. Also if I enable "Show X Entries" It shows the number only but it is not clickable and there's no dropdown, I cannot change the rows per page.

    I want the filter to be multi for comparison but the shitty filter doesn't work whenever I apply the changes and it doesn't respond on the website. Only checkbox works. The fliter and X entries are not clickable on the site's page.

  •  2,572
    Aleksandar replied

    Hello John Paolo Caragdag.

    Thank you for your purchase

    Sounds like the drop-downs don't work - and since Multiselectbox requires a drop-down to open, that is why it's not working.

    There is probably a conflict with the bootstrap.js files.

    Please go to wpDataTables main Settings on your wp-admin page. You'll see Include full bootstrap front-end and Include full bootstrap back-end. Disable both sliders, hit Apply and refresh your page.

    5192777348.png

    Please let me know if you managed to resolve the issue.

    Best regards.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • John Paolo Caragdag replied

    Thank you, it worked. By the way is there a way to change the icons for high charts? The legends of the INTS are random shapes. I just want to make it like 5 circle legends with different colours. Or one of them will be like dotted or dashed.

  •  2,572
    Aleksandar replied

    Hi again John Paolo Caragdag.

    You're welcome, glad I could help.

    That is default behavior of charts engine, but if you need some custom solution you can check in our documentation about wpDataCharts callbacks

    • Every chart exposes several options that customize its look and feel. Charts usually support custom options appropriate to that visualization. wpDataChart callbacks allow adding options that are available in Google Charts APIHighcharts API and Chart.js API
    • All necessary resources are available in charts engines API (depends on which one you use). Every engine has a different approach to chart settings. In wpDataChart callbacks you have to adopt those settings to the wpDataChart object (you can take a look at examples for each engine in our documentation, and also in Support help center). Huge number of examples for any area of programming can be found on stackoverflow.com (typing your problem in google and at the end add "site: stackoverflow.com" and google will search only that website). Also, a lot of examples of charts, chart settings and customization can be found on jsffidle.net (typing in google for example "line chart highcharts jsffidle")
    • Please note that using hooks or wpdatatable and wpDataChart callbacks requires certain level of programming skills and included support refers only to advice.

    Best regards.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables