Discussion on Starlight Responsive Bootstrap 4 Admin Dashboard Template

Discussion on Starlight Responsive Bootstrap 4 Admin Dashboard Template

Cart 1,067 sales
Well Documented

themepixels supports this item

Supported

This author's response time can be up to 2 business days.

178 comments found.

Hi

Charts are not loading in IE 8 . (checking from your demo page http://themepixels.com/themes/demo/webpage/starlight/charts.html ) Thanks.

I got other question, in the dynamic tables, I see is inserting a class: sorting_asc so this sort all by asc, but I need to change this to Desc how I can do this, I see there is a jquery.dataTables.js, but I don’t see an option to change the variable ?

Try this
$(document).ready(function() {
    $('#example').dataTable( {
        "aaSorting": [[ 4, "desc" ]]
    } );
} );

hi thanks, this work great :)

Hi, I just purchased this template, great work, I just got a question, im going to use the form Wizard popup, and I need the finish button when click make the form submit, but for some reason is not working, I already insert the url in the form action but not work, can you help me please, thanks.

Try using this.
jQuery('#wizard4').smartWizard({onFinish: onFinishCallback});

function onFinishCallback(){
   jQuery('#wizard4').submit(); 
} 

thanks for the reply, well I just try this, but didn’t work, when I click finish nothing happen

Hi again, I just make it work, I added the ID on the form tag, and name it with other id so it worked great, now I just got other issue, I add it the form validator to this wizard it work, but for example if the Step 1 has an empty field and I change to Step 2 and click finish the validator don’t detect it, only validate if I click finish on the Step that has the empty field, how I can fix this, thanks :)

Hi,

I have purchased the template and I am happy with it :-) I would love however to modify the appearance on mobile layout. Specifically I would like to have a mobile media grid and also hide certain elements on mobile layout. I think the traditional one column layout, while useful can be a little “lazy” and doesn’t give mobile users a good user experience.

I have used Zurb – Foundation Framework and they have some nice viability classes i.e. hide on desktop, show on mobile etc…

Any chance you could point me in the right direction to help me modify the template for mobile views?

Thanks again. Looking forward to using the template and I will post a link to our site when we go live :-)

Dave

Thanks for purchasing my theme. About hiding/showing layout in mobile, it could be done using media queries in css and I use it in this template. Just open the file css/style.css and scroll down to the bottom you can see a css grouped into size of the screen.
@media screen and (max-width: 650px) { }

You can use that to hide/show elements based on the screen resolution

Hi

Is there any option to add multi select in form elements like for adding Tags or keywords

thanks

multiselect can be done using this
<select multiple="multiple" size="10">
   <option>...</option>
   ...
</select>

Does the code support RTL ? How can I change the layout to support right-to-left languages’ layout?

Thanx

No it only supports LTR and I have no plan on adding features to support RTL as it needs a lot of work and I don’t think if I would add a feature like that would increase the price of this template. Maybe in my future templates

hi Mienard. another how to question for you pls….

inside a widget I have a very wide stdtable, how can I amend the point at which the horizontal scroll bar kicks in.

at the moment a very large part of must be off page before scroll par appears

many thanks

Do you have screenshots?

I think for horizontal scroll bars appear you have to wrap it inside an element with a specific width and an overflow hidden. Below is an example

<div style="width: 300px; overflow: hidden;">
... stdtable goes here
</div>

hi themepixels,

the problem with j-query version I hope you can help

I rely on 1.7.2.min.js for an aspect of my project, however 1.7.2.min.js means chart, calendar and tabbed widgets will not display properly

is there a simple fix? or an update template version for 1.7.2.min.js

many thanks

I know calendar won’t work in 1.7.2 but I don’t think chart and tabbed won’t. You should have a conditional statements for this. If page have calendar then use the older version of jquery otherwise the latest.

Hello, I would like to collaborate with a page to see all the buttons from sprite: http://dl.dropbox.com/u/34865054/buttons.zip Best regards

Hello

How i can add plot from dashboard(flah+html5) to all width? (remove sidebar from dashboard)

what do you mean by plot?

First of thank you for a great template. But I also found a little bug.

When you use the Style.gray css and you click on the Messages / Activity icon. the search tab moves a little bit to the left.

This does not happen in the normal style CSS

IE9

many thanks

another question if I can… how does the leftmenu start in collapsed position on the ‘media’ page load, but start in an open position on all the other page loads. I can’t see the difference in the page structure

thanks

just open the media.js, i’ve added a line of jquery code to trigger the click event in the left menu that is why it collapsed after page loaded

hi there. simple question for you – is it possible to set a widget’s default to contracted. if so how do I change the setting ?

as a context – I have several widgets on the far right, I would like some to open on page load, others contracted.

many thanks and top template.

the widget leaves open by default but if you want to have some widget to close it upon page load just add display: none to every “widgetcontent” in “widgetbox”. Below is an example

<div class="widgetbox">
  <div class="title"><h2 class="general"><span>Title</span></h2></div>
  <div class="widgetcontent" style="display: none">...</div>
</div>

I can see in the wysig javascripts, that there should be an file-manager/upload, but I cant seem to find the function anywhere in the outputted WYSIG editor.

It only seems to support URL atm?

yes it’s only support url and no file manager

Can you give any pointers on how to implement/support it?

I have no idea if I would add file manager to wysiwyg

great template! will you also do a wordpress backend template? thanks

yes, if given enough time why not? :)

Hi, in the code I find a link to a stylesheet css/ie9.css but I can’t find the file in the downloaded archive.

Can you please fix this?

Hi, The ie9.css is empty, that file was supposed to add fixes specifically for ie9 but there’s no issues found for ie9 so that’s why that file is empty.

Hi, The ie9.css is empty, that file was supposed to add fixes specifically for ie9 but there’s no issues found for ie9 so that’s why that file is empty.

Ok, thanks!

Hi, How do you activate the colorpicker for the editor? I tried to read about it on github, but couldn’t seem to find the answer.

I think you are missing something. Look at the elements.html and js/custom/elements.js and check on how I implemented it

Hi, when using your alternate form style, the one found at the bottom of the form.html page, there is a bug with drop down selectors.

This affects items that appear after the drop down and significantly affects two dropdowns in a row. Here is a visual example: http://screencast.com/t/LFdpHa5u

You can recreate this by simply copying the selector example and pasting it in other spots in the last form of the form.html file.

Thank you for your quick attention to this.

I have no public place to put the files as I am developing locally. I tested in Chrome, Safari, and firefox on OSX . Firefox is the only one that works correctly (I dont have IE and dont plan on supporting IE).

Can you please test in chrome and safari?

Please understand that this is occurring from the original source files, unmodified, right out of the archive.

So if you unzip the archive that comes from themeforest and then test this in chrome and safari you will see the bug.

Ok try this one if it works on you. Go to style.css and look for the .stdform2 label

.stdform2 label { padding: 18px 20px; }

Just change the padding: 20px; to padding: 18px 20px;

Brilliant, that solved it. Thank you very much for looking into that for me.

When testing in in firefox I noticed the drop down selector has UI styling applied to it, is that specific to firefox or should it be appearing on safari and chrome as well?

Hi, really nice work!!! Only little a question, i can’t see in the demo a styled input “file upload” for the forms… Is very common to find that… I have to customize it by myself? Thanks, and good luck for the sales! ;)

Yes file upload style is the usual style for this template

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