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.

hi, how do i solve the styling of the select element after ajax

Hi there

Not sure, what you meant here. Are you using Angular or HTML ?

Hey, can you please grant me access to the rails github repo? Thanks!

the json if possible ?

Hey, do you have an answer on this?

Hello, i have a question, what cases i need to buy more Regular license, i would like to use the template to create some different developments like points of sales so, only with the first regular license can i do it?

when are we getting dark mode

Hey there, I’m using simply white HTML Version. A small bug to be fixed. I’m not able to change the list-view-group-header in the notification panel. screen shot attached https://snipboard.io/i9xmor.jpg . I’m not able to change the header of first set of list, however I’m able to change the subsequent lists. If I delete the first group, still the same issue.

Kindly help… Appreciate early response..

Hi there

Will check and get back to you :)

Hello, I’ve tried to search someone with similliar issue, but I couldn’t find any. Sorry if already answered. I am trying to add a font awesome icon to the menu elements (sidebar). In the documentation of the theme, it says we can use “Font awesome” in iconType – I assumed I should use just “fa”, but it seems like something is missing. Whatever I write, be it “fa” or “material” or “fe”, it doesn’t show up. Only when iconType is “pg”, the icon is shown. Could you please guide me what should I do?

Hi there

We discontinued font awesome. We support Google Icons https://material.io/resources/icons/?style=baseline

Which is much much better. If you still want to have font awsome you can still load it

1.npm install font-awesome—save

2. In the angular-cli.json file locate the styles[] array and add font-awesome references directory here, like below:

"apps": [
    {
      "root": "src",
      "outDir": "dist",
      ....
      "styles": [
          "styles.css",
          "../node_modules/bootstrap/dist/css/bootstrap.css",
          "../node_modules/font-awesome/css/font-awesome.css" // -here webpack will automatically build a link css element out of this!?
      ],
      ...
  }
  ]
],

Then you can use “fa” in your menu items

Hi I lost my access to pages on Github, is that intentional? How can I get access again? Thanks

Hi there

We have posted on our github comments section we are moving our orgarnization

https://github.com/revoxhq You can get access via the Github Section in our website http://pages.revox.io/dashboard/

Hello

Thanks for sharing your creation. I have run into build issues on my local laptop as well as on a remote heroku instance I am trying to deploy the demo app.

Can you help me resolve it?

thats the final line of ng serve command run on demo/angular An unhandled exception occurred: NGCC failed. See “C:\Users\xx\AppData\Local\Temp\ng-iyhT3e\angular-errors.log” for further details.

I have latest version of node & typescript installed.

Hi There, I’m using Simply White HTML Version. Could you please guide where to search the classes like data-init-plugin=”select2”, class=”form-input-group” etc. I have been searching the same in the CSS and Js files but couldn’t find. I would like to call these classes from Javascript for the Dynamically created elements as these elements looses style once created dynamically in jquery.

I have not received any response on this pls..

I’m using the horizontal menu with 4 menu items, each having a sub menu. Sometimes I just see 1 menu item followed by 3 dots, and if you click on the dots you see the other items. There is enough place: why are the dots showing? Thx

Extra info: only when I first minimize and then maximize the window it is shown correctly (or also moving window to other monitor).

Hi there

I see, HideExtra parameter set to 0 ?

I changed HideExtra=0, then I see 2 of the 3 menu items.

If I do HideExtra=-1, then I see all 3, but also the 3 dots are shown (what I don’t want).

Can I send you my menuItems array so you can check? Thx

Dear Ace i´m wondering why revox removed me from the github repository?

Hi there

We announced on github we are moving repositaries. You can get new access from our site.

http://pages.revox.io/dashboard/

Could you please guide me how to enable form validation pls. I’m using Simply White, HTML Version. Thanks in advance.

Hi there

This is the plugin we used :)

https://jqueryvalidation.org/

Its done using standard HTML validation.

Hi,

I would like to buy the ‘Pages – Admin Dashboard Template’, however need clarity for the below.

The plan is to use the template on the new product I’m about to build. This product has 3-sub components and each component will sit on a dedicated sub-domain. For ex. admin.maindomain.com, staff.maindomain.com and user.maindomain.com.

There will be staging and production environments.

Essentially, the template will be used on 6-sub-domains across staging and production environments.

What is the license fee for my requirement? And is license valid for a specific time or forever?

Appreciate the quick response.

Thanks,

Richard

Reposting the queries:

1) Will the Regular license support the localhost code as well? I expect most of the development to take place on the local machine, will the license support this?

2) Post staging development, will I need to purchase a 2nd Regular license to publish the site to the live environment which will use a new domain name?

1. Yea it will not be a problem. You can use it in localhost. 2. No you will not need licensing for staging environment

I’ve purchased the Regular license. Thanks for all the help so far. Will be in touch.

Profile button does not show at a small screen

https://prnt.sc/sht21z

We use bootstrap help classes to hide and show elements on different screen. Do learn abit about it

To show the profile picture 1. Find the div
<div class="dropdown pull-right d-lg-block d-none" />

2. Remove the class “d-none”

great, it is work. Thanks

Hi There, I’m using Simply White, HTML Version. Select2 is not showing in the modal. I have tried changing the css as per your instruction for other people .modal .select2-dropdown{ z-index:1100 }

This doesn’t work. Kindly advise.. Thank you,

okay

Hi there In your modal div

example
<div class="modal fade stick-up" id="myModal" tabindex="-1" role="dialog" aria-hidden="true">
</div>

Remove the tabindex=”-1” attribute

Hey Thanks, It works fine now..

I have a question because i don’t understand if this “Pages – Multi-Purpose HTML5 Website Template” is also included in this template. (https://themeforest.net/item/pages-multipurpose-html5-website-template/12366875) thanks. Nice work i’m considering to buy.

Hi there

No its not included :) you have to buy it separately

Wooow the faster answer i’ve been get in my life. thanks!!!

This is the easiest way to compile https://webdesign.tutsplus.com/tutorials/watch-and-compile-sass-in-five-quick-steps--cms-28275 You can also use the GUI tool http://koala-app.com/

Remeber to download the repo and copy the core/scss/ folder to your project pages/scss

you have to only compile pages/scss/pages.scss and in that file remeber to change

$direction: ltr; // use `rtl` or `ltr

to

$direction: rtl; // use `rtl` or `ltr

upon compiling the assets, and lunching rtl_layout.html. every thing lock off and placed in wrong place

You do not need to launch rtl_layout any page would do. Do you have a screen shot ?

Can i use the theme as a part of a fully open source project and distribute on github?

Hi there

You can but always give credits in your Readme Page back to themeforest product page to support :)

When VueJs?

Hello, how do i get the dynamic values from the user selected option in pg-select

ts:

<pg-select style=”width: 100%;” [(ngModel)]=”selectedOption” [PlaceHolder]=”’Select Option’” AllowClear ShowSearch> <pg-option *ngFor=”let option of options” </pg-select>

</pg-option>

i would like to get the selectedOption variable. do i need to call a (onchange) event?

what im trying to is similar to this: http://plnkr.co/edit/tD3UeHLVK9nKYoDJa68d?p=preview&preview

Hi there You should be aware of Angular ngModal on reactive forms in Angular. There is no onchange function. It updates “selectedOption” varriable in your TS file. :) Hope you understand

[(ngModel)]=”selectedOption”
can be any varriable you want. It updates when an update is changed or selected
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