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.

Can you redo the profile page. It’s weird.

Hi there Yes kind of it does we paid more attention to other pages, will include it to the next update :)

I am not able to use the frontend in Chrome version 37.0.2062.120 m simply the initial image bursts, it does not occur in Firefox, you tell me if I have to change something?

Anderson

using the Chrome inspector could see that the error is in this configuration:

element.style{ position: relative; margin-top: 32px! important; border: 1px solid transparent! important; height: 2960px! important; }

Anderson

Hi there Im not sure if I got it, First your talking about the front end index page (Home Page) ? and is it possible for me to get a screen shot ? :)

Hello, how can I save draggable grid configuration via cookies?

From the language your using to develop, it can be asp.net, php, rails anything :)

I see. Do you have any suggestions how I can save those grids with php?

If you use cookies once anyone clears browser cache the entire grid resets, that might backfire later :) so best case is to store in db, for example row one > column two > cell one will have blog widget

we might have to think of a proper way to have the table structure to store this data and display it back again, will look around for a bit

Note : SASS conflict

This is only for SASS users :) a conflict with LESS has occured during migration of 2.7, an update is issued with a proper fix and will be available in themeforest in a few hours time

If any one needs the SASS folder fix right now, please email to support@revox.io

Hello Ace!

Is there a better way to implement auto toggling of condense menu using jquery cookie? This is the code that I use and you can still see the menu going from full – to condense every postback/submit which is irritating:

$(document).ready(function () {

            //Check Cookie Values for Condensed Menu Status
            if ($.cookie('condense')) {
                var con = $.cookie('condense');

                if (con === 'true') {
                    $("body").condensMenu();
                }
            }

            //Store Condensed Menu Status on Cookie
            $('#layout-condensed-toggle').click(function () {

                if ($('#main-menu').hasClass('mini')) {

                    $.cookie('condense', true);

                    if ($('#li_punchlist').hasClass('open') || $('#li_punchlist').hasClass('active')) {
                        $('#li_punchlist a').click();
                    };

                }
                else {
                    $.removeCookie('condense');
                }
            });
        });

Thank you and more power!!

Thanks for the quick response, I’m using Asp.Net I’ll try your suggestion. Please keep me posted.

Thanks!

Issue resolved! Thanks and more power!

Great! :)

Hi,

Sorry for my English. Just purchased your theme. It looks great. I have a question. Is it possible to get access to your git/hg repository? It will greatly simplify customization, because I will be able to do my changes in a separate branch and merge yours when new update is released.

Hi there Sure, we do have a private repository :) if you can email to support@revox.io, will add you in

Sent you can email

Already sent and got access. Thank you.

scss/modules/buttons.scss at line 33 (v2.7) background-color: overlay(#c1cace,$color-primary-black-overlay);

How is this even supposed to work?! Was ist “overlay()”? I’m assuming this is a less function which obviously won’t work in a sass environment. You should really fix your less2sass migration process…

Hi there Thank you for reporting this, I complied it and it did process properly but end up looking at the css where you find the overlay function, I will. Will send you a patch for this right away

Thank you! again :)

Hi there

We fixed it! :) and the update will be available in a few hours time on Themeforest and it will be notified to you :) if you need a quick update right now please email to support@revox.io so I can email you the SCSS/ SASS folder with the patches

Hi,

I just downloaded your template and would like to use it in my existing Rails 4.0 project – do you have a guide on how I can link all the assets? Or at least which way to structure it?

Hi there Sure, The thing we have done here for Rails developers is providing the HAML and SLIM files instead of HTML, you can practically decide on how to use your assets pipline, but we would recommend using the public folder :) let me know if you find any trouble setting

HI Ace, thanks for the quick reply – I am fairly new to rails, but if I placed all the assets directly in public (instead of in app/assets) and just linked to them using html link tags?

Hi there Sorry about the late reply, yea if you place them in the public folder you do not have to do any changes :)

Hello,

How can i need to add horizantal scroll to data-table ?

Hi there You should first not enable datatable reponsive option when you are declaring the it in the JS, when you enable you can show / hide columns depending on devices to fit the screen. Once you disable that bootstrap table responsive should kick in.

http://getbootstrap.com/css/#tables

Hope you got it, let me know

Hi again, i have added, table-responsive class to my table and remove from js : if (!responsiveHelper) { responsiveHelper = new ResponsiveDatatablesHelper(tableElement, breakpointDefinition); }

but still can not see the scroll bar.

Hi there Did you add it like this ?

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

Just wanted to let you guys know that i had given up working with this template a while ago because fo the lack of LESS / Sass files that made customisations a headache.

I have just downloaded the latest update with Sass and it’s a life changer – awesome that you guys included Sass and LESS for your buyers!

Now WebArch is pleasant both visually and to work with – congrats!!

:)

Hi there Reading the first part of the comment almost gave me a heart attack but going further down it revealed the real story :)

Thank you very much!! :) I’m glad this is benefiting people. If you need any assist just let me know Ill be happy to help

Hi there We noticed the SASS has conflicted with LESS during migration of 2.7 :) We have fixed it properly and works fine, the update will be available soon on Themeforest but just in case you need it now

Please email to support@revox.io

Thank you

Great theme, thanks! I could not find the less file for frontend. Is it available somewhere?

Hi there Thank you for purchasing and thank you again for the wonderful comments :) We do not have a LESS version for the frontend yet but we can include that in our update list

how can we know what’s new in this 2.7 version ? because now I don’t know what I have to change to work with last version … very problematic…. :( please help

Hi there We are still looking for a good mechanism for uses to update easily and migrate from older versions, Would be happy to implement because that would be so much easier for you guys.

I did not properly understand what you meant here

” motor where you have all your css and the other folder to overwrite your css”

let me know Thank you

like wordpress…. put a folder /engine/ where you put your css and js …. where’s forbidden to touch….because it’s engine with the last update ^^ and add a new folder /overwrite/ with a empty js and css to overwriite your code …. are you able to do this asap please? because now I can’t add your last changes to my project :( I edited a lot of js files and css… now it’s complicate to add last changes and it’s very dammage …the only solution is that I restart ma project :S

Working on a solution like that to update easily from new updates :) Also I did reply to your new comment :)

Hi,

The theme looks great, I just bought it. It would be extremely helpful for me to have also AngularJS directives for this theme / bootstrap 3. Do you have anything like that or could you recommend anything?

I’m trying to visit http://dev.revox.io/webarch/angular but it doesn’t work :-(

Thank you in advance, great job!

Perfect! Great example of excellent customer support ;-)

btw, does 2.7 have pagination?

:) happy to help, we do have different pagination options, one buttons pagination

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

Scroll down a bit

You can also use bootstrap pagination because thats what Webarch is built on top of, you can use everything in bootstrap :)

http://getbootstrap.com/components/#pagination

We also have pagination on Data-tables

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

Hi,

The theme looks great, I just bought it. It would be extremely helpful for me to have also AngularJS directives for this theme / bootstrap 3. Do you have anything like that or could you recommend anything?

I’m trying to visit http://dev.revox.io/webarch/angular but it doesn’t work :-(

Thank you in advance, great job!

Hi there Thank you! :) please download the new version that is coming in a few mins, 2.7 has a small bug on select2 plugin

We took down that URL, will upload it again and let you know, do you wish to access GIT repo of webarch? it also has a beta angular, the next release of webarch is also going be the Angular version

Good morning , I’m having difficulty to adapt your code to my needs . My layout has a left column 250px, and the remainder of the content is on the right . Could you help me to create ?

Hi there That is how webarch is configured to :)

Left : 250px Right : the rest of the content.

Maybe I did not get the question properly, which part of the code are you facing the difficulty, Also I do recommend to start you project with “Barebone” folder

will be happy to help you out :) let me know

btw are you trying to add that left column inside the

”.content”(Grey Area) div

Hello Ace,

The 2.7 version of style.css is messing up with select2 plugin with ajax, rendering the results list un-selectable, after deleting the additional z-index: 10 at .select2-drop-active it’s working fine again.

FYI.

Hi there Thank you very much for notifying! :) yes true

Select2 issue, only v2.7

Fix :

update style.css line 4041

class .select2-drop-active

remove attribute z-index

Will be issuing a quick update on that now

No worries ace! Keep up the good work!!

Where can I change the modal properties (width; height) of the modal form in the messages_notifications.html page?

Hi there

Modal are using native bootstrap modals

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

if you scroll abit down you will be able to find the two versions large and small

and the class

modal-lg or modal-sm

To <div class="modal-dialog modal-lg"> They have explained how to :) if you need further assist feel free to contact </div>

Thank you. I was in a haste looking at the modal samples and I overlooked the bootstrap part. :)

You want to add the theme editor in the template? I intend to buy but my project will need to have the theme editor like changing the color scheme, except that the subject still has the message stay tuned. When you want to add?

Hi there Im a bit confused about the question :) you wish to use webarch style switch in your project ?

Good morning,

I am here to express that i am not confortable with the product. There are some plugins that doesn’t work with the mouse click ( everytime i tried to click on any single button with a mouse, it closes). In addition, the are no offline documentation (which i need it a lot).

Hi there Sephit just update the webarch 2.7 Apologies on the issue on the plugins such as the Modals, Select2 as for the Cog wheel we have demo it on the

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

Let me know if you find any more things :)

Thanks for the update, i am going to download it right away! (is it the same documentation?, is it included as an offline version?) Thanks!

Yes its the same documentation we included a “Download Documentation” on top of the documentation for offline users

http://revox.io/webarch/documentation/helpfile.html

If you need any assists let me know :)

Hello Guys,

When do you expect to launch the builder? I’m very excited to try it! Tks

Hi there No confirm dates so far :) but would love to get it released really soon

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