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.

Hi ! I create an open source project and i would like to know if it is possible to use your awesome theme ?

Thank you !

Hi

Thank you for purchasing. I think it should be fine. You can find more licensing details here http://themeforest.net/licenses

Cheers

Hi, I was wondering if it’s at all possible for you to add link functionality to dash-tiles in the admin theme? Right now i can add a link in the content of the button, but i would like the entire dash-tile to be clickable

Hi Neophys,

You can do it this way <a class="dash-tile show" href="index.html"> <div class="tile-title">ALL TIME EARNING</div> <div class="tile-stats"><b>8068</b> </div> <div class="progress progress-xs mt5 mb10"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%"> </div> </div> <div class="tile-footer"> Based on new sales </div> </a>

Cheers

Hi,

I purchased this but see that it has been a long time since there were any updates to the template. Are there any new pages or elements in the process of being made?

Looking for stuff like:

- Contact list - Contact Business card - Widgets (Charts)

Hi

There is an update in the works that will add bower and grunt support, update all plugins to latest and add compatibility with the customizer. There however wont be any additional new pages.

Cheers

the main-content div when the viewport is reduced to mobile screen size if content is not enough there is always this dark page beneath. In short when on desktop it takes up full screen height regardless of whether its empty, but on mobile it doesnt take up the whole height if the content in it is not enough

Add this to your CSS @media (max-width: 767px) { .main-content > .content-wrap { min-height: calc(100vh - 152px); } }

thanks

it works

Hi, there,

Just purchased your great theme Sublime. Very nice, thank you.

I wonder if you could design a contact list for the theme. I was hoping to have a contact list on the left, then profile information for the contact on the right. I saw a theme called Grape that has a contact list, but not good looking as sublime…

http://themes.stammtec.de/?theme=grape

I could do one, but hardly the same design level as other elements in your theme. If it is not too much trouble, is it possible you think of a contact list that match the rest of the theme?

Many thanks, much appreciated.

Best, Chloe

Hi

Thank you for purchasing and glad you love the template. Contact list is something that can be worked out. Can you please get in touch via email.

Cheers

will do, but what is your email…

I can’t seem to find modals/popups on this admin template. Do they not exist?

Thanks for purchasing. Modals are available, see the demo here http://sublime.nyasha.me/admin/general.html

I see it now. Thank you

Would you be able to help me with what CSS should be changed to make the page a minimum width of 1400?

Currently if you drag the window smaller it will reposition the elements, which is fine for a mobile application but for the browser that is terrible at least for me.

If you could tell me how to that would be great.

I do not like the way it looks when the pages scale down as it seems to change the colors of buttons and the size of the text boxes, making the layout non consistent and due to that I would prefer a static layout

Any chance you have an idea for this?

can you share screenshots of what it looks like when its scaled down

I’m having a little trouble with the template.

First problem, is when a field is required part of a <fieldset> it positions “This field is required” at the bottom of the page, then any more in-line with that so you end up with “(!) This field is required. (!) This field is required. (!) This field is required.” etc and not making much sense, how to make the error message below the textfield required? Also, it doesn’t highlight the textfield that is required.

Second problem is with the charts. I cannot get them to work what-so-ever. I’ve tried nearly everything. Sorry for being so broad, however I’m in a very broad position. I want to add a particular pie-chart to a particular page. And when I do so it doesn’t work. I’ve added all the .js extensions that are required.

Hi

Thank you for purchasing. It’s not quite clear what the issue is without seeing your code. Can you please share your code perhaps along with screenshots of your implementation. You can send them over to my email address which you can find in the docs.

I will email them across to you. Thank you for the quick reply.

Hi,

Do you have a fully working copy for sale? Not just the template, the whole CRM ready to use?

If not, how much would it cost to get it built?

Thanks Rich (Can you email me back at rich@inkydesignagency.com)

Hi there, First of all thanks for a great theme!

I have a problem with fullcalendar.js: Since the version in Sublime is v2.0.2 it doesn’t support businessHours.

Normally I would just update to the newest version of the script, but it seems that you have made changes in the script. Because when I update to the newest version the calendar bugs – please take a look:

problem

I hope you are able to solve this :)

Hi

Thank you for purchasing. Files under the plugins folder haven’t been modified in any way so you should be able to update the plugin without any difficulty. The version included with the download is v2.1.1 but you can update to the current one by replacing files under plugins/fullcalendar folder and it it should still work. Try this with latest files from your downloads page

Hi! It is a great template! I am having troubles with the tour when it need to scroll down. The scroll is not working. I think it is because slimScroll plugin, but I cant remove this plugin. Could you please help me?

Hi

Thank you for buying. Have a look at the plugin documentation specifically here https://github.com/xbsoftware/enjoyhint#properties-of-the-step-configuration . When your step is fallling out of bounds you can for example do this … { selector:'#main-nav',//jquery selector event_type:'next', description:'This is your main sidebar navigation. Click next', top: -300 }, Hope it helps

It does not work, It seems the plugin slimScroll is blocking the scroll. Do you have other idea?

Hello, I was wondering if there is any support for “right to left” languages in this template. I purchased it & wanted to change the layout to be “rtl” instead of “ltr”

Hi,

I cannot get the html5-video.html video to run. Please assist.

Hi!

I love this theme, but as we have talked about over email there is an issue with using the theme in an ASP.net masterpage/contentpage scenario.

When implementing the <form runat=”server” id=”form1”></form>, then everything within the <section class=”layout”> breaks and is not shown. The top navigation is still working with no issue.

Another person has the same issue where his entire source code can be found here: http://forums.asp.net/t/2008566.aspx?jquery+menu+not+run+in+asp+net+with+master+page, I would appreciate some assistance with this, as currently its not usabe.

Error as shown in picture http://imgur.com/zZlWsYO

well, trial and error. If remove the <!doctype at the top line, then the page renders correctly in the mentioned browsers. There might be another solution but this will do the trick for the time being.

there is no nice footer… cant even use the one thats there now

Excuse the question but is just a mockup?

Do you may got an easy way to connect frontend – > newsletter subscribe form with mailchimp?

HI. I am having trouble using the drag and drop sorting feature. None of the callbacks seem to function in my app and in your un-edited theme files. No callbacks renders the feature useless. Do you have any idea what may be causing this?

Other question about the ‘modal’

In the page Admin/general.html

There’s this code:
<button class="btn btn-warning btn-sm" data-toggle="modal" data-target=".bs-modal-sm">Modal</button>
Clicking that button shows the modal:
<div class="modal fade bs-modal-sm" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
...
</div>
</div>
  • If I have 2 modals in the same page, how to open the right modal ?
  • Where can I find the documentation to customize the modals behaviour ?

Thanks

I answer my question : clicking <button data-target=”.bs-modal-sm”> open modal with class ‘bs-modal-sm’ . Change this if multiple modals in the same page.

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