3890 comments found.
Can you please add me to the github repo? Username is thaskinsfco
Thanks!
Hi there
Sent you an invite 
Hello, I purchased the template a while ago and would like to be added to the GitHub repo. My username is richcampbell Thanks!
Hi there
Sent you an invite 
There are `$(document).on(‘ready’, function () { /* ... / });` and `$(document).on(“ready”, function () { / ... / });` in the js files which is not supported by jquery.turbolinks gem.
Should we change them into `$(document).ready(function () { / ... */ });` ?
Hi there
I did not face this issue though, are you talking about the functions in pages.js ?
its located in the vendor folder
Yes, pages.js line 1792 `$target.data(‘pg.sidebar’).togglePinSidebar();` reports `$target.data(‘pg.sidebar’) is not defined` if turbolinks is enabled
Could you check and let me know if your gem file has turbolinks ? 
Its not a must to have turbolinks in the project, you could remove it in application.js in your assets folder
thanks for the prompt response this gist ( https://gist.github.com/TangRufus/10582ae30ae24a6f08a1 ) solved the problem
I am using it with Rails.
I see that `plus add in jquery.turbolinks` in the generated JavaScript file. Does it mean that I have to add the jquery.turbolinks gem manually? Or, grunt has done it for me?
Thanks!
Hi Ace,
I am glad to know you are almost done with the update. I am very excited to see all of the new improvements and features to your awesome framework 
So will the v1.2 update be available through Themeforest this weekend or next week?
Great!
we will send it over to themeforest during the weekend and it should be available here then during the next week
also I will keep everyone posted in the comments section about it.
Can’t wait! Thanks for the update.
Hi Ace,
Is there an estimated release date for v1.2? For example, this week? Or next week? Or later than that?
Thanks
Hi there
We will be finishing Angular this week and during the weekend the frontend 
Woohoo!
Is it possible to create more than 2 levels for the breadcrumb ?
<ul class=”breadcrumb”> <li> <p>HOME </li> <li> <p>Produits </li> <li> <a class=”active” href=”#”>Ajouter un produit </li> </ul>
gives me that : http://imgur.com/aTSFARu
<a></a>tags inside
<li>< /li> instead of <pre><p></p></pre> tags solves the problemPlease make that change and set font-size:11px for .breadcrumb a { } </li>
Hi Ace,
Any news when v1.2.0 will be released ?
Cheers !
Hi there
Yap
working on the front end HTML and its looking awesome, some few surprises are coming up. You will not be able to see the progress of the front end on github because its part of the surprise
Can’t wait !!
Hi, I purchased the template a while back and would like to be added to the GitHub repo to test out the angular version. Username is jHoldroyd, thanks.
Hi there
Sent you the invite 
Hello, I just purchased the template, can you please add me to the github repo, I would like to start working with the angular version. My username is https://github.com/upanshed.
Thanks
Hi there
Sent you an invite 
I gather from the comments that you are beyond the 1.1.1 release listed on the “Item Details” tab. Is this correct? If so, can you please update the Live Preview and Item Details pages on themeforest to reflect your current status? I’d like to explore the AngularJS work via a demo before purchasing. Thanks!
Yes, v1.1.1 is the latest, but it contains a minor change. AngularJS support will be available from our upcoming release, v1.2.0
Hello Ace,
I was wondering if it was possible to have the sidebar color scheme that is part of the “Social App” on other pages? Just the white sidebar and green header. I cannot seem to figure out how I can use the green and white sidebar color scheme on the rest of the site. Any help is appreciated 
<link class="main-stylesheet" href="pages/css/pages.css" rel="stylesheet" type="text/css" />with:
<link class="" href="pages/css/themes/simple.css" rel="stylesheet" type="text/css" />
Hey Ace,
I was wondering if you had any plans to start creating mock design files in Sketch eventually. Im starting to see as a UX/UI Designer and Developer the benefits of using Sketch. Just a question have you guys considered it yet?
Hi there
There was a few request on sketch, seems to be catching up. Will try to add it but not in the coming update but the next 
Thanks Ace, and the only other request possibly down the road is adding EmberJS. I’d love to see a suggestion/voting forum or something that your purchased users can contribute to for new feature requests haha
suggestion/voting forum is already on its way after the pages update 
Hello, may I have an invite to the github repo? My username is basiccable4.
Thanks!
Wow you guys are super fast. Thanks for the invite!
No problem 
Not at the moment.
I have already bought this wonderful theme, i want to keep updating. Can i join ur github, my account is https://github.com/zires thank you!!
Hi there
Sent you the invite 
Hi Ace.
Could you make a sample using “view-port” ( http://pages.revox.io/doc/1.1.0/jquery/mobile_view.php ) using a request from ajax (json) like you did on email’s module?.
If I select an option, first loaded with ajax, then append it and show the loaded options with animation, like the sample on mobile_query.php.
I don’t know if you understand what I’m trying to say.
Thank you!
Hi there
Sorry about the late reply, Yes I do understand
currently there is no callback after animation, the issue that we found is how to trigger a callback when its using css3 animation, there is a jquery function for it but its abit laggy and has a few bugs, I will further look into it 
Hi ace, nice work, can i have access to the github project? Thank you!
jockycamposeco is my username
Hi there
Sent you the invite 
Hey Ace, me again. I have an issue with the login form using validate.
Please check this image: http://s4.postimg.org/dwfycyjjh/login_validate.jpg
As you can see, in your demo the validation text are located outside the input, in my case (see image) it is inside.
I have all the css/js properly included. I checked a couple times the HTML, but I can’t find the solution.
P.S. Do you prefer contact you here (themeforest) or by email? which one is best for you?
Hi there
Its in pages/jspages.js file
you must be using v1.2.0 from github its Beta and will contain bugs.
There are two things you can do
1) you could do is build v1.1.0 and replace the pages.js
https://github.com/revoxltd/pages/tree/v1.1.12) Download your package from themeforest (Its free)
http://themeforest.net/downloadsand replace pages/js/pages.js or pages.min.js from getting_started/pages/js
Is not working. I’m using the pages.js after build 1.2.0 but doesn’t work. Any more suggestions?.
Could you try now? the one in v1.2.0 in github it should be fine 
I found the solution
I was including the validate plugin js after pages.js. Thank you for your support
take care.
Hello. I’m trying to modify your notification.js inside in core and pull this request, but I am not able to do that. So, here is the code:
// bind to Bootstrap closed event for alerts
self.alert.on('closed.bs.alert', function() {
//self.notification.remove();
//self.options.onClosed();
self.hide(); // this is new
// refresh layout after removal
});
Notification.prototype.show = function() {
// TODO: add fadeOut animation on show as option
this.wrapper.prepend(this.notification);
this.options.onShown();
if (this.options.timeout != 0) {
var _this = this;
// settimeout removes scope. use .bind(this)
setTimeout(function() {
this.notification.fadeOut("slow", function() {
$(this).remove();
_this.options.onClosed();
});
}.bind(this), this.options.timeout);
}
return this; // this is new
};
// this is new
Notification.prototype.hide = function() {
var _this = this;
this.notification.fadeOut("slow", function() {
$(this).remove();
_this.options.onClosed();
});
};
// EXAMPLE
var notficiation = $('form').pgNotification({
style: 'bar',
message: 'error',
position: 'top',
timeout: 0,
type: 'danger'
}).show();
setTimeout(function(){
notficiation.hide();
}, 1000);
hope this helps.
one more question: how can hide a pgNotification manually (javascript call)? I can hide the elment, but will be nice call something like pgNotification.close() or something like that.
For example, I’m doing the login section. When the user pressed submit button and the username/password are wrong then the notification shows the error, but, when I submit again the form, call pgNotification.close() to hide the notification and wait if the username/password are correct (i’m using ajax).
I don’t know if you understand what i’m trying to explain, let me know.
$(".alert").alert('close')
It doesn’t fade out like your code though
BTW If you’re having trouble sending a pull request you will this guide useful: https://help.github.com/articles/creating-a-pull-request/
Coo, I will use the way that you sent me
thank you.
Hello. After spending HOURS trying to figure it out an error using ajax, this was the problem:
https://github.com/HubSpot/pace/issues/70Please, update peace to the latest version. For someone if using the option ajax = true in peace configuration.
Current version: 1.0.2 your version: 0.4.15
hope this helps someone.
Oh, sorry to hear that. We’ll update the pace version. Thanks for reporting.