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.

Hi Ace, i’ am using the version 2.5, there is no possibility for further upgrade to 2.7 due modifications and an almost completed project built on it. Can you help me fix the sub-menu? When the sidebar is narrow and a submenu item is selected, the sub-menu is always open on a block that covers the main page. How can i chnage the css to see only the main menu selection and only after click on it open the sub-menu? Thank you in advance, K.

Got it! :) Thank you will setup the new 2.7

for the latest 2.7 is enough only changes in the css? i have a big project already build on the 2.5 and i done with many customization on the core js, assets and css files. i hope the upgrade will be smooth. Please point out separately the changes that related with the sub-menu. Thank you in advance, K.

Hi, any news on my request?

Hi Ace, I would like to ask you a question. Is it possible, to disable completely responsiveness, and scroll to a fix width on mobile devices? Thank you for your work. Giacomo

Hi. I want to buy the template and I want to know if the PSD files contain all the elements included in the demo?

Hi there

Not charts :) and thirdparty plugins, but it has the dashboard widgets and main UI elements.

hello friends, I am interested in webarch before purchasing it I wonder if it comes with the frontend? any database or will have to create everything?

Hi there

Thank you for writing to us :)

Frontend does come but it will be removed later in the future update as envato’s new policy.

You might be interest in our pages framework

Frontend http://themeforest.net/item/pages-multipurpose-html5-website-template/12366875 Admin Dashboard http://themeforest.net/item/pages-admin-dashboard-template-web-app/9694847

Hi,

i m just trying to add a login system to this wonderful design. However I have some troubles with the validation. Whenever I want to set 2 password fields as required and be equal to each. It works, but when i want to hash the password while submitting it diesnt validat anymore.

Maybe you have some ideas ? =).

I hash the pasword with sha512.js <button type=”submit” onclick=”formhash(this.form, this.form.password);” ...

Greetings, and thanks to your nice work.

Hi there

Are you using a sh file to hash your password ? :) but why ?

The plugin will not be able to identify then correctly. You will have to hash only when you submit.

Hello Sir,

we would like to ask the following 2 questions:

1. The chat sidebar takes extra horizontal space in IE11. Is there any way to avoid it?

2. In Ipad (1024×768) the menu(left panel-vertical menu) is always condensed. The button that toggles the menu to condensed and backwards is not doing anything. Is this the intended behaviour?

Hi there

We are releasing an update for Webarch this coming week and both of these to issues will be fixed

Welcome, do you plan any updates? I want to buy it but I’m scared of nothing new in files, updates etc.

Hi there

Yes! :) already working on an update will release it within the week

Can you please provide an live example of using this template?

Hi there

You mean a live working demo ? sure I will get back to you on that.

Hi Ace, I have used the webarch template to create some tables using datatables. I have also set up the export (to pdf, csv, excel etc) dropdown in the same way you have used. However, if I click on the dropdown and then decide to not do the export, wherever I click the dropdown does not get closed. Therefore unless the export is actually done, the dropdown does not get closed. Can you please suggest a solution for this issue? Thanks

Hi there

Just tried, true! :) will look into this now

Hi Ace, Have you had any luck with finding a solution to this issue?

Added to github. Almost done with the update :) You will be able to see a brand new well structure Webarch with its own API.

Hello, Every time I try to get the animated tiles in a separate page they stop the animation. I also tried to use the index page and when I remove some other widgets from the page, the animated tiles stop the animation. Any advice? Thank you in advance.

Hi there

That is because you have included the entire dashboard.js file :) If your only using a particular widget only have the code necessary for that.

        $(document).ready(function () {
            $(".live-tile,.flip-list").liveTile();
        });

Let me know

Another issue: If you open the theme with IE 10 + IE 11 the sidebar on the right side is not shown properly.

Hi there

You find a extra space ?

Exactly! The sidebar on the right has double width on IE. I removed the left parameter here and it worked:

@media screen and (min-width: 0 \0) { body.open-menu-right .page-container { position: relative; left: -260px; } body.open-menu-right .header { left: -260px; } body.open-menu-right .footer-widget { left: -260px; } body.open-menu-right .scrollup { display: none !important; } body.open-menu-right .page-content .admin-bar { left: -260px; } }

And like always my question: New week, new Luck, when will the update be ready?

Great! :) Since Pages frontend is available finally we are focusing on the updates for webarch and pages. Your priority is select2 :) will update this thread

How do I configure the scss to css compilation? There is no configuration file included in the package

I use this config.rb for compass: # Require any additional compass plugins here. # Set this to the root of your project when deployed: http_path = "/assets/" css_dir = "css" http_stylesheets_path = "css" sass_dir = "scss" images_dir = "img" http_images_dir = "img" javascripts_dir = "js" http_javascripts_dir = "js" additional_import_paths = ["scss"] cache_path = "/tmp/.sass-cache" # You can select your preferred output style here (can be overridden via the command line): # output_style = :expanded or :nested or :compact or :compressed output_style = :expanded # To enable relative paths to assets via compass helper functions. Uncomment: # relative_assets = true # To disable debugging comments that display the original location of your selectors. Uncomment: line_comments = true , but I get errors: error scss/modules/datatable.scss (Line 16: Undefined variable: "$color-white".) error scss/modules/demo.scss (Line 29: Undefined variable: "$base-light-three".) error scss/modules/direction.scss (Line 7: Invalid CSS after "$rtl: ": expected expression (e.g. 1px, bold), was "~`"${direction}...")

Hi there

Sorry about the late reply! :) what is the version of webarch your using ? is it the latest one ?

The responsive.scss in scss folder and the responsive.css in the css folder are not the same! Did you forget to update the responsive.scss file? Also in css/responsive.css line 992 is a typo.

When will you bring the new update?

Hi there

Making some final changes, I will Select2 update ready in abit :) Will check that too and thanks :)

hi Ace,

there are sliders rangers in this theme. it goes from min to max and changes background color to green (primary). I want to customize it to start from center. right goes positive max and left goes negative min. i can do that with specifying like min=-50 and max=+50. but i need to change background color according to this, and that also from center to the handler position.

Kindly help :)

Hi there

Really sorry about the late reply

You can try something like this

<div class="slider info col-md-8">
  <input  type="text" class="slider-element form-control" value="" data-slider-max="50" data-slider-min="-50" data-slider-step="1" data-slider-value="0" data-slider-orientation="horizontal" data-slider-selection="after" data-slider-tooltip="hide">
</div>

Hey Ace, any updates on the update?

Hi there

Sorry about the late reply :) You are waiting on Select2 update ?

Yes! This is the most important thing for us, everything else works, but we need some features from select2 4.0, but the css styles don’t match, so it looks very ugly atm

Any updates?

Hi! Downloaded your Pages template and it’s… GREAT :) But I’m new to SASS and get error when compiling. Error comes from symbol ~ , like…height: calc(~‘100% – 50px’);

I’m using Laravel homestead vagrant virtualbox if you are familiar…

Than you for any advice.

Hi there

Really sorry about the late reply :)

You have commented in Webarch section not Pages section :) also we do not have SASS support for Pages, you got it off github ?

Hi! The gallery module, is compatible with videos?

thanks

Hi there

Yes you can :)

Hello Ace,

It’s almost been a year since the last update, any specific date for next one? Can you please add select2 v4.0, DataTables and Extensions?

Thank You and More Power!

Hi there

True :) Im still having concerns with selec2 window resize bug :) have you noticed that ?

Yes, i was hoping you have the solution for that :)

The previous version was pretty neatly done but Im guessing it lacked some features :) I will look into it

Hi, How to add multiple popover.

Cheers

Hi there

Yes why not :) further explained here

http://getbootstrap.com/javascript/#popovers

Hi ace, please are there any time plan for finishing Angular version of the Webarch template (datatables)?

Thanks Petr

Hi there

We are having plans for angular2 :)

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