minifrontpage pro show disabled title on mobile.
- Posted by Tomasz Musiał (4) Offline
hi,
when you disable showing title for minifrontpage pro module, the title is still visible when you are browsing page on small screen - smartphone or tablet (tested on android an ipad).
4 years 5 months ago #1
by Tomasz Musiał
when you disable showing title for minifrontpage pro module, the title is still visible when you are browsing page on small screen - smartphone or tablet (tested on android an ipad).
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi, How did you disable the showing title? Minifrontpage pro doesn't have parameter to hide the title.
4 years 5 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Tomasz Musiał (4) Offline
In modules configuration, when you set 'show title' to 'hide'.
4 years 5 months ago #3
by Tomasz Musiał
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Ah I thought you were talking about article's title. Can you send your website URL so I can try it out?
4 years 5 months ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Tomasz Musiał (4) Offline
- Posted by TemplatePlazza (5261) Offline
It's because you have 4 items and 4 columns. In smartphone the column is becoming 1, then the slide dots navigation (with title) will be showed. To hide it you can add this code in the css adjustment tab :
4 years 5 months ago #6
by TemplatePlazza
.mfp_block_title {
display:none!important;
}
Please Log in or Create an account to join the conversation.