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.

@studio3 in css/style.css change

.checkbox { display: inline-block; width: 16px; height: 16px; background: url(../images/checkbox.png) no-repeat 0 0; vertical-align: middle; } .checkbox input { opacity: 0; -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=00)”; filter: alpha(opacity=00); } .radio { display: inline-block; width: 16px; height: 16px; background: url(../images/radio.png) no-repeat 0 0; vertical-align: middle; } .radio input { opacity: 0; -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=00)”; filter: alpha(opacity=00); } .checked { background-position: 0 -16px; }

to

.checkbox { display: inline-block; width: 16px; height: 16px; background: url(../images/checkbox.png) no-repeat 0 0; vertical-align: middle; } .checkbox input { opacity: 1; -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=00)”; filter: alpha(opacity=0); } .radio { display: inline-block; width: 16px; height: 16px; background: url(../images/radio.png) no-repeat 0 0; vertical-align: middle; } .radio input { opacity: 1; -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=00)”; filter: alpha(opacity=00); } .checked { background-position: 0 -16px; }

or use

<input type=”checkbox” checked=”checked”>

i have a problem with the dyntable (class=”stdtable” id=”dyntable”) the basic sortorder is wrong when opening the page and i can not change it (11,12,13,3,4,5,6,7,8)

when i use class=”stdtable” its correct (3,4,5,6,7,8,11,12,13)

how can i fix that?

regards

Can u add the contacts linsting?

Hi I want to use multiple dual boxes in my forms. I see there are other buyers who are trying to do the same thing. Can you please point us in the right direction to solve this issue? Thanks in advance!

for RESPONSIVE module (Visitors Overview, Event Calendar, Tabbed Widget ..), is it possible to close by default?

Hi, what do you mean the left menu?

when i open the page, I want the responsive modules (in left menu) are closed.

For your question above yes it can closed by default by adding this to any of media query size
@media screen and (max-width: 480px) {
   .widgetcontent { display: none; }
}

Hi themepixels, have you fixed the checkbox problem? (it doesn’t work with the attribute checked) Let me know, thanks

@seanweidemann

in your page:

1st table remplace id=”dyntable” by id=”dyntable_tab1” 2d table remplace id=”dyntable” by id=”dyntable_tab2”

in file js/costom/tables.js

replace

jQuery('#dyntable').dataTable( {
    "sPaginationType": "full_numbers" 
});
jQuery('#dyntable_tab1').dataTable( {
    "sPaginationType": "full_numbers" 
});
jQuery('#dyntable_tab2').dataTable( {
    "sPaginationType": "full_numbers" 
});

@seanweidemann … I have the same problem!

Is there a way to have multiple dynamic data tables on the same page.? As soon as you have 2, only one works when there is 2.

you have changed the template at 2 September 12. what would you change ? which files you have changed ?

You must understand that you must inform the users of your templates and quickly respond to their feedback !!!

hi,

I want to add the selected item in two lists, but I can not. I changed the file Form.js as follows:

var db = jQuery('#servicesselect').find('.ds_arrow .arrow');    //get arrows of dual select
var sel1 = jQuery('#servicesselect select:first-child');        //get first select element
var sel2 = jQuery('#servicesselect select:nth-child(3n)');        //get second select element
var sel3 = jQuery('#servicesselect select:last-child');            //get 3d select element
sel2.empty(); //empty it first from dom.
sel3.empty();
db.click(function(){
    var t = (jQuery(this).hasClass('ds_prev'))? 0 : 1;    // 0 if arrow prev otherwise arrow next
    if(t) {
        sel1.find('option').each(function(){
            if(jQuery(this).is(':selected')) {
                var myList = jQuery(this);
                myList.attr('selected',false);    
                var op = sel2.find('option:first-child');
                sel2.append(myList);
                op = sel3.find('option:first-child');
                sel3.append(myList);
            }
        });    
    } else {
        sel2.find('option').each(function(){
            if(jQuery(this).is(':selected')) {
                jQuery(this).attr('selected',false);
                sel1.append(jQuery(this));
            }
        });        
    }
});

thank you for your help

how to change the theme of “gray”

in header you see
<link rel="stylesheet" href="css/style.css" type="text/css" />
right below that add this
<link rel="stylesheet" href="css/style.gray.css" type="text/css" />

You can reproduce the bug because myself I was able to reproduce it on 2 different machines. Add radioboxs and checkboxs in Form with Validation. The error message disturbs display radioboxs and checkboxs.

I can send you the image of the page ..

for * it’s not a bug but it’s an missing. I do’t want to change css so that I can update the templates.

you have complicated communication. do not want to consider the feedback ?

I didn’t understand your previous feedback that’s why i’m asking. So ok I will fix it and update the file here. Thanks

ok, tanks

BUG BUG

Display error in Radiobox and checkbox (vertical) in Form with Validation (after validation) ...

can you fix ???

can you tell me whats the error?thanks

I do not understand why you ask. it is easy to test to reproduce the bug: Add radioboxs and checkboxs in Form with Validation. The error message disturbs display radioboxs and checkboxs.

Normally, you must add all the objects in the Form with Validation. and add aussi * (red) ... This template is well designed but incomplete.

well i ask because i cant reproduce the bug and i don’t really understand what you really mean. Lacking of * in the form is not a bug. I designed the form not to put * in the required fields it’s up to you to add it yourself. If you don’t mind tell me the exact error so that i can debug

For those with issues with the calendar, try jquery-1.7.1.min.js instead of jquery-1.7.min.js.

yeah right version 1.5

Why would I be getting the word “Theme color” appearing at the bottom of the page on the left column? I’ve grep’d every file for that phrase and it is not found.

It’s in the bottom of the general.js. To remove it comment or remove that line of code.

When are you going to fix the conflict between your charts.js and tables.js files (reported by multiple users for weeks now)? Not being able to put dataTables and charts on the same page make the template rather useless.

I replied to your email just now. Are you sure it’s reported by multiple users? Here’s mine http://themepixels.com/themes/demo/webpage/starlight/chartable.html and it’s working. It’s the way you setup the page that is causing the problem. I suggest when working on the page you should try using Firebug or take time to know what’s the error.

There are still bugs. I inserted a few tables and widgets above your graphs in the main content area and they all loaded fine, but if I then removed any of the chart divs you have (all it takes is removing one), the dataTables break, as do ‘tab’ elements. Coupled with the mysterious ‘Theme Color’ text at the bottom of the page (yet not found when fgrep’ing the entire directory) and the modals still failing, this theme just isn’t suitable for production. Way too many issues.

And yes, it is multiple users. zero_ZX reported similar issues a month ago and you just immediately blamed his code. I’ll be more than happy to send you the revised page for you to load on your computer so that you can then delete one of the chart divs and see how things break.

Firebug does not show any errors (neither before or now) with my code (since you keep telling me to check things with Firebug).

Ok send me the page the one that is not working so that I can run it in my local machine.

When removing chart divs you should also remove the js code that referred to that element. JS code sometimes break (especially IE) when it’s looking for an element which is not there because you removed it.

you can add the contacts linsting?

If given the time yes I can add it but not sure when

tank u. can you give me an approximate date? Whether I start with this template or another.

Do you have it for the Wordpress 3.4.1 version?

Two months ago, you mention you may have a Wordpress backend version if you had time. If you make one, let me know. Thanks.

I don’t think themeforest will approve a custom design for wordpress admin

There is a admin theme/plugin for Wordpress up to 3.3.2 called “yourAdmin Template” on themeforest.net. I am sure if you make one, thousands will buy because I just can not find any on the internet. I will definitely buy. Thanks again.

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