Discussion on Infinity - Responsive Web App Kit

Discussion on Infinity - Responsive Web App Kit

Cart 534 sales
Well Documented

Ra-Themes supports this item

Supported

80 comments found.

Hello. I want to apply sorting feature for hovered table (). I tried to make it as
...

but no luck. with firebug I can see that <link rel=”stylesheet” type=”text/css” href=”../libs/misc/datatables/datatables.min.css”> loaded in demo datatables.html page but I don’t see this string in page’s source code. I believe I need this as well but can’t figure out how it loads. Could you please help me with this?

Hi,
We are using lazy loading for dynamically loading stylessheets and js files for plugins on demand.
In order to use this functionality firstly add the following attribute to your table tag

data-plugin="DataTable"
and pass your options to
data-options="{}"
Ofcourse you can manually load those files. add the following to the head tag
<link rel=”stylesheet” type=”text/css” href=”../libs/misc/datatables/datatables.min.css”>
and the following after jquery
<scrtipt src=”../libs/misc/datatables/datatables.min.js”></script>
and then call the plugin in your javascript code as follows
$(document).ready(function(){
    $('#myTable').DataTable();
});

for the full list of options of the datatables plugin visit Datatables
hi i found out (default/index.html) #top-nav>nav-item>a link can not click in real mobile browser. i’ve tried it in Safari browser and Android UC browser. but it work find in PC browser. please tell me how to fix it. <ul id="top-nav" class="pull-right"> <li class="nav-item dropdown"> <a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="zmdi zmdi-hc-lg zmdi-settings" /></a> <ul class="dropdown-menu animated flipInY"> <li><a href="profile.html"><i class="zmdi m-r-md zmdi-hc-lg zmdi-account-box" />My Profile</a></li> </ul> </li> ..... </ul>

By doing so you modified the link just in the ( index.html ) file.
In order to make any modification and get it reflected in all files you have two ways:

  • Modifying each individual file. but this process is tedious
  • Or you can make the modification in the template files that are in templates directory and then rebuild using grunt

Note: for more info on how to use grunt tools read the Documentation

This is a bootrap bug .dropdown-backdrop{ position: static; } add this code to css file can fix the bug

hi ,

good to hear that you figure out solution for your issue .

enjoy the template :)

Hi there!

I downloaded the template, locally Chrome and Mozilla seem to display right away, but Internet Explorer and Edge, do not render.

Is there are a way to get IE to display the file locally?

Hi,
You should put the template files on a server (e.g. localserver) in order to get it running properly.
it comes shipped with a pre-installed server if you have nodejs installed on your system you can run the following command from a command line from the root directory of the template

npm start

Could you please provide me core.min.js uncompressed file?

Hi Srinivasinfo
this file is composed automatically using (grunt-usemin) from many files, you can find this list of files in (templates/layouts/base.html) under this comment portion:

 <!-- build:js ../assets/js/core.min.js -->

Ok, Got it. Does this theme have AngularJS version?

Not yet, but we are thinking of that

Is it possible to disable the customizer and just use a theme as default? I think I must disable jquery storage plugin?

Hi ,

we have just answered your question in your previous comment :) if you problem solved don’t forget to rate us .

cheers

Is it possible to disable the customizer and just use a theme as default? I think I must disable jquery storage plugin?

Hi Serverjunge,
You can do so and even remove the customizer at all by removing the following
(div element)

 #app-customizer
which is in: (templates/layouts/base.html) and then rebuild using grunt as follows
grunt assemble
Another solution
- you can set the display property of (#app-customizer) to none in your css code

I purchased the theme only to see it does not work on an iPad. Will there be a fix for this?

The demo and my installation are not working. All I see is the background, the config wheel and a scroll bar. What do I need to do to get it to work?

I see the problem. It does not work in private mode on the iPad.

This problem may occur because one of the following cases:
  • If the app.js file or any other core javascript file is not loaded properly.
  • If you have any issues in your own javascript code.
  • And if you are disabling javascript in your iPad web browser.
please check these out and the problem will be solved.

How can I set the ‘defaultDate’ option in datetimepicker as moment()?

Hi, ianrodrigues
For the full list of options of the plugin visit:
https://eonasdan.github.io/bootstrap-datetimepicker/Options/#defaultdate
and then you can pass your options through

data-options="{}"
attribute on the HTML element you are using
I hope that helps.
Cheers

Hi! The problem is I want to use this:

data-options="{defaultDate: moment().format() }"

But in the Chrome console, I recieved: moment is not defined

:cry:

Any planned for a php version with the header,navbar,sidebar, & footer in different files?

Hi x33blair , thanks for using Infinity

at the meantime we don’t have a plan for the PHP version yet , we do have some updates and futures we wanna to add them on the HTML version .

we may consider do so in the near future , after being satisfied with the HTML one .

cheers :)

Is it possible to switch out the avatar photo in the stream on the Dashboard 2 with a Font Awesome icon with a color behind it? You actually have one right on the same page under the Connect Point with the IE logo. That’s exactly what I am looking for, only the same size as the avatar images on the stream.

Hi paravelmedia,

you should use:

<i class="fa fa-internet-explorer"></i>
instead of:
<i class="fa fa-internet-explorer" /> 

That did the trick! Thank you!

your welcome :)

Hi,

I really like your theme. Is it possible to get a blank page only with the needed css and js? Because I want to use it together with Laravel elixir but I am not sure, wich css and js files are needed for the core of the theme.

An a blank starter page only with navigation (topbar) would be awesome.

Thank you! Dominik

Hi Serverjunge, thanks for using Infinity.

Yes you can do this easily, To accomplish that you have two options:

If you are using grunt:

you can create an empty html file in any sub-folder in the templates folder and then from the command line run:

(  grunt assemble:default  )

OR

(  grunt assemble:topbar  )

depending on the layout you are using (e.i, default or topbar) any of these commands will generate a new HTML file containing the navbar and sidebar and the essential components and JS, CSS files.

Manually:

Open

( templates/layouts/base.html )

file and copy the content to a new empty HTML file and replace {{ body}} with the contents of one of the following files:

( templates/layout/default.html ) OR ( templates/layouts/topbar.html ) depending on the layout you are using.

lat us know if you need any more help :)

cheers

Hi, am I allowed to buy this theme and use it in an open source project? I’m unsure about the licensing details in such cases :/

Hi bitmand ,

if your project is an End Product you could do so but with the Extended License

cheers

I see that there was an update released today. Do you have a change log for this update? Also, just a suggestion for a future release: Data Tables and Timeline

Hi Paravelmedia, thanks for using Infinity.

the last update was cleaning the code even more, and we just have an another update on the review will gone be available today or tomorrow

Within Features:
  • Rebuilding the second Dashboard
  • Rebuilding Buttons Demo Page
  • Rebuilding Panels Demo Page

for the Data Tables we already have it :)

Tables Basic Datatables

for Timeline we will add that on our future update if you do have any other suggestion we would like to hear it :)

if happy with the product you could rate it, thats help :)

Cheers

Great bro, GLWS isA :)

thanks nawara :)

Nice kit gud luck

thanks

Great Template , Congratulations :)

thanks mate :)

So Awesome! Good Luck ;)

your awesome mate :)

Beautiful work, Looks great, GLWS :)

thanks

Congratulations my friend, GLWS :)

Thanks mate :)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey