florentina.opris
Forum Replies Created
-
@dingledoink, yes, support for static pages is definitely on the roadmap.
In a future version of WordPress Mobile Pack we will add support for static pages. Until then, you cannot edit the mobile web app without a good understanding of Sencha Touch.
The last published post added in the admin panel is the one displayed on the cover, but if it helps, we just released V2.0.2 that allows you to add a custom image as the cover of your web app.
V2.0.2 Of WordPress Mobile Pack allows admin to add a custom cover from the admin panel.
Problem solved with a patch that will be included since V2.0.2
Problem solved with a patch that will be included in the next release.
Removing the ‘Switch to website’ link would require changes in the app (and recompiling it), so it’s not something that can be easily done from the source. However, why would you want to force users to stay in the mobile view? They will be redirected to the mobile view by default anyway. If they purposely return to the desktop view, they might want to see something in there (and if they recognize that it doesn’t look good, they are able of course to switch back to the mobile version). Assuming the link is removed, readers can set their browser to ‘desktop view’ and it will still show them the desktop theme, so you can’t actually force them to always see the mobile web app.
@giwalola,
The audio players do not display in the mobile web application because we read the content before the players are added by PowerPress plugin, and the only way would be for us to add support for this plugin.
We are still evaluating to see which plugins we will integrate with in the future releases and we will let you know if PowerPress is one of them.
Can you please give the the url to your website so we can check the Javascript code that is being loaded?
If you would like to keep your url private you can contact me at florentina[at]appticles.com
@matt Godfrey,
V2.0 of WordPress Mobile Pack does not use TinyMCE. What version of the plugin are you using? Only when this plugin is enabled you receive the error?
@giwalola,
We are still testing the PowerPress plugin and the media players and we will let you know as soon as we can.
Can you give me the url of your site so I can check out the problem with your image gallery?
@giwalola,
Can you give us the url of your website so we can check it out? If the player generated by PowerPress plugin a flash player?
We will add support for pages in the future versions. What you see on your iPhone is the cover that contains the last blog post added (and its featured image if it exists). The static home page will not be visible, because V2.0 is not a mobile friendly version of your template but a mobile web app that simulates a native-app like interface.
Go to wordpress-mobile-pack/themes.base/index.php and replace
“websiteUrl: ‘<?php echo get_site_url();?>?wmp_theme_mode=desktop'” with “websiteUrl: ‘<?php echo home_url();?>?wmp_theme_mode=desktop'” and please let me know if that worked for you.