Discussion on Taurus - Responsive Bootstrap Admin Template

Discussion on Taurus - Responsive Bootstrap Admin Template

Cart 797 sales
Well Documented

Aqvatarius supports this item

Supported

This author's response time can be up to 1 business day.

74 comments found.

Hey there, I was wondering how easily I can implement this on an existing website. I haven’t bought it yet but I want to know how easily you could handle sessions/logins on another website maybe adding a tab of this admin dashboard on the existing webpage. Something like this: http://www.okler.net/ss/20140205-3r7-10kb.jpg then after login it would show the username and session would be stored.

Thanks a lot in advance,

Hi. Taurus is a html/css/js template. Authentication usually based on backend languages. So, unfortunately no…

can anyone please send me in a direction on how i can learn to edit this kind off templates for my self i want to buy it but i havent a clue how to edit this i a functional admin template for my website

i know its not for wordpress gladly left that behind a couple off years ago i ca write html/css in a front end development but want to use this as well ! many thanks for your honesty

Well anyone ? Can someone please point me in a direction were i can learn more about HTML/CSS/JS back end development ?

I dont know if this is still actual, but i recomend to start from http://www.w3schools.com/html/

Hello When next update? :)

Hi. Coming soon, thanks for your interest.

The checkall-function seems not to work. Clicking individualy works, but checkall does not send the checked checkboxes to the next page. Visually it works, but not in the back. You know what to do ?

Hello,

Open actions.js and change table .checkall(line: ~120) eventlistener to:

/* table checkall */
    $("table .checkall").click(function(){           
        var iC = $(this).parents('th').index();
        var tB = $(this).parents('table').find('tbody');

        if($(this).is(':checked'))
            tB.find('tr').each(function(){                
                var cb = $(this).find('td:eq('+iC+') input:checkbox');                
                cb.parent('span').addClass('checked');                
                cb.prop("checked",true);

            });
        else
            tB.find('tr').each(function(){
                var cb = $(this).find('td:eq('+iC+') input:checkbox');
                cb.parent('span').removeClass('checked')
                cb.prop("checked",false);
            });                    
    });
    /* eof table checkall */

Dont forget to rate my template with 5 stars, if you like it of course ;)

Hi, I purchased the templates updated version. I love the template but for some reason the downloaded version works in all browsers except for IE10 for me. When I view the version in themeforest using IE10, everything is fine. Could there be something missing in the download or am I the only one having this issue?

Hi, contact me with email and discribe your problem. Thanks

Hi, thanks for the quick replay. For me in IE10, the stylesheets do not completely load so the pages do not have an ordered layout but all other browsers show the pages correctly.

Will there be long time before the next version comes out? I will buy it then.

Hi,

No, i will update it soon. Now i’m working on new template. After i finish it, i will update Taurus. Thanks

Hi. When I view on an ipod touch, the menu disappears when I add: <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0;”>

when I remove it the menu shows up, but it’s not scaled to a mobile.

How would I configure the menu to display on a mobile? I’m using a horizontal menu at the top

Hey

This is a really magnificent theme. Exceptional. It is something a little different and very slick.

I think it will work very nicely for my business enterprise application.

I look forward to considering purchasing. Thanks.

Hi, thanks)

hi before i purchase you template i have 2 quoin if i can set up pop3 or imap email clients? is there a option to for rtl ? Thanks

Hi. This is html/css/js template, so if you have pop3 client and you know basics of this languages you can use it. No there no rtl version, but i dont think that this is big problem, couse there lots of customizable element. Thanks for interest

do you have nested list component??

-data 1 —data 1.1 —data 1.2 -data 2 —data 1.2

Hi, no. In next update i will include nestale list plugin

thank you, I’ll wait for it..nested like http://dbushell.github.io/Nestable/

if you could, it would be great if you could make nested table too so we could make treegrid..

Yes, i will include it in next update! Stay tuned

Hello. How do i remove the theme customization widget from certain pages? For example, i don’t want it on the login page but do want it once a user is logged in.

Thanks.

Hi, if you need to remove this widget just remove this from page:

<script type='text/javascript' src='js/settings.js'></script>

If you want to show it once, better do this using backend language such as php or java…

yep, that seemed to work.

Hi, Will you be converting this in to a wordpress template?

Hello, unfortunately no:) Because i even don’t understand how it can work on wordpress )

Do you haves less files to download aswell?

Hi, unfortunately no. Maybe on next updates i will include it.

Great product! I was wondering if this has any built-in support for normal dialog boxes, so that I can interact with other elements while the box is open.

If not, that’s fine.

Dialog boxes based on bootstrap modal(it has layer), unfortunately no, you cant. In next updates i will include jQuery dialog.

Hi, this is a nice theme. I have a problem although.

At the mail page (Pages -> Mail), if I scroll down the messages and click on a checkbox, it scrolls up and the checkbox is not ticked. Is this a bug?

Thank you

Hi,

It’s not a bug, it’s one of the options in customscrollbar. To fix this issue update plugins.js:

if($(".scroll").length > 0) $(".scroll").mCustomScrollbar();
to
if($(".scroll").length > 0) $(".scroll").mCustomScrollbar({advanced: {autoScrollOnFocus: false}});
and
$(".scroll-mail").height($(window).height() - 185).mCustomScrollbar();
to
$(".scroll-mail").height($(window).height() - 185).mCustomScrollbar({advanced: {autoScrollOnFocus: false}});

Thank you for your reply :)

Dont forget to rate my template with 5 stars) if you like it of course. It’s very important for me.

Please let me know if the html code that I receive after purchasing will all be in one line (view source)? Its hard to work with the code like that for my projects.

Hello,

Of course not. On preview project pages all source code was compressed. In downloaded package you will get clean code with comments.

Thanks for your interest

Thanks!

How do I have youtube lightbox?

Hi,

I bought your template, very nice work. Thank you so much.. But ? have some problems. I tried to explain in pictures. Can you help me?

Hi,

Send this images to email(aqvatarius@ukr.net), and i will do my best to solve problem.

Hello,

While im working with your template, which is great,
but I got stuck on something because my skills with javascript are not that high,
the problem is that i just can’t find out when and what javascript code is runned,
for example, when I hit the button, Loading status, which is the Status bar with loading,
I need to know where the javascript code is located that responds on that button,
I searched all files that I thought it could be in by searching with the following ; statusbar_2,
but I didnt found anything, can you please tell me how I can find this out next time.
Isn’t there something like a javascript debugger,
that just shows me the code that get used inside the browser (realtime). Or another way to find it out maybe?

Hello,

To call status bar you should use somethink like this:

<a href="#StatusBarID" class="stbar">Button</a>

So, in href attribute you set id of your status bar block, in class attribute you should add event listener class .stbar. Js code you can find in actions.js:141, it’s call function on line 251. It’s simple. Than you should add code of your statusbar:

<div class="statusbar" id="StatusBarID">
   <div class="statusbar-text">Some your text</div>
   <div class="statusbar-close icon-remove" />
</div>

Contact me with email if you need more information. Thanks

I am using a form modal (not ajax) with a date field and a few other fields. When I put my cursor in the date field the calendar displays behind the modal. Any suggestions?

Hello,

Change line 747 in stylesheet.css to:

.ui-datepicker{padding: 0px; z-index: 1100 !important;}

thanks. works like a charm.

Hello
Its me again!
Is there any option to load modal on page load?
I need to load modal with 2 buttons inside.
Thanks in advance for help :)

Didnt helped :(
dont have any idea what is wrong with this

Do You have any other idea how to fix it?

It’s working… you forgot to add:

<script type='text/javascript' src='js/plugins/mcustomscrollbar/jquery.mCustomScrollbar.min.js'></script>

And you have an error onload, couse you use layout with scroll.

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