233 comments found.
On the wordpress JSON API section, i have updated my link, but the page returns no output at all http://www.screencast.com/t/JEAkvUZi http://www.screencast.com/t/2nLIfnJQt
Hi, it there any error massages in the Javascript console of your browser? If so, could you share them with us, please?
Hi, this error is related to cross domain script calls which by default are prevented by your browser for security reasons. You should install a plugin like the one that follows and enable it
https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi?hl=enThen run the application again.
Hello, How can I upload my content to ionic cloud? i tried ionic upload and it didnt work.
Hi, did you setup your app id before trying to upload it? https://docs.ionic.io/setup.html#app-id
anytime i run and ionic command i get this error http://www.screencast.com/t/5YpJL9U6HrX
Hi, what is the output when you run the command “ionic info”, please?
how to create chatroom??
Hi, the chat rooms should have the structure depicted in the Start Guide. Please refer to the “Firebase/Chat” section of the Start Guide in order to configure the app for the chat feature.
hiii satsalou… i hve prchsed yur app for my school. and i already spent a lot of times to configure it but until now i still confuse and cant use the app.. could you help me cnfgure it for my purpose.. if may, ill send you the prject from my ggle drive??
Hi, we are happy to support you throughout the whole process. Please, send us specific questions/problems you are facing so we can provide solutions/suggestions. If necessary, you can point us to specific folders/files of your project too. Please, do not forget to send us any error/log messages you receive.
when running grunt serve—force i got messge :grunt serve not found. why ist cause? i am already follow all install instrction…help
Hi, please navigate to the project folder using a terminal and run the command grunt -version. What is the output you get?
Hello, i get both platforms blank when I load my project after the initial preperations: Error: [$injector:nomod] Module ‘barebone.ad’ is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
Later noticed someone with a similar issue and you recommended to remove the admob plugin, but my version has the pro one. And even without it it wont run.
Please help! Thnx!
Hi, this may happen due to your anti-virus or any kind of ad-blocker addon you have on your browser. Please, try to disable them and run the app again.
How to chage colour header?
Hi, the easiest way is setting the color in the scss file of the theme you are using. For example, if you are using the “material-darkpurple-var” theme, then, in material-darkpurple-var.scss file under the app/scripts/styles/themes path, you can change the stable variable to the desired color. Please, see the following screen capture: http://www.screencast.com/t/Ssvsbssp
hii,,,, i cant see any change when i select a theme.. how to activate a themes? is it bcause of sass??
Hi, did you install Sass on your machine? If so, you should see an output similar to the following: http://www.screencast.com/t/XFBMX088Q
Hiii,,, i’ve prchsed.. i still find troble when run grunt the app (grunt serve).. the message is: fatal error unable to fing fatal grunt… help me for this issue..
the mssge is: Fatal Error: unable to find local grunt
Hi, firstly make sure you installed Grunt CLI globally on your machine. In order to do this, you should run the command npm install -g grunt-cli. Then, make sure you installed Grunt locally in the project. In order to do this, you should navigate to the project folder and run the command npm install.
Hi, I purchased this app. Could you tell me what EDI was it created with? Thanks
By the way, I used Visual Studio 2015 Tools for Cordova which is good to create Ionic apps with a www folder, but it doesn’t work with your project.
Hi, we suggest that you use any text editor such as Atom1 or Sublime2 to edit the code of this app since these are the tools used for the project creation.
[1] https://atom.io/
[2] https://www.sublimetext.com/
hi, i purchased this template for mi new app, i installed all the complements, when i run in CMD (windows) the project in the project folder i have no errors, but in the browser i can´t see mi app. I still do not make changes to the source code, only i´m trying to probe the template.
—--> the CMD : http://pastebin.com/JjyUBvW2
—--> the browser : http://prntscr.com/cmmf3j
I do not know what I need to follow.
Thanks.
Paolo
Hi, it looks like you did not run the install script as the Start Guide suggests. Also, could you share the logs of the JavaScrit console when you run the app on your browser?
Hi, thanks for your answer, i give you the error files.
https://www.dropbox.com/sh/sdngkb5ypst0y4z/AAB_fB12amLU2qwKumqY4hlga?dl=0Paolo
Hi again, reading the logs, it looks like cordova-plugin-admobpro is not installed correctly. You could try to install it again.
in chat how to deal with ionic keyboard in smooth way like keep keyboard open while sending messages and close it when clicking outside the input and the sending button - when i open the chat it’s fundamental not useful for me, please try to send me this smooth keyboard or clear it if i not got it , thank you
Hi, we have not implemented what you are describing in the past and we are not sure if this is something feasible. Though, you could look into the functions ionic-plugin-keyboard (https://github.com/driftyco/ionic-plugin-keyboard) provides.
Are you for hire to customize this app for me? I have a Event coming up in 2017 and need help with something like this.
Hi, could you please send us more details about the required features using the following form? https://appseed.desk.com/customer/portal/emails/new
Unfortunately Live radio doesn’t work (didn’t changed any url, followed each step)...if I press the play button I get a error in a alert box: window.Stream is not a constructor. Tried both via grunt serve—lab and on a Android emulator. How do I fix this? It’s really urgent. Thanks.
One thing to add: My main purpose is to playback a live icecast streaming..unfortunately it doesn’t work…tried both default + with custom stream url’s. It seems that the stream is undefined everytime (tried default + custom urls)
Hi, this app uses the following plugin for this functionality: https://github.com/skounis/cordova-audio-stream-plugin. Therefore, you will be able to test this feature only on a real device. Also, you could send us the stream url so we can test the app on our side using that stream url.
Hi, thanks for the feedback. Does it mean that it won’t work on a android emulator on a windows machine? And how about the ionic app viewer app…does it work there or do I really need to put the apk on a real hardware device?
Nope, it doesn’t work. Built the apk file straight out the project without changing anything, installed it on my nexus 4 and when I hit the play button, I receive the same error: Alert TypeError: window.Stream is not a constructor (same error on the android emulator + ionic serve lab view).
How do I fix this? It’s really very urgent 
Could you please make sure the stream plugin is installed on android platform? In order to check that you can have a look in android.json file under the plugins folder. There should be something similar to the following: http://www.screencast.com/t/VpWjSTPwpOmr
The stream plugin is missing in the json file. How do I apply it? I thouth that the install.bat file handles all plugin dependencies automatically so I don’t need to manually install any plugins by hand.
running cordova plugin add https://github.com/keosuofficial/cordova-audio-stream-plugin.git + grunt build:android worked so far. Now I will test my own stream url and give you a feedback. Another issue I found: The play button is not aligned in the middle but placed on the left upper corner (misplaced/button not fully visible).
Thanks for your fast support, I really appreciate it.
Custom stream url worked without any issues, again thanks for your help. Is there a possibility to upgrade to the ionic2/angular2 version or do I need to buy a new license? Unfortunately I didn’t knew that you offer a ionic2 version too…was a little bit too fast when buying barebone v1.
Hi, Barebone Ionic 2 has different features that the app you purchased. For example, it does not have the live radio feature. Please, visit https://www.noodl.io/market/product/P201605051844166/barebone-ionic-2-full-application-an-ionic-2-app-with-generic-features-most-mobile-apps-need and view the demo app to make sure it suits your needs. Also, bear in mind that Ionic 2 is still in beta and, because of that, Barebone Ionic 2 has unstable behaviour.
This is an ionic theme… Why do I need to install another bunch of programs; ruby, sass, git, yeo, grunt, bower etc?
I tried to simply use the built version (under release folder). Tried to add a new module but no luck. Please let me know how can I develop my mobile project by “only” by using the “release folder”. Especially adding a new module.
Thanks, Erdem
Hi, this app uses Sass for theming. It provides multiple themes which you can choose from. On the other hand, Sass is written in Ruby so you will need Ruby installed as well. Git is used in order to download and install the required packages of Ionic1. Grunt helps with the automation of some tasks such as the build process. Bower is needed in order to install the required libraries. These is already a “bower_components” folder under “release” folder with all the libraries installed. Though, if you needed to use additional bower libraries during the development of new features, Bower would be useful. Bower is nothing more that a package manager.
For development purposes we do not recommend the use of the “release” folder. Though, if you want to only do the basic configuration of the app, you could use that folder too. In order to add a new module the process is pretty much the same with the one when working in the “project” folder. This app has a modular architecture which is similar to the architecture of our Barebone Ionic app2. In the documentation of that app, you can find instructions in the “Create a new module” section. Please, download its documentation for free from the “Item details” tab.
[1] http://ionicframework.com/docs/guide/installation.html
[2] https://codecanyon.net/item/barebone-ionic-full-application/11565196
Can I use other ionic themes with this app?
Theoretically, you can use any theme you want. However, we cannot guarantee it since this is correlated to the way your theme is implemented. You could send us the theme you are interested in so we can check if it can be used with our app.
Do you have any plan to update it into the new one? Or, how to update the structure of this code to be able to apply the new Firebase Auth SDK?
Thank you.
Hi, we do plan to update this app with Firebase 3.x very soon. You will be able to download the updated version for free.
can support multiple images post? like the contact form where is the add image button. i need let user send more than one image. is possible?
Hi, there are two types of code examples in the app for what you are asking. 1. There is the products screen where a product is accompanied by an unlimited number of images. 2. There is the articles screen where an article is accompanied by one image only. Please, download the demo APK to preview the app.
hey, do you offer customization service? i can purchase and pay customization service?
Hi, could you be a little more descriptive about the customisations you are mentioning?
I would like to have a company app like the one with homepage, product, about us, news and contact…. these pages should be made with ionic platform as they won’t have connection to my website. I have also got an itune and play store therefore if possible you can do customization and help me to upload my company’s app to my itune and play store and i will pay you more for customization service
The Ionic Platform does not allow data maintenance-update. A possible choice for that is the combination of a mobile app which uses Firebase with an app which is going to act as an Admin panel for the data creation-maintenance. For example, we have Business Directory Firebase Admin(https://market.ionic.io/starters/business-directory-firebase-admin---admin-ui-for-firebase-backend) for the creation-update of all the data of Business Directory app(https://codecanyon.net/item/business-directory-ionic-full-application-with-firebase-backend/14681052).Do you think a customization of such an app could cover your needs? If so, please, open a ticket using the form below so we can discuss further: https://appseed.desk.com/customer/portal/emails/new
Thanks for the reply, I just want a company’s app that I won’t update it regular. Probably, 2 times per year because we only update our products after 6 months or more. So is this possible to have an app that works offline and when we want to update an app we just re -upload a new version of app that contains our latest products.
So through this, even an html 5 app built by ionic platform is fine. As we said, we only want homepage, about, products, events/news (offline data) and contact page.
What we care is the quality of UI
Hi again, all the apps in our Codecanyon portfolio need internet connection in order to work. Though, you could store the result of a request (e.g. products) in the local storage and each time the app wants to load a product it could check whether the product exists locally. If so, then it could use that, else a new request could be made. Did you have a look at the apps we have in our Codecanyon portfolio? Is there anything that could fit your needs as it is?
hi, how we can add infinite scroll in news or wordpress post.
We demonstrate infinite scroll in facebook albums module. Please, study the full example under scripts/facebook folder. Also, you may find helpful the related Ionic documentation: http://ionicframework.com/docs/api/directive/ionInfiniteScroll/
Hi, 1-how we can cache (local store) articles for offline usage . 2- how to get profile picture and other information like email and mobile no from social login.
Ηi, 1-You could store the result in the local storage and in each time the app wants to load an article it could check whether the article exists locally. If yes, then it could use that, else a new request could be made. 2-You could search for a plugin different for each platform (Facebook, Google etc.)
Sorry, by “each platform” I meant Android and iOS. Also, we have an example of what you described for Facebook, Twitter and Google accounts but without getting the mobile no and profile picture. You can find it under scripts/oauth folder.