145 comments found.
Facing one issue, when i use javascript to load a widget like vuukle, the first time i click on the page it loads fine, then i go back and click on the page again, does not load the widget. Do i need to pass any parameters so that it always refresh’s the page? Kindly suggest. Here is the link.
http://new.ecoganesha.org/ click on messages you will see the vuukle widget. Then go back click on some other page and then come back to messages, widget does not display.Hello,
To load the vuukle widget on every visit,
Add this:
window.VUUKLE_PLATFORM = 0;
Right before:
(function() {
var d = document,
s = d.createElement('script');
s.src = 'https://cdn.vuukle.com/platform.js';
(d.head || d.body).appendChild(s);
})();
Thank You
Great, Thankyou worked perfectly.
Do Routes work on this theme ? http://framework7.io/docs/routes.html
Hello, Nectar is based on Framework7 v1 and Routes feature is available in v2 which is incompatible with V1. So they won’t work.
While using Nectar, please refer this docs https://v1.framework7.io/docs
Hello dear, a little help please. Everytime I refresh a page the site goes back to spash screen then walkthrough. How do I stop it from doing that and remain on the page I refresh? Thanks
Can you please provide a manifest and service worker? the links you provided in the comments are not working for me. Thanks!
also, could you pretty please tell me how to link directly to one of the pages? i.e. mydomain.com/stuff.html points to mydomain.com/index.html… thanks again
Hello, I want to buy this application but I need to know if I can create the project using Phonegap Desktop and if it comes with added plugins such as the camera and file transfer. Congratulations for the work
Hello, How do I remove splash screen and specific the html file while loading?
Hi, How do I set after splash, load to home.html?
Hello,
To load home.html after the splash:
1. Open assets/custom/js/pages.js 2. Search for myApp.onPageInit(‘splash-screen’, function(page) { 3. Inside this event handler replace ‘walkthrough.html’ with ‘home.html’
Thank You
Hi,
One more question want to ask, how to change silder photo at home.html
Thanks.
Hi,
1. Open home.html 2. Search for elements 3. Change the url value of style=”background-image” attribute
Thank You
Antes de comprar gostaria de saber como faço para criar texto igual ao do Splash screen.
Hello,
Please check the instructions for creating animated splash screen here: https://www.dropbox.com/s/0ek8w0zzuu3gk2a/svg.txt?dl=0Thank You
Hi.. can I use this theme to wordpress website ?
Hello,
Nectar is not compatible with WordPress.
Thank You
Hi, great template. Would this work for a Django app, just using the standard template system and these templates?
Hi,
Nectar is built upon Framework7 v1. It has a Single Page Application (SPA) architecture which makes heavy use of AJAX to communicate with back-end servers. Therefore, integrating the server-side (Django) code with this template would not be feasible.
However, if you are using Django REST API on your server, then you can certainly use this template.
Thank You
Hi pmsgz, I am looking to use this template for developing hybrid apps for android and iOS platform and have below queries.
1) I am not able to find all the screens like Phone/OTP number verification, login/signup/logout, article list etc screens in the live preview of this app. Does the template offer all these screens? Please provide a new demo page to check these pages.
2 Please list the frameworks you have used to develop the app skelton i.e. PhoneGap, Framework7, Vue, or is it built in plane HTML/CSS/JS. Does it use Angular2/4 as well?
3) Does it contain the boilerplate code to invoke the rest API, parse JSON data ?
Thanks
Hello,
1. All the screens are present in the demo. Please visit this link to see demo http://nectar.theprogrammers.website Once the Web app loads, open side menu and go to Pages. All the screens are available there.
2. Nectar is built using Framework7 v1 and jQuery. No other framework is used. To create apps you can use Phonegap/Cordova.
3. No, it does not contain any boilerplate code to call rest APIs. You just need Ajax to call those APIs. I can help you with that.
Thank You
I am not able to see the login screen in demo listed. Can you show me where i can find the login screen?
Hi, All the screens are listed in alphabetical order. The login screen is also available there just before ‘News Article’ screen.
Hi there, any timeline when the version with Framework7 v2.0 will be released? Thanks.
Hello,
There is no definite timeline for Framework7 v2 release.
At present, I’m working on adding some features in v1 such as multiligual, RTL, HTML Web APIs, basic WordPress support and iOS theme. Once these features are released, I’ll start working on v2. This would take some time.
Thank You
Hello, First of all, congrats it’s a neat product I tried the APK version, i noticed when I press Back button on my device, instead of going to previous page it quits. Is it possible to make it go to previous paege instead of quitting? Also, when will your F7 v2 version come out?
Hello,
Thank you for appreciating the product.
Of course, it is possible to enable back button navigation. All you need is to pass an additional parameter (pushState: true) in app config file.
At present, I’m working on adding some features in V1 such as multiligual, RTL, HTML Web APIs, basic WordPress support and iOS theme. Once these features are released, I’ll start working on V2. This would take some time. 
Thank You
May I know if this theme only for developer or everyone. I understand this is different from wordpress theme but may i know how to install this theme on any website?
Hello,
If you have basic knowledge of HTML, CSS and JavaScript, then you can use Nectar to develop mobile web apps.
To install Nectar, all you need is to upload the contents on a web server.
Thank You
Okay, Good. Do you have any document online which explains how to install and use this, like we see for wordpress theme. After installing theme I would like to know the way to publish posts. DO we have any editor?
You can find the documentation at http://nectar.theprogrammers.website/docs
Nectar is a frontend template. Therefore, you will need a backend (REST API) to be able to publish posts.
Hello ,
Is the team angular 4 supported? I am planning to build a PWA using Angular 4. Can i take this theme or do you have any version with Angular?
Hello,
Nectar is not compatible with Angular 4. However, you can build PWA with the basic version (without Angular). If Angular 4 is an absolute must for you, then I would not suggest you to use this theme.
Thank You
Hello,
I am planning to make a progressive web app using this theme.. I have 2 questions regarding the theme.. Please help me get the answers:
1) Is the theme website, tablets and mobile compatible? 2) Does theme will be fully compatible with PWA technologies?
Hope to hear from you soon..
Thanks in advance
Hello,
1. Nectar is fully compatible with mobile, tablet and desktop. However, it is designed for mobile and tablet use only.
Open this link on your PC to see how Nectar looks on desktop. http://nectar.theprogrammers.website/material2. Yes, Nectar will be fully compatible with PWAs.
Thank You
Hi,
On Data Tables you give note “We have not provided any sorting logic” Can you provide it ? i need sorting feature.
Thanks
Hello,
I will not be able to provide you the code for table sorting implementation.
However, you can easily implement using tablesorter.js plugin. This plugin is very flexible to work with, supports multiple data formats. You can see the demo here http://tablesorter.com/docs/#Demo
If you find any difficulty in implementation, kindly contact me. I will surely help you out.
Thank You! Have a great day!
I can’t find the Splash Screen page! Help!!!
Hi,
As the Splash Screen is the entry point of the app, it is present inside index.html file.
In index.html, the markup inside represents the Splash Screen.
The CSS and JS is present in assets/custom/css/pages.css and assets/custom/css/pages.js respectively.
Thank You
If i buy this template, may i get the sample code of CRUD php and mysql for this kit? Or you will guide me?
Hi,
The PHP/MySQL CRUD for Nectar is not available. However, I can guide you in MySQL database connectivity using PHP.
Thank You
Will be the template compatible with the uncoming version 2 for F7?
Hi,
As Framework7 2.0 is being developed from the ground up, this template will be incompatible with it.
However, I have plans to develop Nectar for F7 2.0 also. Waiting for the stable release of V2.
Thank You
Ok, thanks!
Hi i am interesred on your template… if i download the template with support, could you help me with data base for login/singup users? I am not used to work with data bases so i will need some help with that… Thx.