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.

Could you send an invite for the Git rep please? username: ffigueroa thanks!

Hi there

Done :)

can’t seem to get the secondary sidebar on the mail page it to be scrollable. added “scrollable” and inner class “full-height”. Still have the same issue. Would you have an example. Also, can you please invite me to the github repository. Username: abishekrsrikaanth

Hi there

Sorry about the late reply

https://gist.github.com/MalithHatananchchige/0106355c95387ac2aa76b064338185b5

Add a inner div with class “scrollable full-height”

Its in the sample code in the link

I tried change the value of DefaultSelect element but it’s not workning. Value changed but select element not update its selected option. I tried : $(”#example”).val(“2”) and $(”#example”).val(“2”).trigger(“change”);

Hi there

I tried the same and it works, Even the documentation say the same. Any console errors ?

Docs says nothing about the change value of DefaultSelect programmatically. http://pages.revox.io/dashboard/latest/docs/partials/form_elements.html

Hello,

first off all … sorry for my bad english ,-)

I have a big Problem … I rebuild a customer site where a lot of Informations display in a modal dialog … the content will be loaded via ajax … in the actual live Version work this fine (the live Version is not vreated with this Template) ... Now I have copy and paste the pages and make some corrections (php) ... The Modal open but there will no content be displayed ? This is my code to show the modal (it works fine in the live Version):

class="text-center pointer bg-orange" data-toggle="modal" data-target="#details" href="assets/template_parts/detailansicht.php?EXIDV=1000036272">  

Via the Parameter EXIDV I get all the Data from an XML File …

Have you an Idea ?

Kind regards

Joe

found a reason …. everything is fine ;-)

Great :)

Hi, I used “Default Select” with classie. But there is a placeholder “Home” which is not in my option list. Where it comes from ? Check this : https://ibb.co/bNa9vm Thanks

Hi there

May I also see your HTML code too ?

I found the reason. In Tabs component there is a div which has many class ‘nav-tab-dropdown cs-wrapper full-width hidden-md-up’. In this div there is anoter select element with “Hello World” placeholder. This element affecting all other selects in the page. I’m not sure is this a bug or something like that.

We are not ready to upgrade to Bootstrap 4. How can we get version 2.3 of the pages template?

Hi there

Yes, you, what is your Github username?

watsongeek

Done :)

Hi, I was just curious for BS4 why you did not use REM values for font sizes?

Hi there

Sorry about the late reply. Well Did not need REM values, any reason why you think its best for us to use it ? BS4 is available and latest version is also in github

Well the beauty of BS4 is its REM values. It is one of its highlights… You can see the github discussion for BS4 why REM is the way to go…

Great, thank you for the feedback, we will see what we can do to move to REM :)

Hi, could you pls add me to the github repo. My username: pngg

Hi there

We have already sent you an invite

Hello,

I’m doing an intranet website with you layout. Also, I do want to use a select dropdown on a modal. I tried select2 but I found a few bugs like: the dropdown appears behind the modal, and if I change the z-index to be above the modal, I can’t select the text input on the dropdown. But, no problem, the select I want is very basic and I can live with the default select just with html, the trouble is that your theme isn’t prepared to have select’s. I noticed that the select’s doesn’t have any css pre-written. Is it possible to help me with that?

Thanks!

Hi there

We have a fix for it

.modal .select2-dropdown{
z-index:1060
}

Doesn’t work. .select2-dropdown isn’t inside .modal …..

sorry my bad it should be .modal-open .select2-dropdown

On my Dev machine my condensed version side menu works as expected, however when I deploy to Heroku in production the side menu hover doesn’t work. Any ideas?

I’m using the Html version in rails 5.1

Hi there

I commented to your other issue :) you can fork our gem from github and use it from your account

I cant apply default bootstrap 4 table styles to the theme. The bordered-table has no effect.

Can you add me to the github repository please. My user is juanpscotto

Added you in :)

on the login page when I surround the
<div class="login-wrapper">
</div> 
with
<div id="app">
     <div class="login-wrapper" /> 
</div>, 
I loose the styling of the page. Could you advice what may be the issue with this?

could you ad me to the github repository, My user is abishekrsrikaanth

And can’t seem to get it to work with the inner class “full-height”. Still have the same issue.

any updates on the above 2 ?

hi, do you can add me to the GitHub rep pls? My username: davidjgc

Hi there

Invitation sent :)

Hi, i just download and there is no angular version? What happened?

Hi there

We dropped angular v1 due to our new layouts and v1 angular is absolute. Right now we are converting core pages.js to vanilla js without jquery. This way we can integrate it to any framework without dependencies

Just purchased the theme, i am trying to install the pages-rails gem, can you please send a github invite to myfirst5 (myfirst5@gmail.com) Thanks

Invitation already sent :)

Can you invite me to the github repo please. Username is gpsamson.

Hi there

Invitation sent :)

What’s the ETA for the react version? We’re planning to purchase today and were going to implement with react/webpack. If there’s an existing branch with the react version that would help alot.

Hi there

We are converting our Core JS to native / vanilla js that way integration to other frameworks including angular / react etc will be lot easier

Please invite me to Github please. username: jaycsjaycee Thanks!

do you also have an updated version of meteor?

Hi there

Invitation sent :)

Hello Ace,

We have a little problem. We’re using Pages in ASP.NET MVC project. .NET MVC Checkbox controls generates two inputs. First is the type=checkbox input and the second is hidden input for keep checked state. And then label tag comes. Example : <input id=”InternalIssueViewModels_0__IsSelected” name=”InternalIssueViewModels0.IsSelected” type=”checkbox” value=”true”> <input name=”InternalIssueViewModels0.IsSelected” type=”hidden” value=”false”> <label for=”InternalIssueViewModels_0__IsSelected”>Deneme 16</label><input data-val=”true” id=”InternalIssueViewModels_0__Id” name=”InternalIssueViewModels0.Id” type=”hidden” value=”1”>

Because of this hiearchy the checkbox not working. It’s not clickable. When we remove the hidden field for testing, everything is ok. I think this is about the css. Can you give us an advice about this problem ?

Hi there

Do you have a div wrapped for each element ?

<div class="checkbox check-success">

</div>

Yes i have. Razor rendered html is like that :

<input data-val=”true” data-val-required=”The IsSelected field is required.” id=”ExampleViewModels_3__IsSelected” name=”ExampleViewModels3.IsSelected” type=”checkbox” value=”false”><input name=”ExampleViewModels3.IsSelected” type=”hidden” value=”false”> <label for=ExampleViewModels_3__IsSelected”>Test</label>

Yes i have. Razor rendered html is like that :

<input data-val=”true” data-val-required=”The IsSelected field is required.” id=”ExampleViewModels_3__IsSelected” name=”ExampleViewModels3.IsSelected” type=”checkbox” value=”false”><input name=”ExampleViewModels3.IsSelected” type=”hidden” value=”false”> <label for=ExampleViewModels_3__IsSelected”>Test</label>
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