- Posts: 5
COMMUNITY FORUM
How to handle Login on mobile device
- netmark
- Topic Author
- Offline
- New Member
Less
More
10 years 10 months ago #137409
by netmark
How to handle Login on mobile device was created by netmark
The template have login hide on small green. So if i just use mobile device, how i can login and handle my post?
Please help me
Please help me
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago #137410
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic How to handle Login on mobile device
Hello netmark,
You need to remove the hide-on-small module suffix from the module's parameters.
You need to remove the hide-on-small module suffix from the module's parameters.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- netmark
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 10 months ago #137411
by netmark
Replied by netmark on topic How to handle Login on mobile device
Thanks Ad, i also thought about that. But, then it hide the logo and look not nice. And the javacript do not run stable like the the menu , i test on iphone, it sometime do not response when touch it
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago #137412
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic How to handle Login on mobile device
If the logo overlaps it, it is possible that the 'tap event' will not always trigger.
Is there a link live so I can assist you?
Is there a link live so I can assist you?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- netmark
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 10 months ago #137413
by netmark
Replied by netmark on topic How to handle Login on mobile device
yes, www.lalala.vn
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 10 months ago #137414
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic How to handle Login on mobile device
Try this snippet (paste it in your template's custom.css)
@media only screen and (max-width: 800px) {
.LogoArea { margin-top: 50px; }
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.