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!
Hi there
Whats your username ?
chetna1726
Hi, the calendar is not displaying events correctly. Can you please help? Screenshot here – https://jmp.sh/v/0e2hgUI82eM2X8P9KfnF
Hi there
Can you show me your event list ?
the json if possible ?
Attached here – https://jmp.sh/b/iLIHHGiy7hqBveUNQLWg
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=baselineWhich 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 
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
Hi there
If your product is one and admin, staff are sub-products / modules one license is enough. To select what type of license you need to check if you charge the end-user. If do not charge the end user then you can stick with Regular license 
OK, just to confirm:
I can purchase 1 Regular license and use on 6-sub-domains, for ex: 1) subdomain1.maindomain.com to 6) subdomain6.maindomain.com
Is this correct?
Correct 
And is validity attached to the Regular license?
Yes, if the author proves, this which is us, you will never have a problem. One license for the end product / entity. If you have different end products example “XY app” “ABC app” you have to buy separate license.
Roger that. This will be just 1 product and will contain 3-components in it. Thanks for the clarification. I’ll go ahead and purchase.
You are all good! 
Sorry for the additional questions:
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?
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/sht21zWe 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,
I managed to do this by adding this code .select2-dropdown{ z-index:10000; } It works, but I’m not able to use the search box inside the select2 box. Kindly help.
Hello, Appreciate if you could help in this issue. Little urgent..
Hi there
We are online now, Ok, can you kindly show me your HTML code ? sometimes the position of the modal is important
Hi Yes. I can share the html.. Just a sec
Create your Orders
<button aria-label=”” type=”button” class=”close” data-dismiss=”modal” aria-hidden=”true”>close </button> <form action=”{{url(’/testline’)}}” method=”post”> {{csrf_field()}}| # | Product Code | Product Name | Qty | price | Total |
|---|---|---|---|---|---|
| 1 | <input type=”text” name=’code[]’ placeholder=’Enter Product Code’ class=”form-control”/> | <select class=”full-width” data-placeholder=”Select Product” id=”purchase_time” name=”prod[]” data-init-plugin=”select2” style=”font-family:Roman”> <option value=””></option> @foreach($prod as $prod) <option>{{$prod->product_name}}</option> @endforeach </select> | <input type=”number” name=’qty[]’ placeholder=’Enter Qty’ class=”form-control qty” step=”0” min=”0”/> | <input type=”number” name=’price[]’ placeholder=’Enter Unit Price’ class=”form-control price” step=”0.00” min=”0”/> | <input type=”number” name=’total[]’ placeholder=’0.00’ class=”form-control total” readonly/> |
| Sub Total | <input type=”number” name=’sub_total’ placeholder=’0.00’ class=”form-control” id=”sub_total” readonly style=”color:blue”/> |
|---|---|
| Tax [%] | <input type=”number” class=”form-control” id=”tax” placeholder=”0” style=”color:blue”> |
| Tax Amount | <input type=”number” name=’tax_amount’ id=”tax_amount” placeholder=’0.00’ class=”form-control” readonly style=”color:blue”/> |
| Grand Total | <input type=”number” name=’total_amount’ id=”total_amount” placeholder=’0.00’ class=”form-control” readonly style=”color:blue;”/> |
<button class=”btn btn-default” type=”submit”>Test</button> </form>
I code looks messy in this window.. Any other mechanism to send you the code ??
How about via
https://gist.github.com/I have used select2 in the last modal of the code. Modal name ‘inventoryItems’. I have issue in the select 2 in this modal.
I did not receive any solution yet.. Could you pls help ??
Hi there
Give me 30mins I will have a solution sent
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!!!
RTL is not supported
checkout this page http://pages.revox.io/dashboard/latest/html/condensed/rtl_layout.htmlAny solution to the issue!!
Hi there
@hassan848 we added you to our github repo for RTL support. Did you not receive it ?
We have added this to our github over 3 months ago
https://github.com/revoxltd/pages/tree/2fedeacf3dfb9538417352a05a64531af6e77bf3/core/scssLet me know if you have access to the repo and have you used SCSS before?
Yes, I have access to the repo. how to compile the assets
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&previewHi 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