mobile suffix, worked once...

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Nov 30, 2013 10:42 pm
Reply with quote
Report this post
hi

i just added a new module in the header position (www.wijnwarenhuis.be). with the suffix mobile. sort of an intro.
tested and worked perfect (ONLY visible on smalle devices).

now, after some time i retested, and the module is there, all the time. making the screen smaller (in chrome) doesn't even show the module anymore ??

any idea?
User avatar
Platinum Boarder

GK User
Sun Dec 01, 2013 12:26 am
Reply with quote
Report this post
Hi.
The real riddle.
I wonder ..if your slideshow is RWD you can also use in mobile devices.
But I suppose that you wanted to use different module.

First, did you use suffix " mobile" or " onlymobile" - because only second is good!

Second, try to add in this same position another module for example Custom HTML with demo text and title and suffix " onlymobile" and test.
User avatar
Platinum Boarder

GK User
Sun Dec 01, 2013 9:01 am
Reply with quote
Report this post
sorry maybe i was not clear. the slideshow is there, and has nomobile suffix, which works fine (not visible on smart phones)

underneath the slideshow, also in the " header" position is a small introduction, i have used " onlymobile" now, on a desktop, when scaling down the window, module isn't there anymore. On a mobile phone, i only see the title of this module? (conper uw online wijnwarenhuis). no text???

any idea?
User avatar
Platinum Boarder

GK User
Mon Dec 02, 2013 12:30 pm
Reply with quote
Report this post
status: i changed the position from header to mainbody top, but still: all i can see is the title of the module, no content (on a mobile Phone) ?? one of the oddest things in months this issue.
User avatar
Platinum Boarder

GK User
Wed Dec 04, 2013 1:34 am
Reply with quote
Report this post
Ok, I think I know

Use this, it will fix it:
Code: Select all
.onlymobile {  display: block!important; }



Probably you use "old" version of template which had this bug.
User avatar
Platinum Boarder

GK User
Wed Dec 04, 2013 8:21 am
Reply with quote
Report this post
it works partly.... the full module is there again (mobile) but ALSO on the deskop version now.. :(

i use onlymobile as suffix,.... (also tried onlymobile mobile)

any last hope?
User avatar
Platinum Boarder

GK User
Thu Dec 05, 2013 12:12 am
Reply with quote
Report this post
ok,
lets try other possibility :
Inside override.css file add:

Code: Select all
 .onlymobile { display: none  }

and inside : mobile.css
Code: Select all
 .onlymobile { display: block!important; }

after
Code: Select all
.box.onlymobile { display: block!important; }


and should work if not please change : .onlymobile { display: none } to .onlymobile { display: none!important }
User avatar
Platinum Boarder

GK User
Thu Dec 05, 2013 9:55 pm
Reply with quote
Report this post
unfortunately none of the above worked. i really did them all. can it be that i need to upgrade the template core files? i always used the override, don't want new hick ups after upgrading..... :/
User avatar
Platinum Boarder


cron