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, Awesome theme! There are a few basic question that I can’t find the answer on the documentation.

First of all : I want to use gulp with scss file, but in the gulpfile there is only the less compiler, I have to write my own? If i want do concat and minify all js file I have to write a gulp task for that? Are all code written in the way that this could be done?

Thank you for your time!

Hi there

My apologies on the late reply. Yes you will have to. We have a few basic functions like LESS compiler and packaging

https://github.com/tsevdos/Gulp-boilerplate-for-web-designers

Hello, I couldn´t find any link for checking the weekly update. Can you guide me in the right direction please?

Previously I had signed up for a github access but now the page doesnt exist anymore.

Hi there

What is your github account we added you in ?

Hi,

do you still support Meteor 1.4.x ?

We bought it but now you not supporting the latest Meteor Versions?

Thanks for the help.

Hi there

We do not support the latest version. We are currently updating bootstrap to v4 and will update Meteor next :)

What kind of pages will be saved by the packed web page builder? HTML5 and CSS?

Hi there

We do not have a web page builder but we have a layout builder. It will only save one page that you customized. http://pages.revox.io/dashboard/latest/html/builder.html
Can I set header use bootstrap navbar? http://getbootstrap.com/components/#navbar

like this template’s navbar

http://seantheme.com/color-admin-v2.2/admin/html/index_v2.html

because I have many app in system,and one app have some modules…

Hi there

I see your requirement, I will get a you a sample code with dropdown nav and link nav :)

I can’t found the code you give me in anywhere,can you copy code in reply or send mail ‘lichnow@gmail.com’,thx!

please reply me,thanks

Hello, Very good template and very good features.

However, when I want to use ” $(’#myModal’).on(‘hidden.bs.modal’, function (e) { }) ” does not work?

How to fix this problem ? Thank you

Hi there

Will you be able to share your Modal HTML code with me ? :)

I am having trouble when I run the grunt command to build the rails app..

It built the app with what looks like the necessary components, but then when I built the pages controller to be able to have an index the would be the root of the app, it shows that I am having an error with my sprockets and the whole app doesn’t load at all… I saw something about a ruby gem you guys have.. Can you guys add me to the github account?

My username is: aurda012 …

I am using Rails 5, so maybe that is the issue?

I see you guys have sample webarch rails apps and pages rails app, any chance you guys have a sample one for the admin? If not maybe you guys can upload one?

Please let me know! Thanks.

Hi there

We do have a rails gem and a rails sample. You can view it here

https://github.com/revoxltd

Does this theme work with wordpress?

Hi there

Sorry it does not :) this is an HTML theme

Quick question, when will you release the Bootstrap 4 version? (currently alpha 6)

Hi there

Currently working on it :)

Is it possible to give us an estimate of the bootstrap 4 version? eg. April,...?

Yes mid or early April :)

Hey, great theme! I cannot believe I did not see but I need a solution for the calendar bug and not being able to create a multi-day event. Seem crazy this is not included!

Can you please provide fix? I did email your support as well but did not get response.

Hi there

We emailed you :) and that will be fix ASAP

Beautiful work! Before buying I have a couple of questions though :)

- Is there a roadmap for this theme? - Do you still release widgets on a regular basis? - Will there be a React or Vue version?

Thanks!

Hi there

We do have a roadmap :)

https://trello.com/b/Ju0iDcIh/pages-admin

No, React and Vue will not be supported by us. But a community version might be available if someone makes it.

Purchase Code : d641b5a0-7f6e-4067-a80d-ee98d4470508

Hi,

Im trying to implement a double click event on a calendar event but it does not trigger. Am I correct ins thinking this is all that is required….

onEventDblClick: function() { alert(“Hi”); // window.location = ‘courses_editdates.php?id=’+event.index; }

Cheers Ian

Got ya!

Yes, this fires now. Is there now way to trigger the double clicking of an event, rather than single click? The TImeSlotDblClick triggers on any slot, if there is an event on it or not.

Double clicking an event seems to render the drag handle (even though the event is readonly)

Cheers!

Hiya, sorry. Just wanted to give this a nudge as its the final piece in my project :-)

Hi there

What is your email address ? :) I will make a doubleclick call back for you and email you the pages.calendar.js file. You can drop an email to support@revox.io

Purchase Code : d641b5a0-7f6e-4067-a80d-ee98d4470508

Hi,

Im trying to implement a double click event on a calendar event but it does not trigger. Am I correct ins thinking this is all that is required….

onEventDblClick: function() { alert(“Hi”); // window.location = ‘courses_editdates.php?id=’+event.index; }

Cheers Ian

Purchase Code : d641b5a0-7f6e-4067-a80d-ee98d4470508

Hi,

Im trying to implement a double click event on a calendar event but it does not trigger. Am I correct ins thinking this is all that is required….

onEventDblClick: function() { alert(“Hi”); // window.location = ‘courses_editdates.php?id=’+event.index; }

Cheers Ian

Great template. Can you add me to github? my account is supermumhk. Thanks a lot.

Hi there

Added you in :)

Hi, can u add our devs to github? jeffersonbraga and FelipeSabedot

And another question, is there any updated version of the PSD files?

Thanks :)

Hi there

I’m really sorry patricksouza, Github is an addition service we provide to our buyers and something that is not in a license agreement. We only provide on account per license to prevent redistribution and it’s hard for us to keep a track. Hope you understand :)

No problem, but can you still add one of them? Im the uxd and “jeffersonbraga” is one of the developers, thanks! :)

Done :)

Hi, Great template, glad I bought it. I would like to know if the front page is not included. The landing page

Hi there

Thank you! :) Well you were a bit late. Envato does not allow authors to sell landing pages in Admin templates. It was given with this

https://themeforest.net/item/pages-multipurpose-html5-website-template/12366875

For just $24, Now you have to buy them separately :)

I wonder if your template allows to have a search box with autocomplete searching in two columns (and grouping results by categories)?

Hi there

Well that implement is up to the user :) Autocomplete comes from the backend using a JSON ?

Purchase Code… d641b5a0-7f6e-4067-a80d-ee98d4470508

Hi, just using the Calendar app for the first time and trying to get it work with JSON data. Should it be as easy as something like this? $(document).ready(function() { $(’#myCalendar’).pagescalendar({ events: { url: ‘_calendar.php’}, view:’month’, ui: { year: { visible: true, format: ‘YYYY’, startYear: ‘2016’, endYear: moment().add(10, ‘year’).format(‘YYYY’), eventBubble: true }, } });

<script src="assets/plugins/interactjs/interact.min.js" type="text/javascript"></script>
<script src="assets/plugins/moment/moment.min.js"></script>
<script src="pages/js/pages.calendar.min.js"></script>
<script src="pages/js/pages.js" type="text/javascript"></script>
  <!- END CORE TEMPLATE JS ->
  <!- BEGIN PAGE LEVEL JS ->
<script src="assets/js/scripts.js" type="text/javascript"></script>
  <!- END PAGE LEVEL JS ->
<!- END VENDOR JS ->
<!- BEGIN CORE TEMPLATE JS ->
<script>

}); </script>

Where the _calendar.php file outputs the following:

[{ “title”: “RYA Theory”,”class”: “bg-success-lighter”,”start”: “2017-03-19T12:00:00”,”end”: “2017-03-22T14:00:24”,”other”: {}},{ “title”: “RYA Theory”,”class”: “bg-success-lighter”,”start”: “2017-03-21T12:00:00”,”end”: “2017-03-21T14:00:24”,”other”: {}} ]

Should that be it? I’ve worked with the Google Full Calendar before but not the Revox, and Im struggling to get it to populate data.

Cheers Ian

Hi there

Hope you had a good weekend. I see themeforest comments remove code snippets. If your sharing you can use

https://gist.github.com/

And paste the link here. Also

_calendar.php should output in JSON format. You can use Postman to check if your JSON is outputting correctly.

https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en

Your format seems to be right from the comment above. Also you can not do

{ events: { url: ‘_calendar.php’}. First you must

            onViewRenderComplete:function(range){
                //Remeber to formate your date
                var start = range.start.format();
                var end = range.end.format();
                if ($("body").hasClass('pending') ) {
                    return;
                }
                $.ajax({
                    type: "GET",
                    url: "_calendar.php",
                    data: "",
                    success: function(data) {
                        $("#myCalendar").pagescalendar("setState","loaded");
                        $("body").removeClass('pending');
                        $("#myCalendar").pagescalendar("removeAllEvents");
                        $("#myCalendar").pagescalendar("addEvents",data);
                    },
                    error: function (ajaxContext) {
                        $("#myCalendar").pagescalendar("error",ajaxContext.status+": Something horribly went wrong :(" );
                        $("body").removeClass('pending');
                    }
                });
            },

You can see the correct demonstration in assets/js/calendar_lazy.js

Ah, perfect. Will give that a go! Thanks for the quick reply!

Hello. How do you achieve a read-only calendar?

The answer used to be here.

http://help.revox.io/t/how-to-disable-drag-and-drop-interaction-with-event-in-pages-calendar/133

Hi there

If you have event object it should contain readOnly attribute like this

{
                title: 'Call Dave',
                class: 'bg-success-lighter',
                start: '2014-10-07T06:00:00',
                end: '2014-10-07T08:00:24',
                readOnly:true
                other: {}
            }
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