Discussion on Pages - Admin Dashboard Template

Discussion on Pages - Admin Dashboard Template

By
Cart 11,420 sales
Well Documented

ace supports this item

Supported

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

3890 comments found.

Hello, Thank for this amazing item, I would like to ask how can I add a submenu level for a dropdown ? Thanks in advance

Hi there

Dropdown menu for the horizontal layout ?

I am trying to achieve Pagination in table-detailed, can you please know me how can I add data-table pagination to detail view table ?

Hi there

The attribute

“paging”: false,

is set to false – if you can refer the documentation it will help you alot

https://datatables.net/
Hi, I’m using email template in my application. In different screen resolutions, the relative size of secondary sidebar, split-list and split-details are different. On screens with smaller resolutions (not tablet/ mobile versions), ‘split-details’ div is getting smaller and smaller. I want to maintain the relative width of secondary-sidebar, split-list and split-details same. How this can be done? https://www.dropbox.com/s/fq68uc9vkt8ibku/1.png?dl=0 https://www.dropbox.com/s/2adcs7pce88w3yr/2.png?dl=0 https://www.dropbox.com/s/e3r0y9hes06dix2/3.png?dl=0

Hi there

Sorry about the late reply. Yes you can but they are all static. Its 250px width for the dark blue secondary menu :) The list is also static which is 360px :). If you use LESS you can change it easily :)

classes are

”.split-view”

and

”..secondary-sidebar”

How can I add sorting to Detailed View Table ?

Hi there

Yes you can add it. You need to make sure you have jquery UI running

and use the following code

        $("#sortable-table tbody").sortable({
            helper: fixHelper,
            stop: function( event, ui ) {
                settingsPanel.portlet({
                    refresh: true
                });

                //Demo timer
                setTimeout(function(){      
                    settingsPanel.portlet({
                        refresh: false
                    }); 
                    $('body').pgNotification({
                        message:"Saved Successfully",
                        type:"success",
                        style:"bar",
                        timeout:1500
                    }).show();

                }, 1500); 

            }
        }).disableSelection();

sortable-table is the ID of the table

Thank you very much, I could not figure out myself, Thanks

Hi there. First I want to say that I am really happy with the template and all that it does. I am having a problem on one form page though which has a combination of text boxes and select controls. I can tab through the <input> tags just fine but it doesnt seem to tab through the <select> elements. Is there anything I can do to get the <select> controls to behave in the same was as the <input> tags?

Hi there

Yes, it’s quite unfortunate. Because select2 plugin is a thirdparty plugin that doesn’t support it. However I managed to use a different plugin called chosen which has tabbing working but looks similar. Do you have a github account?

Hello. I’d like in the calendar to add any event with just one click. And when added already open the option to edit this event. how can I do this ? thank you.

Hi there

We do not have onTimeSlotClick event :) I will add one and send it over via email. Can you drop an email to support@revox.io

Hi there,

I would like to reuse the builder panel for another purpose but would need to be responsive, is there any way to get it?

Thank you very much, regards.

Hi there

No its not responsive. Im in the process of creating pages modal. Will update you the new code over email.

I’m going to use this with yeoman generate angular app. I would like to setup this templates dependancies with bower and set the theme files to app style folder. Can you please help me.

Thank you very much. Do you have it for angular version. I’m using angular version

Sorry we do not have it for angular. But sounds like a good idea to have it :)

Are you going to release an Angular2 Version?

Hi there

Sorry not any time soon :(

Hi – I want to use the HTML version and have AutopilotHQ pickup form submissions yet it looks like Autopilot cant pickup forms. It just returns an error saying no forms found yet the form tag is in the HTML. Does this theme work with Autopilot?

Hi there

We have not heard about AutopilotHQ or Autopilot forms :) I had a look at it. It is a email marketing form builder ? :)

Hello,

If i use the simple theme on this template and have the sidebar pinned it has some style bugs. Could you tell me how to fix them? they also occur on the live preview. Just try it out by going to the social page and then pin the sidebar.

Thanks in advance.

Kind Regards, Gijs

Nevermind, fixed it

Hello author,

I want to ask about Modal, how to change modal size in your pages-admin-dashboard product?

I dont know where to look for.

Thank you

Hi there

In the modal DIV set you will find DIV with the class “modal-dialog” all you have to do is add the following one of these to change sizes

modal-lg modal-md modal-sm

Add it to “modal-dialog” DIV

Hi there, thanks for the clean designed admin template. I would like to combine 2 Pages versions that you provide on this website (1) this admin version and (2) the front end version of Pages. But I need to ensure to keep the site as light as possible and code efficiently. What would be the steps to merge the 2 without running into errors and duplication of code? Or even better can you provide a merged version?

Hi there

We have a beta version of it available :) Can we have your github username so we can add you to that private repo ?

Announcement

For everyone who has bought Pages Admin Dashboard and Pages Frontend, Now you can use it as a single product. To get access to early bird version

send your purchase codes with your github username to support@revox.io

Hello,

I purchased the Pages Admin Dashboard Tempalte & Web App, I’m just alittle confussed. Should I also be purchasing the other two products listed on your store to make it work as a whole?

Thanks.

Sorry I’m a little new to all this, I’m learning as I’m going

Hi there

What is your github username ? :) We have a merged version for people who have bought both

Hi There,

I saw an answer to close quickview ’$(’#quickview’).removeClass(‘open’)’ but still unsure how to implement/where to place the code

How do I make quickview close if you click off/away from it AND OR close after a certain time

Cheers

Hi there

You can use settimeout function JS

https://www.w3schools.com/jsref/met_win_settimeout.asp

and inside you can have

’$(’#quickview’).removeClass(‘open’)’

Pre-sales Question: What PSD files are included with this purchase? All design files?

Hi there

Here is the list of things included

https://drive.google.com/open?id=0B4YngNLzmKP7R1NXenNlUzZLTEE

We do not include stuff like charts because they are third party libraries. Yes it is styled to pages theme but not included in the PSD. If you have further questions let me

Hi, There are no “Widget”-page in the Angular version ?

Hi there

No but you can use them in Angular. The page only a live link and not in the distributed package

Hi!

I am having problems with the standard Dropdown. I have added it to my site, but I am unable to open the dropdown. The console gives me the following error: ReferenceError: Can’t find variable: classie

It seems like the problem is in pages.js line 957 and 733.

Hi! Yes, it is styled, but I can’t make it lager. If I set rows=”50” the textarea stays the same.

<label>Message</label> <textarea rows=”50” name=”message” class=”form-control”></textarea>

Please help @ace

Hey

Sorry we missed your comment. Try something like this

              <label>Notes</label> 

              <textarea class="form-control" style="height:150px"></textarea>

Hi!

Can you add me to the Github repo? My username is eriktobben.

Thanks!

Hi there

Added you in :)

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