ThemeForest

Conquer - Responsive Admin Dashboard Template

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

And how can i make the sorting applicable for the 1st column? Normally, for datatable, there’s a place for me to handle the configurations such as below. I have try to make changes in this file DT_bootstrap but seems like not working at all. Can you please kindly let me know which file i suppose to make changes? TQVM

oTable = $(’#datatables’).dataTable({ bJQueryUI, sPaginationType”, “sDom”: ‘CT<”toolbar”><”clear”>Rfl<”clear”><”top”rtip><”clear”>’, “aaSorting”: [], “bAutoWidth”: false, “oTableTools”: {

keenthemes

Hi amyyenyen,

You can change column sorting settings under ” “aoColumns”” parameter as shown below where ” { “bSortable”: false }” sorting is disabled and “null” indicates the sorting is enabled according to the column index number:

 $('#sample_1').dataTable({
                "aoColumns": [
                  { "bSortable": false },
                  null,
                  { "bSortable": false },
                  null,
                  { "bSortable": false },
                  { "bSortable": false }
                ],
                "aLengthMenu": [
                    [5, 15, 20, -1],
                    [5, 15, 20, "All"] // change per page values here
                ],
                // set the initial value
                "iDisplayLength": 5,
                "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>",
                "sPaginationType": "bootstrap",
                "oLanguage": {
                    "sLengthMenu": "_MENU_ records per page",
                    "oPaginate": {
                        "sPrevious": "Prev",
                        "sNext": "Next" 
                    }
                },
                "aoColumnDefs": [{
                        'bSortable': false,
                        'aTargets': [0]
                    }
                ]
            });

Thanks.

Default-user

hi, can you kindly let me know which file for the initialization as i am getting a pop up alert box saying i cannot reinitiliza the datatables. But i couldn’t find the file where u did the initiliaze. TQVM

Default-user

Is ok! Finally i found it. Is located here <script src=”assets/scripts/table-managed.js”></script>

keenthemes

That’s great :) Thanks.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Sorry, i just found out another bug. Whenever i add a hyperlink into one of the column with an image, for eg : It works only on the first page, after i click on the next page, or page 3, the link will not work properly. But if i am using the datatable alone without your theme, it works perfectly fine. I believe there’s some bug in it. Can you please kindly let me know how to fixed this 3 issue? TQVM

keenthemes

Hi ruavirtual,

Thanks for feedback. We are checking below 3 issues and we will update you very soon. Please allow us a while.

Thanks.

keenthemes

Hi amyyenyen,

Could you give us a link to your page ? We will need to check your code in order to advice you further on this issue.

Thanks.

Default-user

Hi today i retested everything looks like no issue at all =.= apologize about this comment. May be browser issue. But i will further checking this detail on other different computer. Overall, your theme really great to me and i love it! For the comment above, do you mean i initialize the whole datatable under each file when i am using datatable on that file itself?

Default-user

or can you kindly let me know which file is the initialization? As i can’t find it.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi, i apologize if i flood your comments. I would like to ask how to get rid of this warning “Resource interpreted as Stylesheet but transferred with MIME type text/html”

Reason of this occur is because of the metro style <link href=”assets/css/style_metro.css” rel=”stylesheet” />

As long as i hide this line, the warning will disappear. May i know how to resolve this issue?

TQVM

keenthemes

Hi amyyenyen :),

No problem at all, you may also send an email to our support at support@keenthemes.com.

Regarding the issue above, could you please try to add “type=”text/css”” as shown below:

<link href="assets/css/style-metro.css" rel="stylesheet" type="text/css"/>

Thanks.

Default-user

TQVM. It solve!

keenthemes

Great! You are welcome :)

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • Italy

Hi, are you planning updates for bootstrap, jquery and responsive datatables? When?
Please let me know, I want TO buy your awesome theme!

Last thing, I’ll miss some other features that can be found in Metronic? Also Metronic is a great work, but I dont like metro style so much…

Thank you, good luck with sales!

keenthemes

Hi jacopoemoroso :),

Soon we will release next big update for Conquer. We will consider your requests for sure. Please note if you purchase the theme now, then all the future updates will be available for free.

Thanks.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • Sold between 1 and 100 dollars
  • Turkey
getking Purchased

hey men, themes some pages now working one example error;

Error: Invalid value for <svg> attribute width=”null”

what you say ?

keenthemes

Hi getking,

May i know, did you encounter this issue on our preview our on your own page after you modified something ? Could you please provide a link to your page so we will check your code and advice you further.

Thanks.

Default-user
getking Purchased

i have a “static footer”

keenthemes

Hi getking,

Could you please provide a link to your page so we will check your code and advice you further. You can send the details to our support at support@keenthemes.com.

Thanks.

by
by
by
by
by