ThemeForest

Aquincum - Premium Responsive Admin Template

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 0-1 years

Good morning Eugene,

your template are great and I love it ;-)

Now I have a question about tables with checkboxes… I have a table with maby 200 entries and the user can check any, now I want to save the checked entries in a database, but after sending my form there is only one in FORM…! How can I send the checked entries in FORM? cu

Kopyov

Hey!

Unfortunately datatables plugin doesn’t work with usual checkboxes, because it submits only 1st page. It can be done with datatables API, but i didn’t try it yet. I will try to come up with solution as soon as possible.

Thanks

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

Hi Thank you for your template I have bought this template few month ago and since that time, I have been developing a Case Management Software with this template.

With regular licence, can I sell my software to clients?

The software will be hosted in one server (Cloud) and my clients will use the software through web-server

Regards

Kopyov

Hi.

I think you will need an extended license (more than 1 client). Please check this page and comparison table.

Thanks!

  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
  • United States

Hi,

Im considering this template, one main question is:

The overview says: “compatible with Bootstrap 2.0.3”, why not 2.3.1?

Thanks.

Kopyov

Hi. I’ll update it asap. But Aquincum uses only few plugins from Bootstrap, it’s not fully based on it.

Thanks

  • Has been a member for 0-1 years

Hi,

I have question about license.

My business is build website for difference customers (deploy source-code at customer base/server),

With extended license, can do like this?

Thanks.,

Kopyov

Hi.

Extended license allows you to use template in 1 product for multiple users. Please check this page for more info.

Thanks

Default-user

Thanks, Do you have another license recommend for me?.

Kopyov

If you ask me personally, i don’t mind if you’ll be using my template according to your needs with extended license, because i personally think if it costs like 50 regular licenses than it can be used in multiple applications. But Envato didn’t add such option (like Developer license) yet, so i don’t know what to suggest, it’s up to you. Sorry :(

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Indonesia

hi, great theme! i just have one problem, finding the right data-icon attribute value is really hard… why not creating another subclass? something like “fs1 iconb icon-caret-right” ?

Kopyov

Hi.

Why is it hard? All of them are in 1 file with previews (Icomoon icons folder). Icomoon icons can be used in 2 ways – data icon code and icon class.

olasnavigator

ah, sorry.. just found out the font.css. one more silly question, why add 10px right margin for icon class?

Kopyov

Just remove it if you don’t like it :) Personally i don’t like when there is no space between icon and text, it’s up to you to modify css according to your needs

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

Hi there, awesome theme. Been having some issues with datatables and sorting. I looked through all the comments here and saw that some other people were having trouble and I tried all the resolutions you posted for them with little no no success.

The first issue I’m having is that I don’t want the table to sort by default. So I want all the data in my table to be as it appears in the HTML and not sort it until a person clicks a header field.

The second issue I’m having is when it is sorting, it’s sorting the data incorrectly, mainly numeric information. A data return example of how it should be is:-

1 2 3 4 ...

But it returns like this when you attempt to sort it:-

1 10 100 101 ...

and so forth..

Now, here is the code for tables in the functions.js file:-

oTable = $('.dtable').dataTable({ "aaSorting": [], "aoColumnDefs": [ { "bSortable": false, "aTargets": [ 0 ], "sSortDataType": "numeric", "aTargets": [ 0 ], "sType": "numeric", "aTargets": [ 0 ] }], "bJQueryUI": false, "bAutoWidth": false, "sPaginationType": "full_numbers", "sDom": '<"tablePars"fl>t<"tableFooter"ip>', "oLanguage": { "sLengthMenu": "<span class="showentries">Show entries:</span> _MENU_" } });

Though no matter what I put in here, it just seems to be ignoring it for some reason.

Any help would be much appreciated.

Kopyov

Hey.

To turn off sorting on initialisation, use this code:
// No initial sorting
  $('#example').dataTable( {
    "aaSorting": []
  } );

About the second issue, please refer to this page (sType parameter), Sorting plugin or this page with some info

Default-user

Hi Kopyov, I have tried adding in the num-html plugin and adding aaSorting but to no avail. No matter what changes I make to the data table code in the functions.js, it doesn’t seem to affect the actual table at all.. like the table ignores it completely.

oTable = $('#dev').dataTable({
        "aaSorting": [],
        "bJQueryUI": false,
        "bAutoWidth": false,
        "aoColumns": [
        { "sType": 'num-html' },
        { "sType": 'num-html' },
        null,
        null,
        null,
        null,
        null,
        ],
        "sPaginationType": "full_numbers",
        "sDom": '<"tablePars"fl>t<"tableFooter"ip>',
        "oLanguage": {
            "sLengthMenu": "<span class="showentries">Show entries:</span> _MENU_" 
        }
    });
Default-user

Update. I actually managed to work out the problem. It was caching the old html for some random reason. Probably CloudFlare I think. When I cleared the cache, it seemed to work fine.

However a new issue has arisen. Although this table now works exactly like it should, my other table (on a different page) is broken.

oTable = $('#dev_tbl').dataTable({
        "aaSorting": [],
        "bSort": false,
        "bJQueryUI": false,
        "bAutoWidth": false,
        "sPaginationType": "full_numbers",
        "sDom": '<"tablePars"fl>t<"tableFooter"ip>',
        "oLanguage": {
            "sLengthMenu": "<span class="showentries">Show entries:</span> _MENU_" 
        }
    });

    vTable = $('#usr_tbl').dataTable({
        "aaSorting": [],
        "bSort": false,
        "bJQueryUI": false,
        "bAutoWidth": false,
        "sPaginationType": "full_numbers",
        "sDom": '<"tablePars"fl>t<"tableFooter"ip>',
        "oLanguage": {
            "sLengthMenu": "<span class="showentries">Show entries:</span> _MENU_" 
        }
    });

So close but so far.. >.<

Kopyov

Hi.

Can i see your page online? Need to check your code.

Thanks

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

Hi Kopyov, love this cool theme and want to use it. Thought that I can use it with WordPress, but this seems not to be possible… Is there a WordPress Version or do you have an idea, where to get WordPress Admin Themes? I searched everything on the web today, but didn’t found anything that comes near to your great theme. :-( Thank you for answering, have a great time, Chris

Kopyov

Hi Chris

This is html/css/js template only and isn’t ready for wordpress or any other cms as it is, it needs an additional development. For wordpress admin themes development check this page, hope it helps.

Thanks

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

I’ve just purchased your theme and when I tried to add it to my project (which happens to be a grails application) I get the following issue when I display the page. Do you perhaps have an idea why this could be happening?

Link to the image: http://tinypic.com/r/r0tu3c/5

Thanks in advance for the assistance and btw thanks a lot for creating this theme :)

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

Hi,

I sent you a message previously about my grails app not rendering correctly for some reason. I found the reason that was happening. It was because of the imports in the styles.css. I commented them out and loaded them individually which solved the problem. Maybe you have some insight regarding the fact that it doesn’t work.

The second issue I have is that the app now throws errors for missing image files shown below. I can get past that by commenting it all out but is there a reason they aren’t present in the images folder?

Cheers :)

| Compiling 2 source files. | Error 2013-05-10 16:18:52,181 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /images/icons/light/icon-twitter2.png | Error 2013-05-10 16:18:52,201 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /images/icons/light/icon-twitter.png | Error 2013-05-10 16:18:52,983 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /css/images/ui-bg_flat_0_aaaaaa_40x100.png | Error 2013-05-10 16:18:53,096 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /img/toolbar.png | Error 2013-05-10 16:18:53,137 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /img/icons-small.png | Error 2013-05-10 16:18:53,169 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /img/progress.gif | Error 2013-05-10 16:18:53,514 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /images/upload.png | Error 2013-05-10 16:18:53,535 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /images/add.png | Error 2013-05-10 16:18:53,615 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /css/spinner.gif | Error 2013-05-10 16:18:53,636 [pool-3-thread-1] ERROR resource.ResourceMeta - While processing /bundle-bundle_styles_head.css, /css/reset.css, /css/fullcalendar.css, /css/font.css, /css/ui_custom.css, /css/fancybox.css, /css/bootstrap.css, /css/elfinder.css, /css/plugins.css, /css/styles.css, a resource was required but not found: /css/spinner.gif
Kopyov

Hi.

Sorry for late response. Thanks for informing me, i will check those images, probably missed.

Regarding your first issue – yes, sometimes it’s better to add direct paths to css files in html, instead of importing them :)

Thanks!

Default-user
Kenmacg Purchased

Hi,

Please let me know when these image files become available.

Cheers and thanks

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

I have a problem in dynamic tables:

TypeError: d.publicMethods is undefined js/plugins/ui/jquery.easytabs.min.js Line 12

could anyone help me?

Kopyov

You have a problem with easytabs plugin (secondary sidebar tabs). Could you please show me your page, i’ll check what’s wrong?

Kopyov

you have parse error there

Thbastos
Thbastos Purchased

It’s true, sorry. I’m still developing and yesterday I went to sleep and ended up leaving a parse error. But now, it’s ok.

Kopyov

just add tabs to secondary sidebar or if you don’t use them, remove easytabs functions from functions.js. It should solve the problem

Thbastos
Thbastos Purchased

solved, thank you.

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

Some components has incorrect tab orders like selects, multiple selects and spin edits.

I’ve tried to correct this by myself with this documentation https://github.com/harvesthq/chosen/issues/244 but it doen’t works.

Can you correct it?

Thanks.

Kopyov

Aquincum doesn’t have Chosen plugin, only Select2

Default-user
Guiwunsch Purchased

Have you tried to simulate this in Aquincum?

Kopyov

To simulate what? Chosen plugin?

There were some issues with tabindex in Select2 plugin, but they were fixed almost a year ago

Default-user
Guiwunsch Purchased

Go to http://demo.kopyov.com/aquincum/forms.html Some itens like Tags (multi select) doen’t get focused as expected using tab button. Other fields has the same behavior, just select the first field and pressing tab button to simulate.

Default-user

Can you see?

by
by
by
by
by