Discussion on Webarch - Responsive Admin Dashboard Template

Discussion on Webarch - Responsive Admin Dashboard Template

By
Cart 4,894 sales
Well Documented

ace supports this item

Supported

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

1192 comments found.

Hi,

Thanks for a great theme. However, this may be a silly question but I’m not 100% sure what I have purchased here. It seems like many of the dashboard page layouts have not been included in PSD format such as the email page, calendar page and all the other layouts in the ‘extras’ section. Am I missing something here? (im relatively new to this).

Derek

I understand but this also means this is not a complete file, which is unfortunate. The theme is still great so thanks anyway

Hi there You should be able to see all the PSD now :)

Thats brilliant thanks :). Just waiting for the last few things we need from you now. You have been extremely helpful and supportive

I want to use it in AngularJS, but how?

can’t work.

Please help.

Hi there Angular is getting a very popular demand and this has made us to consider the template to support both angular too :)

there is already a angular boostrap version http://angular-ui.github.io/bootstrap/
A working model of angular js with webarch http://dev.revox.io/webarch/angular/#/other

how to remove the following warning message:

Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)

Hi there Sorry about the late reply yes you could its in assets/css/responsive.css at the very bottom you will find the dpi :) for retina and android devices

Hey Ace. It would be nice if the collapsed menu had an active-menu-indicator. Now it is hard to see which menu is selected.

You have succeeded in creating a very nice and minimalistic design. In fact, though Metronic has more functionality, we chose Webarch because we liked the design better.

I would suggest simply changing the background color of the selected menu item while in collapsed mode.

However, this is of course something I can easily do myself, so don’t use too much energy on it. I thought only it could be beneficial for the next couple of thousand customers :-)

Yes it is very beneficial Thank you very much! :) as you know we would go through couple of cycles to make a change and would only use the best one that we come up with. As we really care about every single detail of each element :) Thanks alot again each of these feedback will be taken into serious considerations

No problem. Keep up the good work.

No buttons in Login and Signup pages. Please add, thanks.

<button type="button" class="btn btn-cons btn-info">  <span class="bold">Login with Facebook</span></button>
                    <button type="button" class="btn btn-cons btn-success">  <span class="bold">Login with Twitter</span></button>

you could add if after the “create account” button

submission buttons for login and signup ?

Currently the buttons are not inside the form tags it will not trigger the jquery form validation, assuming you have worked with the jquery form validation ?

the work around would be onclick function ?
$( "#login_botton" ).click(function() {

 $('#frm_login').validate();

});
and like wise for the register button the same, don’t forget to add the button ids as same as the js ids

Can I add buttons to a basic table header or I must use a data one?

Hi there Using datatables there are few we have demonstrated using sDOM attribute
        "sDom": "<'row'<'col-md-6'l T><'col-md-6'f>r>t<'row'<'col-md-12'p i>>",
            "oTableTools": {
            "aButtons": [
                {
                    "sExtends":    "collection",
                    "sButtonText": "<i class="fa fa-cloud-download" />",
                    "aButtons":    [ "csv", "xls", "pdf", "copy"]
                }
            ]
        },

How do I enable the checkbox selection on tables? Because I copy the HTML code on the demo page, and the rows don’t highlight when I click the checboxes.

Hi there If you open up tables.html file and at the very bottom you will find it :)
    $('table .checkbox input').click( function() {            
        if($(this).is(':checked')){            
            $(this).parent().parent().parent().toggleClass('row_selected');                    
        }
        else{    
        $(this).parent().parent().parent().toggleClass('row_selected');        
        }
    });

Yesss, do you have an ETA for the boxed version? will it be 1170? thanksss

Hi there Deadlines are always a tough question :D but yes we can do it within the coming week :)

When will the new version be released?

Hi there Deadlines are always a tough question :D but yes we can do it within the coming week :)

Hei..How can I disable hidding side scroller?

Hi there its powered by this plugin http://rocha.la/jQuery-slimScroll

to always enable add alwaysVisible: true

thank you!

Hi can you make a social network with this template so users can register and create different types of profiles?

Thanks

Hi there You mean with the backend ?

yes with a backend

Hi there If we are to do with the backend it will be in codecanyon with different price range, and what we skill the most is the frontend :)

Wonderful theme. I am impressed, I love it. Actually, all of us love it.

Will you add a tree structure widget in the future? If so, which one would you use (so I can start implementing it now)

Hey ace. Yup that’s it.

Yea its a good idea, lets have a widget of that :)

You are awesome.

Hi Ace,

I have a problem with de frontend page. The text of revolution slider, in mobile version cant read well.

Please see this pic:

http://carlosbeneyto.com/imagenes/pic/capturcpc.png

This is not responsive. Any suggest? Please!

Hi there I think you emailed me the inquiry :)

Hi there,

Again fantastic theme. I have just one question, I’m having a problem with the sidebar menu scrolling. Sometimes it scrolls perfectly, other times it doesn’t. It depends on which drop down I click… if I pick a drop down with 6 items it starts scrolling, if I click shorter one it doesn’t. It seems very finicky, can you point me in the right direction of what JS I should look at fixing?

Also, I read you saying you’ll be adding more form examples? That would be awesome, any ETA on that?

Hi there Sorry on the late reply The JS that works is assets/js/core.js

and when you got to line 182 you will find it initMainMenuScroll();

I will look in to your request now

I am not clear where the font and proportions for the “frontend” page are being managed. here is a screen of the issue in a mobile sized view

http://screencast.com/t/fMxdwG0Qn9N taken from this page http://www.revox.io/frontend/index.html

Thanks!

Hi there Thats the revolution slider plugin :) its handle buy it We have set automatic text to resize since its fullscreen slider. I could email you the documentation of the revolution slider

please drop an email to support@revox.io

Hi,

I’ve just installed the theme (just the barebones element) and it doesn’t seem to work on iPad in landscape mode. It seems to hit a weird halfway house between media queries. Is this something you can look into ?

For me – I’d rather that it looked like the desktop version in this mode and didn’t hide the sidebar.

Cheers, Mike

Hi Mike I just tried looking at the barebone using the ipad and it seems to be fine :) yes it works from the responsive.css file but is it possible for you to get me a screenshot ?

Hi Ace, I’ve emailed you at support@revox.io with the subject “Webarch Query Follow Up”.

Hi there Yes got it, its replied

Hello, thank you, great theme, are you planning to have transactional ( welcome message template) modal message, and responsive email template?

Hi there Ok so more like newsletter templates :) currently we have not planned to into that side yet, but will consider in future updates

yes thank you, some competitor have that, and we use you theme on one of our project

Will update soon? What will it bring? Just curious =)

Hi there Boxed layout :) , top menu and some minor fixes

Hey ace,

did you ever connect this theme with Sugar CRM? Or do you know a plugin or something like that which connect this great theme with Sugar via the REST API?

Thanks and best regards

Stefan

Hi there Apparently no we haven’t connected the theme with Sugar CRM , also we do not have any information if some on has tried, you might have to link the theme from your end. :)

Hello again, Why, i can’t sort by first coloum in datatables ?

Thanks.

Hi there

First column is disabled :) if you look at the js

"aoColumnDefs": [
           { "bSortable": false, "aTargets": [ 0 ] }
       ],

which is the zero column :)

thanks :) great support

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