- Updated to Elgg 1.8.14
- Added: elgg.org link in footer
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.
@juniorhallak
Since this is not related to mobilize, I think you will get the best support if you post your problem in the Elgg Technical Support group.
I don't even have a phone like yours.
Mobilize is a very nice and handy plugin. But I only get thumbnails and images displayed, when I am viewing via WiFi. Otherwise there are small questionmarks. Does this has something to do with this plugin? Or tidypics? Any idea?
Maybe the thumbnails are too big? A guess would be that I have to make a redirect for mobile devices to use tiny picture size?
@Hanzolo
I doubth that is has anything to do with Tidypics or Mobilize. I have no problems using a wifi connection. What happens if you disable the plugins?
Thanks for your answer, Per! Disabling plugins does not seem to have any effect. I can see profile
icons/avatars, but no previews/thumbnails/pictures from tidypics.
I am running elgg 1.8.18 and Tidypics Photo Gallery 1.8.1beta12
(there are no thumbs when turning off mobilize plugin either)
@Hanzolo: it might be a setting on your phone's browser to not load (larger) images to save bandwidth. Is it an Iphone? Maybe this helps then: http://www.ehow.com/how_5918995_fix-not-showing-up-safari.html (though I'm not sure if the instructions refer to the mobile version of Safari, too, or only the desktop version).
Or you might test the image loading on your phone on this page: http://www.williammalone.com/articles/html5-javascript-ios-maximum-image-size/.
Once again you were right, iionly! I had to allow my browser to preload sites.... OMG, am I stupid ;) Thank you all!
One more question: I want to unregister a menu item from the navbar (or at least set a display: none), e.g. the wire. I tried to edit the css with
.elgg-menu-item-option-thewire {
}
That did not work. On the other hand I tried to unregister within the start.php with
elgg_unregister_menu_item('navigation', 'thewire');
which did not work either. I probably have the wrong syntax. Can someone please help me?
Use, elgg_unregister_menu_item('site', 'thewire');
Ahhh, thank you very much!
My brother Per Jensen, I have your Mobilize plugin - Mobile plugin heart Elgg 1.8 that functions well to the mobile level when my users are connected in my network of commaunté, Just a small problem, I programmed my menus, losrque I am sails in my cell phone, in the button navigation, him ya that of the menus that function correctly: BLOG and LINES, the other menus of navigation himself excute not well, how do have to me to make so that all menus of my site web can functioned well in the button of navigation?
Second my brother @ #PER JENSEN, when my users are connected to the mobile level, difficult of himself to connect, nor to see the icon profile, nor to see the icon message, nor to see icoes contacts, because not found TOPBAR. Please help me so that this problem is solved. Thank you for your aid in relation to my requette. I hope to have you a favorable continuation
@Polycarpe MAKOMBO
The Navigation dropdown menu is dynamically created from the site menu. If you have added menu items to the topbar, move them to the site menu in mobile view.
That also answers second part of your post, there's no topbar in mobile view, the items have been moved to the site menu.