Discussion on Webarch - Responsive Admin Dashboard Template

Discussion on Webarch - Responsive Admin Dashboard Template

By
Cart 4,893 sales
Well Documented

ace supports this item

Supported

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

1192 comments found.

Hello,

In the homepage.psd the only one banner is there which is the one with the desk theme, but it is a static image. I would have thought that the image contains smart objects so that I can change the image that goes in the screen of the iphone etc.

Thanks

In your package , goto the following folder

Frontend/web-arch Flat Stationary pack/Stationary/Stationary.psd

All the elements are editable :)

ok yep i found it now thanks

..the little iphone is not editable ;) – It’s fine this is a good theme, thanks

I need to know before purchasing.. 1. Is there an RTL version of the LESS files? Or the RTL is written only for the CSS files?

2. Can I see the LESS files structure? as here for pages: http://pages.revox.io/doc/1.1.0/jquery/working_less.php

3. Where can I find info about the CSS/JS file sizes? as here for pages: http://pages.revox.io/doc/1.1.0/jquery/

4. Does is support AngularJS?

Hi there

Yes the RTL is incorporated inside less using, direction less file :)

Here whats inside the LESS folder

http://prntscr.com/768gqg

Hi guys,

do you know when are you going to finish the angularjs version?

Thank you!

Hi here

Currently we are updating pages, will be moving to Webarch angular version next :)

Ok, thank you!

Hello, I hope this is where I can ask a technical question. I bought the dashboard theme and it is pretty awesome. The code is neat. There are a few bugs but we should expect that from such a large elaborate app. Otherwise it’s a pretty stable build.

The one that is hard to fix is that in the ipad/laptop view, the hamburger nav stops responding. it works in mobile and desktop but not inbetween. Is there a reason for this so I can fix it please. Thank you

Right :)

you can could you try adding the class “inner-menu-always-open” to the body

and

“opened” to the page-sidebar div

thank you but sorry it did not work. It’s the 768 – 1024 breakpoint. It stops the hamburger from activating the nav. so, at mobile you get the hamburger and closed nav drawer which works. then at 768px you get a minimized side nav that doesn’t open when the hamburger is clicked, then at 1024 you get the drawer open and the hamburger actives the side nav drawer open/close no problem. thanks

Hi there

I will get you a patch for it in abit :)

Hi!

I hace a problem with the chat in IE.

I can see in your live preview happends the same: http://themeforest.net/item/webarch-responsive-admin-dashboard-template/full_screen_preview/6157416

When the chat is opened, the side bar appears twice.

Can you fix it, please?

Regards

Hi,

I used IE 11.

You can see a screen shot here: http://ihcsalud.es/imagenes/chat.png

Regards

Hi,

Can you see it?

Sorry about the late reply, if you open up assets/css/responsive.css and in line 135 :)

You will find

  body.open-menu-right .page-container {
    position: relative;
    left: -260px;
  }

Replace

  body.open-menu-right .page-container {
    position: relative;
  }

Hi, Is there a widget for Popups and Modals? If not, any recommendations for creating a inline Popup

Hi there

I think we relied to your email :)

Hi Guys,

I also think youve made a great job! Im hudge fan of your works. Thats why I get a bit confused when I saw this: http://themeforest.net/item/bonanzooka-web-admin-page-angularjs-app/8292442

Dont you think its too big ‘inspiration’ of your work? I dont want to talk about quality because we all know which one is better. But from my pov it stinks.

Best, Adam

Hi there

Thank you! :) and yes it was there in themeforest for a long time, I don’t think it’s active theme anymore, yes something inspired from webarch & Thank you again! :)

Hi there,

I am not able to use time picker.. its showing TypeError: e.preventDefault is not a function bootstrap.min.js:1 on clicking on timepicker.. what could go wrong? please help. thanks

Hi,

Can you please share your code with us (support@revox.io). Thanks.

I am living in the country where the internet speed is considered bad. Downloading 155MB is something very expensive. I was shocked the file size for this template reach more than 100MB.

So, the question is, can i get the html version (of course with the images, css, js) only? I could give you my purchase code if you need it.

Hi there

The file size is at 155MB because of all the PSD files :) but the core JS and css files are a light, Yes I can email you, can you drop an email to support@revox.io

Great template – really good….

However, I have a suggestion:

It would be REALLY useful if you put the version number on each of the CSS and JS files that are part of your code (obviously not the plugins, just the files you’ve written), as this will simplify upgrading and debugging for us lowly designers/developers!

Cheers, Aaran

Hi there

Will do :)

How can I remove the condensed menu? I want to disable it completely.

Thanks

Hi there

Yes you can could you try adding the class “inner-menu-always-open” to the body

and

“opened” to the page-sidebar div

Hi

I’ve been trying to get my rounded checkboxes to work for hours, but nothing :( In order to get the checkboxes working and nothing else, what CSS / JS do I need?

Thanks

Hi there

Your talking about the checkboxes found here ?

http://revox.io/webarch/2.7/form_elements.html

Your code will look like this

<div class="checkbox check-default">
<input id="checkbox1" type="checkbox" value="1">
<label for="checkbox1">Keep Me Signed in</label>
</div>

1) First you need a div with the class checkbox

<div class="checkbox check-default">

</div>

2)Inside it you put a normal HTML checkbox with an ID example : checkbox1

3) You also put a label, you can remove the text if you want to.

<label for="checkbox1">Keep Me Signed in</label>

and have the “for” attribute as the ID you used :)

Thats it no, need for any JS or CSS

When on mobile, there is a weird bug where you can scroll across the x-axis while the menu is open, which moves just the body over to cover the menu, and not the header. to fix this minor bug, add overflow-x: hidden; to the body class. Worked for me,

Hi there

Yes :) that is true, its because of the translateX, and overflow-hidden should do the trick.

Hi ace!! I emailed you about few weeks ago. Giacomo.

Hi there

I’m really sorry that we have missed your request, will not happen again :) we were busy with an update. I will reply with a solution

Sent you an email :)

Hi Ace,

Is there a fix when you use the date picker together with validations. What’s happening is the icon (fa-th) is going down as soon as the validation is triggered (This field is required.)

Thank you.

I didn’t d/l any update from the github repo, this is running stock version 2.7. Here’s the screen shot (before/after) as requested. Image and video hosting by TinyPic

Hi there

You use a JS file to validate or using HTML5 required attribute ?

Either way in you validation init JS file

Your errorPlacement Function should look like this

    errorPlacement: function (label, element) { // render error placement for each input type   
        $('<span class="error" />').insertAfter($(element).next()).append(label)
        var parent = $(element).parent('.input-with-icon');
        parent.removeClass('success-control').addClass('error-control');  
    },

:)

Thanks. The original validation in the JS file is:

$('<span class="error" />').insertAfter(element).append(label)

Hello, just purchased the theme. The condensed menu is really terrible, im trying to get rid of it – I’ve tried every solution available in comments but none seem to work without issues

Hi there

Sorry about that

you can could you try adding the class “inner-menu-always-open” to the body

and

“opened” to the page-sidebar div

Hi,

I have bought both your templates on here and love them both. I have a strange request…

My request is.. I love the calendar from this template more than the one from the new “pages” template, and I have attempted to integrated the calendar from this one over onto the pages template.

Do you have any info on specific classes that will make it easier to implement the styling from this calendar onto the pages template ?

Keep up the good work, hope you have a short cut for me so can implement the calendar I prefer

thanks in advance

Hi there

Thank you! :)

The calendar in webarch is powered by jquery fullcalendar

http://fullcalendar.io/

and include the following classes :)

.calender-options-wrapper {
  padding: 13px;
  padding: 20px;
}
.calender-options-wrapper .events-wrapper {
  margin-top: 50px;
}
.calender-options-wrapper .events-heading {
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.calender-options-wrapper .external-event {
  font-size: 12px;
  color: #ffffff;
  background-color: #d44443;
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
  cursor: move;
}
.fc-view {
  margin-top: 15px;
}
.fc td,
.fc th {
  vertical-align: middle;
}
.fc-grid th {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.fc-grid .fc-day-number {
  padding: 25px 10px;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 0px;
  border-bottom: 1px solid #e5e9ec;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-right-width: 0px;
}
.fc-border-separate td.fc-last {
  border-right-width: 0px;
}
.fc-border-separate tr.fc-last td {
  border-bottom-width: 0px;
}
.fc-state-highlight {
  background-color: transparent;
}
.fc-state-highlight .fc-day-number {
  background-color: #f35958;
  border-radius: 999px;
  padding: 5px 11px;
  color: #ffffff;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  margin-top: 10px;
}
.fc table thead tr th {
  font-size: 0.9em;
}

Hi there, Excellent work! Do you have a rough estimation when the new version will be ready?

Hi there

Webarch is pretty much one of the completed templates :) we do have plans to have angular and also support for gruntjs. We are working on few surprises. In terms of timeline planing to release it with pages v1.2

Hey, so this is probably a really silly question…. are admin themes actual themes or are they just admin panels with a pretty layout and extra features/plug ins that you use with a theme?

Hi there :)

Its not always just a theme, you buy something closer to a framework, you buy it because you do not want to spend hours and hours creating buttons and forms :) where you have to take care of your functionally of the app, but the best theme would be the ones that have paid attention to detailing and User Experience so that who ever users your app would just say “oh wow this is so easy to use ” :)

I hope this is the answer you were looking for, feel free to ask

Hi there, I was wondering how can we add horizontal scroll on tables, like you have on the pages theme. Many thanks, awesome work btw :)

Hi there

You can :) wrap your table tag like this

<div class="table-responsive">
  <table class="table">
    ...
  </table>
</div>

And Thank you! :)

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