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.

I would like to make a suggestion to a future release: add autocomplete/type ahead examples into the template. Thanks!

Hi there Lets add a small tweak to the stylesheet, open up style.css

and add
.datepicker{
z-index:1151 !important;
}

I am very appreciated with the continuous support you guys provide to your customers. By far, the best experience I’ve had in ThemeForest. Just one thing: This answer is related to another topic I posted regarding the date picker component. This post is more of a suggestion. It may be already part of the template, I just could not find any autocomplete feature based on JSON file.

Hi there Thank you for the great feedback! :) truly appreciate. Have you used boostrap typehead ?

<input type="text" class="typeahead">
    $('input.typeahead').typeahead({
        name: 'countries',
        prefetch: 'your-json-file.json',
        limit: 10
    });

Hope this helps :)

Hi Ace,

How do I go about removing the function where that when the site is visited on an tablet (iPad), that is ‘auto’ condenses the sidebar menu?

I want it show similar to desktop view on initial loading.

Thanks

Hi there Yes there is an option, but its best If can email you the barebone folder :) can you email me at support@revox.io

Email sent. Thanks Ace!

Replied :)

Hello,

I am a customer, currently testing your demo/examples on all kinds of devices (iOS, Android, Win8). On a 7 inch Windows 8 tablet, as well as on a 10 inch Windows 8 tablet, in portrait mode, the header is the one for the mobile (black top bar, side menu completely hidden), but when I click on the 3-lines button to pull out the side menu, it’s not working. It’s not doing anything. I can’t pop out the side menu. In landscape, everything is fine, the side menu is displayed in full, like on the desktops. On Lumia 720, in both landscape and portrait, everything is working fine, the mobile top menu appears, and functional (you can click on the 3-lined button to pop up the side menu, which works). Can you help ?

Hi there let me rephrase your issue, On the 7inch & 10inch tablet windows tablet (Portrait mode) the black top bar is hidden and the it does not open the sidebar, other devices it’s all fine. Is this correct ? :) We have checked a few couple devices and sadly could not get hold of any windows device, but we want to help you out and get this fixed for that, we might need a few screen shots to debug this problem and little info about the device like the resolution :)

Thank you for reporting this

The black top bar is not hidden. It appears, along with the menu toggle button (3 horizontal lines), the logo and the Home button. The side menu is completely hidden. And it does not appear when I clock the 3-line button on the top bar. I will email you some screenshots in a few minutes.

Screenshots sent. Please help :)

Can you paste me an example to get the “Search dashboard” feature working ?

I’m not interested in the JS code. I know how to implement the AJAX logic to get something searchable.

What i’m looking is just the “popin container” css/dom to display the results just below the “Search dashboard” input. something like 700px large to display row results (just like the popover notification when we click on the connected user, but larger)

PS: Can you put me an example where the skinned checkbox label would work with that dom pelase ? https://gist.github.com/tristanbes/0ab59ade1754ddb9d6e1 (the label is left sided)

Thanks.

Hi there Sure more like a search list in a drop down ? :) if you could email me to support@revox.io

I use a simple Basic Dropdowns example but when I tryto open dropdown my page goes on top …

Hi there Quite strange Im sure your talking about boostrap drop-downs and I checked the demo version it does not, usually happens because of the href=”#” but boostrap actually automatically adds jquery event.preventDefault();

instead of the href=”#” make it href=”javascript:;” its a patch but I dont know why yours do trigger the default event :) did you see the console log for errors ?

ah yes thnx javascript:; works weell done but i’m thinking is isn’t a good practice to put this term on ahref tag.. hmmm i Use bootstrap 2 i’m thinking and when i let only href=”#” it doesn’t work :( ... very strange effect

Hi, Do you have such a complete form elements page, but I really would need a Input type file css.. I know you have the drag’n drop but I need the normal input file element.. can you help me with that?

Hi there Sorry about the late reply :) Yes we only have the drag n drop option but Ill help you to write a custom CSS for input type file, could email to support@revox.io :)

Very professional!;

Hi there! Thank you very much! :)

Hi! Placeholders are not shown on IE9, but it’s said that the theme is compatible with IE9. Thanks.

Hi there Yes noticed but getting to work IE 100% is quite hard, why do not we give you a fix for it :)

https://github.com/mathiasbynens/jquery-placeholder

Once you download this, simply add the jquery.placeholder.js to assets/plugins/

and include it in your HTML file, once that is done open up assets/js/core.js and simply add this line of code

$('input, textarea').placeholder();

This will be added in the future updates! :)

Hello,

I noticed that the progress bar “animate-progress-bar” within data table is not populated for other pages. How do I make it populate?

Here is what I came up so far with:

<script type="text/javascript> $("th").onclick(function() { $('.animate-progress-bar').each(function () { $(this).css('width', $(this).attr("data-percentage")); }); }); </script>

It does not work :(

[UPDATE] Forgot to close the quote, nevermind. All works fine, but perhaps still good to include in future update?

$(".sort_trigger").click(function() { $('.animate-progress-bar').each(function () { $(this).css('width', $(this).attr("data-percentage")); }); });

Still cannot get it to reanimate on pagination. Could you please help?

Hi there! :)

You want to re animate it on sort and as well as on pagination ? :)

Yes, please!

I want to use “work.jpg” on my project. Do I need to relicense it and if so, where can I buy a license of this image?

Hi there, if your going to resell your project to multiple clients then you should get the license, or if not we can mail you our extended license, please drop a email to support@revox.io :)

I goto datatable documentation and I saw table.row.add( ...) to add new row why this doesn’t work :S ?

Hi there bgvc

Checked up the demo datatables.html

it has the same fnAddData and it works fine, are you getting an alert box error ? or any JS errors are shown in your console ?

    $('#example3').dataTable().fnAddData( [
        $("#val1 option:selected").text(),
        $("#val2 option:selected").text(),
        "Windows",
        "789.","A" ] );     
    }    

yes I know it is fnAddData() ... but I don’t understand why on the documentation on datatable plugin it is only row.add() .. maybe because there is a new update of datatable ? please write it on your task list :) to update on the last datatable plugin v1.10 :) and other too will be very good to have always new updated plugin :) another things the plugins folder is around 20MB size… it will be nice to put an logger who write on our console which plugins is used on the page we see… to delete others…because Im afraid to delete one by error

Hi there Bgvc :)

Thats a great idea! :) why didn’t we think of that, will include this in the demo version for referencing and also in the next update.

Logger to show which plugins used in the particular file

Thank you :)

Hi how can i download 2.4

Hi there you want the previous version of webarch ? v2.0.3 was previous it was a huge jump because of the new features added :)

yes we can give you the older version, its best if you can send me your email address to support@revo.io

i found lots of problem on new version so wanna check old vesrion. please email me here – rawi.chamling@gmail.com

I there could also point those issues that you found too ? :) via email

Hello Ace,

I have what I believe is a bug. I am using the admin-bar class as a toolbar/button panel similar to how you are doing in datatables.html to add a new row. However, when I condense the menu and the screen is wider, the admin-bar doesn’t extend all the right to the right, so it looks unfinished.

Also, can you assist me with how I can pin the admin-bar as the bottom footer so that it will not cover any content preventing scroll? For example, now when I show the admin-bar, it lays over the text which is not idea as the user needs to be able to read/edit fields it is covering up.

Having stated that, how do I stick it as the footer to the bottom, yet allow the content area to scroll?

Hi there True, Just had a look its because of the new Layout API we have missed out the admin-bar, apologies on that. Lets get you a quick fix.

.page-content.condensed .admin-bar-inner {
margin-right: 50px !important;
}

You can add this to your style.css file and it should be all fine :)

Hello Ace, thanks, this did the trick and works well. Also, for anyone who wants to make the admin-bar not overlap your form or content, add the below to the .grid class.

margin-bottom: 110px;

Hey Ace, I’ve found a lot UI bugs, as soon as I get some time, I’ll make a list and send it over.

I’m happy to report that indeed it was select2 bug, updating the plugin solves the issue.

Atm I can tell you that something is wrong with select2 and webarch. I checked original select2 plugin and couldn’t reproduce the bug, so it’s something with Webarch.

Steps to reproduce the bug: Click on the select item. Once it’s open, click on the same spot (select item itself) to close it. After it’s closed, click on any other input on the page.

After you click on some other input, select item will gain select2-container-active class that will emulate :focus look. This is even reproductible in official demo. I’ve updated select2 plugin, problem still persits.

I looked up with inspector, and for some reason, select2-container-active is removed upon closing, and reapplied when you focus some other input, whereas in original select2 select2-container-active class is applied after you close dropdown, and removed as soon as you click anywhere on the page.

Hi there Yes its select2 bug, updating the plugin will work out, will update in plugin in future updates :) Thank you for pointing out

The styling for the simple drop down component (the one with the timezones in the form_elements.html) stop working when I remove the iOS slide toggle. Specifically, if I remove the following line from the HTML, the drop down for the timezones will lose the formatting;:

<input type=”checkbox” name=”switch” class=”ios” checked=”checked”/>

Do you confirm this a bug? If so, what would be the fix?

Thanks

Hi there Not tried a datepicker in a modal, Im not sure if the Boostrap datepicker would function that way, will check it uo

Hi guys Not sure if you were able to check out whether the date picker would work inside a modal window. I tried browsing bootstrap docs, but did not succeed. Thanks!

ACE was able to reply to my question by providing the following code tweak:

Hi there Lets add a small tweak to the stylesheet, open up style.css and add

.datepicker{ z-index:1151 !important; }

It worked like magic. Thank you!

Hi there! is this file come with SASS or SCSS?

Hi there Im sure SASS is also SCSS because its Sassy CSS (Main Syntax formate in SASS) so the extension is provided as filename.scss :)

You may have missed my message did you try to replicate the bugs I encountered with these settings: direction = ltr layoutOption = condensed-menu theme = default

Hi there Yes I did, The user profile thing is only a demo version issue and you will not see it in the package, what it does is toggles condensed menu so if its available it will remove, But no worries it will not be in the package, And as for the green and black bar mixing up we might have to remove the fixed option on condensed menu :) Will forward a quick fix for it, and the To Top black Icon is by design and not alignment issue do you wish to change that ?

Hey guys!

You really should clean up your messy less and scss files. First of all: Why is there a different file structure for less and scss files? Also why isn’t there any /themes folder in /scss like in /less? And what’s with files like /css/magic_space.css – you don’t even import them anywhere in your .html files. Do I need them? If so, what for? Also, why are there no less or scss sources for them?

Currently my biggest concern is: I’m using your .scss files in my project. Everything is being imported properly, most of the stuff also works fine but I found quite a lot annoying differences in e.g. bootstrap alerts and buttons.

Example: When i use a div with .alert.alert-error with the precompiled versions of your css (/css/style.css and /css/responsive.css) my alerts have border-color: #f8cdcd.

On the other hand, when I use the original scss files (/scss/style.scss and /scss/responsive.scss) my alerts have border-color: #e24847. Which is obviously a whole different red tone then the previous one. Same goes for all alerts, including their backround and font colors.

I looked at your scss files and found the source of the color which is:

// in scss/variables.scss $light : #111; $color-danger: #F35958;

// in scss/modules/message_notifications.scss .alert-danger, .alert-error { [...] border-color: $color-danger – $light; [...] }

Feel free to check out my codepen: http://codepen.io/crtvhd/pen/yLeFa I get the same results when using your less files. So my question is: How could it be that the color values in the precompiled css files are different than in your less or sass files?

Another example would be: Why does .btn-success have the same background color as .btn-primary when using scss or less files? Suming up: There is much more of weird stuff going on that I just can’t understand. Please fix them and keep your less,scss and css files in sync.

Why do I prefer using the scss version of your theme? I really appreciate the diversity of webarch, however sometimes it’s not really economic to include a few thousand lines of css if you’re only using 30% of the theme’s components.

Nonetheless, thanks for being awesome and creating this huge theme (and continuously improving it!). I’m sure it saved all of your customers tons of time – including me of course! Best, Martin

Hi there Thank you for purchasing and the feed back :)

Im assuming your using the latest 2.5 version ? :)

Yes the LESS and CSS are sync properly but we could not update the SCSS and planning to release one tomorrow evening (Excuse the timezone different) Apologies on the part where SCSS is not Sync with the LESS files :)

Hey, is it possible to make the animated weather icons retina-ready like this:

http://preview.bootstrapguru.com/delighted/index.html#dashboard

(just scroll down a bit)

Hi there Yea the current weather icons are skycons http://darkskyapp.github.io/skycons/ SVG which does not look so sharp on retina, but thank you we can have this on the new update, Im assuming your going to start work on your new project ?

Yea I’ve started on my new project but I’m working on the backend at the moment so I’m not in a hurry :)

Thanks for the prompt replies… Best seller I’ve bought from on here

Hi there James, Thank you very much, yes few bugs are left we will give out a prior update, I dont think it will conflict you much as long as you stick with LESS, much easier to update the theme :)

I use step wizard bootstrapp… but I want go one step back If the previous step isn’t valid…how check this ? for example: I click on tab to step 3 and when click next I want to validate previous steps to go back …

Hi there Did you see of the Boostrap JS is set to version2 on 3 because that plugin doesnt support 3 and there wont be an issue any way :)

yes I use bootstrap2 no problem… I know for this bug but I just need to go one step back if we click fill on navigation step 3 and when clicking NEXT from tab 3… how Can I check if the previous tab form are validated ( I use jquery validate)

Hi there Its quite easy if you look at the boostrap wizard and the code in form_validation.js

you will find
              'onNext': function(tab, navigation, index) {
                  var $valid = $("#commentForm").valid();
                  if(!$valid) {
                      $validator.focusInvalid();
                      return false;
                  }
                else{
                    $('#rootwizard').find('.form-wizard').children('li').eq(index-1).addClass('complete');
                    $('#rootwizard').find('.form-wizard').children('li').eq(index-1).find('.step').html('<i class="fa fa-check" />');    
                }
              }
onNext we validate $(”#commentForm”).valid();

and we have a separate validation rules for it set for that in the normal way :) as jquery validate

    var $validator = $("#commentForm").validate({
          rules: {
            emailfield: {
              required: true,
              email: true,
              minlength: 3
            },
            txtFullName: {
              required: true,
              minlength: 3
            },
            txtFirstName: {
              required: true,
              minlength: 3
            },
            txtLastName: {
              required: true,
              minlength: 3
            },
            txtCountry: {
              required: true,
              minlength: 3
            },
            txtPostalCode: {
              required: true,
              minlength: 3
            },
            txtPhoneCode: {
              required: true,
              minlength: 3
            },
            txtPhoneNumber: {
              required: true,
              minlength: 3
            },
            urlfield: {
              required: true,
              minlength: 3,
              url: true
            }
          },
          errorPlacement: function(label, element) {
                $('<span class="arrow" />').insertBefore(element);
                $('<span class="error" />').insertAfter(element).append(label)
            }
        });

Hope you got it :)

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