Opera Mini For Iphone And Ipod Touch

I need to get my site Opera Mini compatible with this mobile theme :)

#535739

You should of checked the user agent post :P


/>http://www.aqua-soft.org/forum/topic/53567-additional-user-agents/

Just add Opera Mini one

#535740

capture.png

Added that, and my site is still loading full version.

Also, you told me to add you to my list on Live messenger. I don't see you :( djlegion@gmail.com is me :)

#535741

Go ahead and and check the thread i linked to earlier. I made a video on how to add user agents for those who can't figure it out.

#535742

Actually, there seems to be an issue with the skin and this version of Opera Mini. I'm attaching a screenshot to show what I mean. Nothing loads below the search box for some reason:

post-108779-127115642087_thumb.jpg

photo.jpg
photo.jpg

#535743

Do you have any addons to your site?

Seems to load fine here and at neowin.net (whole page).

Also the next update will fix the issue where text does not show up in the input boxes.

#535745

Do you have any addons to your site?

Seems to load fine here and at neowin.net (whole page).

Also the next update will fix the issue where text does not show up in the input boxes.

The only thing I could think may be stopping it from loading is a Google Adsense for mobile ad that appears directly below the search box. Perhaps there is a bug in Opera Mini. I suppose I could disable the ad to see if that's the issue couldn't I? :)

I'll report back.

#535746

Confirmed that it is an issue with Google's Adsense for mobile code and Opera Mini, not with the skin.

I apologize for the false alarm! :mellow:

#535747

If you want, you can put a conditional around it, have it load different or no ads for opera mini.


<if test="strpos( strtolower( $this->member->user_agent ), 'presto' ) != false">
Opera ad code
<else />
sexy webkit ad code.
</if>

#535748

^ Thanks! That works great!

#535749

On my second post above, I added the Opera Mini user agent and website is still loading full version skin. I dont get it

#535754

Did you set opera mini to the aqua-soft mobile skin?

#535755

I use a slightly other regex: opera mini[ /]([0-9.]{1,10}), which also works.

But I've got another question:

Opera does – in some cases – ignore the page width and grows horizontally over 100% of screen.

On forum's overview long titles won't be cut, but shown completely, therefore the page needs horizontal scrolling then.

See the Screenshot for this: PNG, 47kbyte

Opera doesn't know text-overflow: ellipsis but the overflow: hidden should work.

Except this, it works very good on thread views or on the blog overview page, and there are no problems in Safari.

Regards,

Friedrich

#535758