Discussion on Sublime - Web Application Dashboard + Customizer Access

Discussion on Sublime - Web Application Dashboard + Customizer Access

Cart 729 sales
Well Documented

iamnyasha does not currently provide support for this item.

98 comments found.

The demo / live preview link is broken!

is there anyway I can modify the “toggle-sidebar” to show and hide “sidebar offscreen-left”?

How do I install using Filezilla?

Hi. I recently noticed this error (or bug) in drop down menu.

The sub menu ul.dropdown-menu is under of div.box-tab because the next content is a grid container .col-md12.col-sm-12

Remove the overflow: hidden; property under .box-tab .tab-content {} and it should work, line 110 in less/modules/navs.less or line 4402 in sublime.css. Thanks

there is also sass version or only less? I see last update in 2015, do you still keep this updated? which is last version of bootstrap and other plugin used? as I understand you are using bower for manage plugins right? is this still available? thanks

hi, do you give documentation file which i can put the api to take database n showing that into analytic graph?

Hi, do you provide the documentation HTML files, and can we use these files to build our own documentation ? Thanks.

Hi,

Both online and offline documentation is provided.

Thanks

Hi, i want to ask about the nested menu..

how to make the 3rd level of the nested menu activated ?

this is my code : <ul class="nav"> <li class="open"> <a href="javascript:;" class="active"><i class="toggle-accordion" /><i class="ti-layout-media-overlay-alt-2" />Setting </a> <ul class="sub-menu"> <li class="open"> <a href="javascript:;" class="active"><i class="toggle-accordion" />User Management </a> <ul class="sub-menu"> <li class="open"> <a class="active" href="http://localhost/detail">User Detail </a> </li> </ul> </li> </ul> </li> </ul>

Hi

Thanks for buying. You just need to add another ul level e.g

<ul class="nav"> <li class="open"> <a class="active" href="javascript:;"> <i class="toggle-accordion"></i> <i class="ti-layout-media-overlay-alt-2"></i> Setting </a> <ul class="sub-menu"> <li class="open"> <a class="active" href="javascript:;"> <i class="toggle-accordion"></i> User Management </a> <ul class="sub-menu"> <li class="open"> <a class="active" href="http://localhost/detail"> User Detail </a> <ul class="sub-menu"> <li> <a class="active" href="javascript:;"> <i class="toggle-accordion"></i> User Management </a> <ul class="sub-menu"> <li> <a class="active" href="http://localhost/detail"> User Detail </a> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul>

The animation doesn’t start on my screen until I scroll. So, until I scroll there is a blank open space (very bad).

This happens regardless of which section I’m on when I refresh the page. When I’m at the top, the text does not fly in from the left/right until I scroll. When I refresh the screen while browsing the middle of the page, the section I’m on appears empty until I start scrolling, then the items appear. The live example I saw before I purchased this template works fine so I’m not sure what’s going on or why it doesn’t work the same out of the box. I tried it in Chrome, Firefox and IE, the same thing happens. I’m not getting any javascript errors, all the assets are in place, it just won’t animate until I scroll.

Is there a setting I need to adjust for this to work properly? I checked through the comments. I’m surprised I’m the only one asking about it, unless it may only be a problem with the version I received.

Please help!

I tried using grunt. It seems a hand full of these dependencies are deprecated. Also the grunt command kept failing until I updated the package.json with a later grunt-contrib-imagemin version. I successfully ran the grunt command but it will not load properly in the browser at all. here are the files the browser can’t find:

frontend/app/styles/sublime.css frontend/app/styles/skin.css frontend/app/styles/fonts.css frontend/app/vendor/jquery_appear/jquery.appear.js frontend/app/vendor/jQuery-One-Page-Nav/jquery.nav.js frontend/app/vendor/jquery-parallax/scripts/jquery.parallax-1.1.3.js frontend/app/vendor/isotope/dist/isotope.pkgd.min.js frontend/app/vendor/magnific-popup/dist/jquery.magnific-popup.min.js

This is not working well for me at all. Am I missing a step? I can’t find any documentation to help. Please respond. Thank you.

Also, running bower it fails at jquery.mb.ytplayer#~2.9.4. I tried -f to force but no luck. Please let know what I need to do to get this working 100%.

Hi,

If the lastfix didnt work for you then you can use this one.

In main.js change this line

$('.pageload').fadeOut('slow');

to

$('.pageload').fadeOut('slow', function() {
    $.force_appear();
});
This remains the same
$('[data-animation]').appear();

Thanks

I appear to be missing sublime.skins.css, referenced on line 22 of index.html, installed from the admin-no-bower-brunt path. Can you please send me a link to it?

Hi Thank you for purchasing. Please get in touch via http://themeforest.net/user/iamnyasha#contact and i’ll send you the skin file.

Thanks

hello, your theme is very nice. I just have a doubt regarding the scroll plugin: how can i put an independent slim-scroll at a .div section?, like you did on the vertical menu. i read the documentation of the plugin but i don’t get it.

btw, can you make some custom ready-pages as a freelancer?, i need a gallery like this: https://dribbble.com/CarolinaBuzio , and some pages for the frontend theme.

thanks

Hi,

Thank you for purchasing. Did you refer to this documentation http://rocha.la/jQuery-slimScroll ?

Exactly, i did what that documentation says but it forces me to stablish a width, wich is not responsive. The thing is, how can i put a scroll in a .div section?

Hello,

I’m trying to upload the theme to wordpress however I’m getting this error.

“Unpacking the package…

Installing the theme…

The package could not be installed. The theme is missing the style.css stylesheet.

Theme install failed.”

I’ve re-downloaded the files again to make sure it wasn’t a problem with the original download but I keep getting the same issue. Kindly help out!

Hi

I’m afraid what you have purchased is an HTML template. The template provides you with the necessary tools to build your applications and is not designed to function with Wordpress.

Could you kindly inform me which program I could use to edit the template other than wordpress?

You work with the HTML, CSS and less files. It is a template for building your own applications and its not meant to work with any specific application/product/services

Hello,

I want to purchase this template to create a fully functional web application, however there are certain functions I want to ask about if the template supports them.

Can it support two different type of log ins? For example, I’m creating a website for a university, can I have separate log in pages, one for students and the other for teachers?

Also, in the back-end, I wasn’t able to locate where it shows me who signs in and user information such as usernames and etc. Do I have to program that into the code or is it available?

Looking forward to your reply, thank you for your time!

Hi

Thank you for getting in touch. There is no functionality built into this template. What you get in the download package instead are the design components that you would need to build your own application. If there is any functionality that you want then you will need to code this up.

Thanks

The frontend submenu doesn’t work in mobile, have you already solved this problem? Thank you

Hi,

Thank you for buying. Get in touch via profile page and i’ll send you a fix for this.

Cheers

Is there a way to add videos into the gallery page?

Hi,

Thank you for purchasing. Gallery is designed for only images but you can write your own code to make it work with videos.

Cheers

Great theme! I’m using this in a node app, and when the html is compressed it loses the padding around themify icons. You can reproduce this by removing the new lines between tags

e.g.

this looks OK:

          <a href="javascript:;" data-toggle="dropdown">
            <img src="images/avatar.jpg" class="header-avatar img-circle" alt="user" title="user" />
            <span class="hidden-xs ml10">Gerald Morris</span>
            <i class="ti-angle-down ti-caret hidden-xs" />
          </a>

but this doesn’t

          <a href="javascript:;" data-toggle="dropdown">
            <img src="images/avatar.jpg" class="header-avatar img-circle" alt="user" title="user" />
            <span class="hidden-xs ml10">Gerald Morris</span><i class="ti-angle-down ti-caret hidden-xs" />
          </a>

How to add the charts from the chart page to another page? Added the page level scripts on the other side to but the charts doesnt show up. Just the white panel.

Check to make sure that your javascript is binding the flot to a div with correct id/class

Where do the charts get initialized ? Where do they refer to? Even with inline style with fixed size I get the same error. I think any js tries to initialize something but cant get / find it & this breaks all charts.

Charts are initialized in scripts/chart.js

I have run into an issue. I would like to break this theme out an load it dynamically with JS, but wrapping ”<aside class=”sidebar offscreen-left”> in a div seems to break the whole sidebar. Is there a fix for this?

Hi,

Thank you for purchasing. You will need to maintain the current structure otherwise you end up breaking some css styles. Are you not able to use the aside as your target for what you’re currently trying to achieve?

Hi Iamnyasha,

Is it possible to have the main navigation bar remember the what is opened?

If i click a link and in a sub-menu I would like that menu point to still be open on page-refresh.

Hi,

Sidebar will only show the current active link based on CSS classes. For your requirement you can try customising the template to use localstorage.

Thanks

Hello,

We have found one issue with the front end menu in mobile device. Sub menu links are not working. When we tap sub menu its just collapsing entire menu, doesn’t redirect to the link. It’s acting like main menu has been taped.

Please can you provide solution to this issue.I need to purchase this theme in my project and i need it immediately as i need to start my project.

Hope you will provide quick reply.

Thank you for pointing it out. This is a minor bug, fix for it will be provided soon.

Cheers

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