71 comments found.
Hello Sir Sir I frame now working but ,when your code convert to .apk when i frame not working and viewing
Hi, The iframe of the PDF ? Or what iframe?
Make sure that iframes works in apk, and if they need some special code to work.
Regards.
yes ! iframe of the PDF
But are you sure that apk from google support PDF view?
Try to look over the web, I think google do not allow pdf in apk format
Try to read HERE
yes apk support to pdf view but link is also not working
Hi,
The link to the page with the pdf is not working?
If yes try to use class=”external” to the link in the code.
Or please post an example of your code here, because it’s quite confusing not seeing some examples
Regards.
what is ”!” refers to in /filename.php#!/about.html ?
Hi, Those ”#!” are some separators signs used to load the page in that case about with Ajax. You can edit those and replace it wiht other signs, or just remove them, but the about.html extension will disapear as well. This means on any page you will be only finlename.php will apear (the functionality will stay normally, just the url will be different)
Let me know if you want to change something.
Regards.
hi, there some issue on pop up (ex: login)... when i tap on screen, the pop up appear normaly, but sometimes i must tap-and-hold to make it appear on screen.. if i just tap normaly on screen, the pop up will appear and disapear very fast .. what’s gone wrong?
Hi,
This should not happen. What mobile and browser are you using?
Will test it and let you know if there are any issues.
Regards.
Hello Mr./Mrs I want PDF File Download and same page view. But it’s not working on web app. My custom code is not working. Please Reply as soon possible. it’s urgent Thanks Regards
Hi,
What do you mean by “PDF File Download ” ?
“My custom code is not working” . Our support is related only to the item itself. Customizations related to the HTML/CSS/JS included in the template files.
Regards.
Yes I want to download the pdf file in wep app and showing the result in same page.
You want to view a PDF file inside the template pages?
If yes use an iframe and the link to the PDF with class=”external” added to the link.
Hello this is a pre-buy question, i like this template 1. Can this template be install and run has a native app will ? 2. Can you help customize it, set it up with database connect 3. Can it run off line (when no internet on mobile device)
Hi,
1. This is a HTML mobile template. To transform it you need to transform it into a native app using a solution like phonegap, cordova…etc Any solution that allows a mobile html template to be transformed into native apps.
2. Our support is related only to the item itself. Customizations related to the HTML/CSS/JS included in the template files.
3. No will not run without internet as it is. It’s basically a mobile website, and needs a connection.
Regards.
Hi,your work is really cool~ I’ve bought it and trying to make it work with my Drupal website as a mobile theme, I’m not very familiar with front-end ,especially ajax;So I want to know it’s there anything I need to do at my server configurations to make the ajax-loading pages working? Becauses it seems like the “Inner page loading” not working at my local computer, which makes me kind of confused, I am worried about that it will be a hard work to makes it working with Drupal site smoothly ,but I believe with your helpful support I can finally do it ~ Any suggestions? Hoping for your reply Thanks a lot
Seems like it’s not gonna work for the reason the structure of this template(Secondary pages included in main page ) is totally different with Drupal 7 template methods … I guess I have to give up loading pages with ajax.Now I just want the js features of a single page such as the sidebar menu and the login popup,but seems like they are all included in framework7.js which I have to abandon ,can you give me a simple version of this template?
Please just delete the ajax page loading part in the js files,make the links visiting normal pages instead of loading secondary pages in the main page
Hi,
Yes this template uses a custom Ajax structure.
I will consider in releasing a simple HTML format for this template in a future update.
Will release it next week.
Regards.
Hi , have you release it already ?I found out framework7.js conflict with my ckeditor ajax upload function…
Will be released in the 2 days. It tooked a while to create another version of this template, but without ajax. Will let you know once it’s aproved on the market.
Hi,
The template is updated. You can download the archive for free from your account.
There is a folder “blix-multipage-no-ajax” included there.
Regards.
Hello, i bought this template but i cant apply javascript code to pages, it Works only when i add them to my-app.js, but in some cases i need to add to below page, is there a way for this ? Thanks
Hi,
This is an ajax based template. Secondary pages are loaded thrue the main page. You can only load the JS for secondary pages like in the examples used in my-app.js
What do you want to add it below the HTML? Generally the corect way to add JS is in a separate file.
Regards.
Hello My Navigation is not working. Please Reply as soon possible
Hi,
Test the template on a server.Will work
How I can change tile navigation in homepage as 3 rows. currently its two rows.
As it the design only supports 2 rows, and multiple slides.
With some CSS changes you can modify this, but will require to edit the style.css file.
Will require to increase also the space in height of the nav. Leaving a too small space for the slider above in my opinion. So I am not sure it will look good.
Regards.
Hi, How can I configure login user access?
Hi,
The login and user forms are simple html forms. In order to create and store user info you need to add programming to the template, and ofcourse a database.
Regards.
I cannot get links to work on the internal pages. I have it set up as a mobile site and on one page, I have links to pdfs that are in a folder within the mobile site and they don’t open. I also have links to outside URLs and those don’t open either. Am I missing something?
Also I would like to use a typeform widget for the contact page. I dropped in the code but it isn’t showing up.
Hi,
1. Any test you wan to do with the template use the files on a server. It uses ajax and needs a server. Will work offline I think only in firefox. This can be a reason that inside links are not working
2. Any custom JS code add it inside the my-app.js file, like we did for multiple examples on different pages. For each page use
myApp.onPageInit('contact', function (page) {
your custom function called here................
})
Change contact with the name of your page. And load the main JS files if there are any in index.html footer.
Hope this helps.
Regards.
I have the site loaded to a server for testing. I cannot get external links or links to PDFS that are on the server within the mobile site to work. I can only get link to other pages with the mobile site template to work. I am coding links with the standard a href tag. Should I be using a target? I am not sure why this would not work properly. I have tested on both Chrome and Firefox on my mobile phone.
For the typeform widget, I added the JS to the my-app.js as you said but it is still not working. They provide an embedded code for the form as seen here: https://www.typeform.com/help/embed-a-typeform/
Is there anything in the framework CSS or elsewhere that would keep links from working? Thanks for your help.
I have also found that if I hold down my finger on the link for a few seconds, it will open a menu where I can select open link in a new tab. But if I just regular click on it, it does nothing. Tried this on two different versions of android phones.
Okay I got the external links working by adding class=”external” target=”_blank” to them.
I still haven’t figured out the PDFs – can I open PDFs through this? From what I’m reading it seems this might be an issue.
Also still trying to figure out the typeform widget as mentioned above.
Hi,
1. To open PDF you are using a link also on the pdf source right? Use the same class external
2. For typeform, are you using the code for a secondary page? Can you send me the code that need to be added? I will test it. Send all the files that typeform recommand using. Let’s hope typeforms can be used in ajax website on secondary papages. Same problem google ad words have for ajax websites. They provide a custom solution for ajax ones. Let’s hope typeform have also a code for this.
Regards.
I sent you an email because it wouldn’t let me put the code here. Thanks!
Hi,
Replied to your email with the solution.
It’s just I think typeform it’s not responsive. Does not seems to resize on mobile.
Regards.
Hi there, the template I downloaded does not have any style applied to the other pages. For example the about page & features pages look nothing like in the demo. Please let me know how I get those templates
Hi,
I gues you opened the secondary page individually?
This is an web app template and uses ajax for secondary pages. Do not open them separatelly. Open index first and then navigate thrue pages.
If you want to see the about page for example separatelly use the url like
http://sindevo.com/blix/blix-main/index.html#!/about.htmlAnd test the template on a server, not locally.
It’s made like this in order to behave more like an app.
Regards.
amp ready?
Hi, no it’s not an amp template.
im trying to use this html on a asp.net page but it does not show anything on the explorer, what can be going wrong?
Hi,
We cannot tell since we never integrated this with asp.
But you must:
- test the template on a server - make sure asp work fine with ajax and framework7
Regards.
how do i execute a javascript function in a content page, it just not work
I just realized that you can execute a javascript function from index.html to change content of a contentpage, but already within the contentpage any javascritp function that you run, just change values in the index.html, I want to change content inside of the contentepage, how do I do that?
never mind friend, i already see the instructions on your help document, tis greate works nice and clean, and just to let you know, im using it on xamarin forms webview and works perfect!! thank you
Hi,
Wow, thanks for the feedback, I am happy it works on xamarin, and I am sure will guide other users that want to know if it works.
Regards.
I am very impressed with the work But I want to support RTL
Hi,
As it is the template does not include a RTL support. Only if we customize it for you.
Regards.
Is it suitable to build App through Cordova? Also I want to you make RTL for me, How much does it cost?
Hi,
Yes the template is suitable for Cordova as long as you know how to do it.
Write us using the profile page contact (- sidebar form) in order to discuss about making it RLT. Will give you a quote there.
Regards.
Awesome work. Would these templates work for a Django app? I mean by just using them as django templates for the front-end.
Hi,
No this is not build for Django.
It is a simple HTML mobile template, with framework7 as main core for page transitions, and a custom design in the front end.
If Django support any html template, then must work, if requires a custom structure in the html, this does not include it.
Regards.
I am really interested in this template. Is the shop working? How does it work? I already have a wordpress website with shop, will I be able to implent it?
Hi,
No this is not an wordpress mobile theme.
It’s a simple mobile template with html/css and jquery/ajax.
The shop is static, just a design interface layout.
Regards.
hi there, very nice work!i have two pre-sale questions: 1. Google page Speed test revealed that the score is not as i;ve expected, can this be improved?
2. i like very much the feature you’ve added to blog posts (social share, comment and message), can this feature apply to image gallery too?
Hi,
1. Yes you can improve page speed and optimize the images, CSS and JS. And all the things google mentioned in their test page. We are using some huge image in the slider also to make the template available in desktop/tablet mode, but you can use smaller.
2. You can only add that featured if you build the photos layout in that format, one row under eachother.
Regards.
Can I use offline “Blix Mobile Html Template”
Hi,
It uses ajax and I think only firefox see ajax offline. But the way to test this is on a server.
Regards.
Hi, thank you, this template is awesome. I currently apply this blix into codeigniter,
but I’ve found problem when I try to call session->userdata in my controller and or my model class, it’s undefined.
can you help me with this issue?
Hi,
Thank you for choosing our mobile template.
As I know codeigniter is in php. Try to use ajax to add info from php to this template since the template core is in ajax.
Hope this helps.