View Per Jensen's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
It's kind of hard to test agains all cell phone browsers, and I haven't tested Blackberry.
Do you use the native browser?
@gillie Yes I used the Blackberry native browser.
A little google search shows me that Blackberry has a different browser and that it's not so popular...
http://www.markevanstech.com/2011/09/16/did-the-web-browser-kill-blackberry/
I suggest you search for solutions and do some edits in mobilize.php or exclude BB from the mobile view in function detectmobile() in start.php - blackberry|.
Thank you very for your reply. I will loose a lot of audience if I exclude BlackBerry.
That's a good piece of work. Thank you! *Recommend*
Megacool.
Hiya - I think there is a problem in ios 5 with links opening in safari when a site using Mobilize is saved as a webapp - they should stay within the webapp.
I added the Javascript outlined here:
http://stackoverflow.com/questions/2898740/iphone-safari-web-app-opens-links-in-new-window/8173161#8173161
and it worked perfectly (I added it into the mod/mobilize/views/mobile/page/elements/head.php)
Perhaps for a next release?
@Nick Thank you, I'll add the fix in the next release.
If you're facing width to much, edit mobilize\views\default\css\mobilize.php
Now i'm trying to solve double login form.
i found out
is the problem creating actually not duplicate login, but html and body tag also. The file at mobilize/index.php
@Alfirus Do you see the index page twice?
Have you enabled Walled Garden?
Yes, i enabled walled garden and saw 2 webs render in 1 html and i'm using the latest elgg
In default/mobilize.php try with,
.elgg-module-walledgarden{
display: none;
}
thanks, this plugin works....but it does not refect my customised site logo,it only shows my site name according to the default design and font
That's right. You have to add your logo yourself. You can see an example of a logo in use, if you visit this link with your mobile device,
http://www.perjensen-online.dk/showroom/socialize/
In this example a logo is added to the folder mobilize/graphics. You probably need to make a smaller version of your logo to fit small screens. This logo.png is 120px x 32px.
Then position the logo with css in mobilize.php.
alguien me puede desir como le pongo mi propio logo a este plugin
@Eduardo - Check out the new release, please.
HOW CAN I REMOVE POWERED BY ELGG FROM MOBILIZE?
There is no Powered by.. in mobilize.
it does i guess... this is an example of my mobilize mobilesite footer (www.salimosonline.com)
Designed by Elggzone @2012 |
Powered by elgg | log out | Settings
Privacy | terms | About
That's in Basic Light. Open start.php and find,
// Extend footer with copyright
YOU ARE THE BEST!!! THANKS!!!
how to solve this error in my admin->plugins
This plugin is invalid: The required file "start.php" is missing.
how can i test this mobile theme in my browser.
@kani
Upload the right folder - mobilize.
Visit your site on a handheld device.