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.

Maybe fontello is better than font awesome alone—it includes it.

Seems good, we used Icon moonapp for a couple times :)

Hello,

in the email template, here : http://www.revox.io/webarchv2/email.html we are facing a problem in our application : in smartphone view, we are not able to navigate from INBOX to SENT, DRAFT, or TRASH, and so it is not possible in that view to ‘Compose’ a message too. is there something to do? is there a way to change the left email menu into a condensed menu for small screen? thank you

Hi there Your files are ready! :) could you be kind enough to resend your email to support@revox.io

I sent you the email hopefully its the correct one :)

thank you very much, awesome you are, will check and let you know

Hello again,

Great theme, still loving it 3 months on. One small request which would greatly help when upgrading:

For the less version, can you make the image path a variable?

eg. in variables.less

@asset-path: '/assets/webarch'; # or any name you like.

and in any of the modules pulling images use:

background: url('@{asset-path}/icon/top-tray.png') # instead of '..img/'

Thanks!

Hi there Thank you for the nice comment and thank you again for the tip :) Will change it in future updates

hi,Where should I install?

Hi there Im not sure im quite getting that, whats your plan to do with the webarch template ? make an app ?

I’d like to install everything useful necessary to running a WordPress blog. So where and what should I install?

Hi there Webarch is a HTML template and is not a Wordpress Template :) so to install it in wordpress you might have to undergo some development where you might have to map wordpress templates with webarch but its always possible with extra development time :)

When do you plan on updating the files to include all of the PSD’s for the back end? Also the PSD’s for the front end don’t seem to be updated either. Thanks!

Hi there, The front-end PSD’s are already updated, We will update the PSD’s for the back-end today :)

Hi there ace, can we have an estimate time for the next upgrade and what it will include?

In case this update doesn’t include new forms, could we please have and ETA for them?

Thank you for your great work and dedication.

Hi there Minor bug fixes, of warnings and css, PSD main UI stuff :) and layout options, Upto PSD its fully done working on the layout options will let you know asap Thank you!

Hi ace, Well done on the template, really nice work.

I’m starting to build a project around it and came across a few issues with the css (I’m bundling up all your styles to one styles.min.css using grunt-contrib-less) which results in the following errors during compile time:

Errors:

css/responsive.css: @870 – missing closing bracket

}

css/magic_space.css: @159: invalid code:

@media (min-width: 1200px) { ... } 

less/style.less: @7: font import doesn’t work if main page is loaded through https, please omit the protocol and the browser will choose dynamically at runtime. I.e use

//fonts.goo...
instead of
http://fonts.goo...

Other runtime warnings

css/responsive.css: @844 – usage of dpi throws error in Chrome:

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) 

Can you correct these issues in your next update please? I’ll let you know if I come across any other issues, like I said, I’ve just started to setup my environment.

Cheers

Hi there Im assuming you are using the latest version ? Thank you for notifying these will look into it :)

Hi ace, I’m using 2.01. Thanks

Could you make a blog or portfolio detail page for the “frontend” part of the template?

Hi there

Yea that would be great its about time we updated the frontend :)

You may have misspelled the Sidr folder name under assets/plugins/jquery-slider.

I believe you would want to call the folder name jquery-sidr

Hi there Thank you for notifying that, will correct it, Yes the folder should be renamed to jquery-sidr :)

Hello, How can i remove the left-side menu completly.

Hi there yes on the very top of the page you will find some thing called .header div tag and inside it .header-seperation tag simply remove the .header-seperation

Ok. I have alreay tried all of of them , and all the menu and logo disappeared but, the left black background is still there without menu…

Hi there is it possible for you to give me a part of your source to support@revox.io ? :) that way we can figure out whats wrong alot faster :)

Problem with font awesome. First off you seem to reference for example icon-credit-card but changed icons to need fa-credit-card instead for example. Moreover, the class need to be “fa fa-credit-card” to work It’s just annoying. why do we need the preceeding fa it will always be needed so it’s pointless to require. furthermore, it doesn’t seem to respond to icon-7x (should this be fa as well? This feel like a cut and paste gone badly.

The problem is not the third party plugin but the way you reference it.

:) your saying having the ”.fa” pre class is a bad practice ?

ah sorry, use to fontello.

Are you interested in doing a custom site job? Let me know.

Hi there Sorry about the late reply, We would love to help out but we are currently busy with updates and new stuff that are coming out :) hope you understand

Hi, I have sent you an email regarding some extra files we require. Please advise when you will be able to respond.

Thanks

Hi, I sent the email approximately 2 days ago to support@revox.io in response to your first email. I will resend it.

Thanks

Hi there Replied :)

Yes thanks :)

Having trouble getting the #main-menu aka sidebar to autocollapse just on the homepage or to just have it defaulted at collapse.

Hi Ace, any thoughts?

Hi there Sorry for the late reply you could do this add the class

.mini to #main-menu

and

.header-seperation div, simply add display none :)

Thats it :)

Hi, Ace! Outstanding template, man. Congratulations.

I was wondering: is there any way we can make the frontend slide down menu to slide in all other pages (tour, portfolio, contact)?

I was able to make it work by using basically the same code on the home (index.html) page. But it only works on firefox. No deal on any other browser.

Any suggestion? Thanks in advance.

Hi there Sorry about the late reply

Yea you could
            <header id="ha-header" class="ha-header ha-header-hide "  >
                <div class="ha-header-perspective">
            <div class="ha-header-front navbar navbar-default">

                      <div class="compressed">
                        <div class="navbar-header">
                          <button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
                            <span class="sr-only">Toggle navigation</span>
                            <span class="icon-bar" />
                            <span class="icon-bar" />
                            <span class="icon-bar" />
                          </button>
                          <a href="#" class="navbar-brand compressed"><img src="assets/img/logo_condensed.png" alt="" data-src="assets/img/logo_condensed.png" data-src-retina="assets/img/logo2x.png" width="119" height="22" /></a>
                        </div>
                        <div class="navbar-collapse collapse">
                          <ul class="nav navbar-nav navbar-right">
                            <li><a href="index.html">Home</a></li>
                            <li><a href="tour.html">Tour</a></li>
                            <li><a href="pricing.html">Pricing</a></li>
                            <li><a href="portfolio.html">Portfolio</a></li>
                            <li><a href="contact.html">Contact</a></li>
                          </ul>
                        </div><!--/.nav-collapse -->
                      </div>

                    </div>
                </div>
            </header>

you will need to add the header html stuff just below .main-wrapper div

and say when it reaches a specific section of the page

you will need the following attributes

class="section white ha-waypoint"  data-animate-down="ha-header-color" data-animate-up="ha-header-hide" 

Thanks for the reply! :)

That’s exactly what I’ve done, thanks for the confirmation. I guess I’m not as dumb as I thought. This time, while comparing your code with mine, I figured out why the hell it wasn’t working on any browser but FF.

Turns out, the waypoint target div did not have sufficient height to stay hidden below screen, therefore triggering the $ x%x !# menu.

And the reason it was working so nicely on FF… Well, now you can call me dumb: Firebug was opened, thus hiding the waypoint target div.

Thanks again, Ace. Your help was precious, and your template is really awesome.

ps: on my nexus 7 in landscape orientation when I click the MENU icon (top left) the div toggle always and we see it… to do this bug please make a emulation with google chome and try to click the menu please

Sure Ill check it up :)

I read in the comments that a new version was coming for this week? I hope that’s truth :) (just don’t forget to update /barebone/ at the same time thank you.

Hi there, Yes :) Box layout and top menu

Given the responsive issue with the slider plugin for the frontend/standalone page. Do you by chance have it on your radar to offer the sample layout but without the 3rd party slider? It would reduce the page weight a lot and bring back bootstrap mobile functions.

Hi there You are talking about the revolution slider right ? yes you could always remove it and use the native boostrap image slider

like this

http://getbootstrap.com/examples/carousel/ ? :)

Hello, I like this theme but can I display table rows line-by-line when they the appear on small resolutions like this example: http://acmdemo.deadpixelstudio.co.uk/clients ? (Try to resize or use your mobile to see how it looks and table rows are displayed in separate lines)

Oh I understand http://css-tricks.com/responsive-data-tables/ only problem is that the headers are bind to the CSS as you can see the code

so impossible to fix ito next version?

Its always possible, why don’t we give a hot fix ? so you dont have to wait for the next version. email to support@revox.io :)

Hi there, I’ve been having issues with the Condensed Layout validation. Click save and the validations works correctly at first. Text boxes marked for validation highlight in red (as it should). However when you add the correct parameter for the text field, the validation does not remove itself. In fact the all stay highlight in red, even after another save. I have not be able to figure out what the issues are. I tested the other validation configurations, and the work correctly. Really appreciate if you could help, the layout for the forms are prefect. Under pressure to deliver the admin module. Thanks

Hi there I understand :)

there is something called

      success: function (label, element) {

}

where we can also remove highlighted elements its great if I could see your JS code :) you could always email to support@revox.io

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