Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file Remove navigation bar, turn-off italics, & improve mobile layout

More
5 years 7 months ago #21856 by Adam Thyer
Please advise how to turn off the navigation bar.

Please advise how to turn off italics for the Description.

Please advise how to change the font sizes for mobile devices.

Thanks :)

Please Log in or Create an account to join the conversation.

More
5 years 7 months ago #21865 by HaiND
Hi Adam Thyer
Thank you for contacting and choosing our product
1: with problem turn off the navigation bar.
You can describe the problem in more detail or send me one image of the problem via: prnt.sc/
I will check it for you soon
2: with problems italics for the Description.
please add CSS custom in back-end plugin
.wrapper .main .vcb_messages .caption {
font-style: normal!important;
}
prnt.sc/ktsnr1
3: font-size at mobile
You can better describe where you want to resize the mobile or send back-end login information via email: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks

Best Regards
--HaiND--

Please Log in or Create an account to join the conversation.

More
5 years 7 months ago #21888 by Adam Thyer
Hi HaiND

Thanks you for the italics fix!

Regarding the navigation bar... The plugin displays a navigation bar on the left side of the screen with links to the various page sections. I want to completely remove this navigation bar. Plus there is a scroll bar on the right which I would also like to remove.

It would be nice if the countdown days/hours/minutes appeared centered in the circles when displayed on a phone. At the moment it does not look good when displayed on a phone.

Here is a screenshot from my phone that shows the navigation bar, scroll bar and countdown timer:

drive.google.com/file/d/1yLuKm1jh6YZiMzo...Gbt/view?usp=sharing

As for the mobile fonts... I want to be able to adjust the font sizes for the Homepage Title, Description, and Launch Date when displayed on a phone. I can not tell you what size because I need to experiment to see what looks best.

Finally, I would like to be able to give Beta testers a link to an EasySocial registration page. Is there any way to prevent the Coming Soon page displaying for this URL?

Please Log in or Create an account to join the conversation.

More
5 years 7 months ago #21904 by HaiND
Hi again
1: with problem hide navigation
please add CSS custom in back-end plugin

@media(max-width:767px){
.slimScrollBar,
.slimScrollRail,
#menu{
display: none!important;
}

}
2: with problem font at mobilme, you can add CSS
font to title :

@media(max-width:767px){
.vcb_messages .title{
font-size: 20px!important;
}
}

font to caption:

@media(max-width:767px){
.vcb_messages .caption{
font-size: 20px!important;
}
}

font to time:

@media(max-width:767px){
.vcb_messages .online_time{
font-size: 20px!important;
}
}

Hope it will help you
if still have problem, You can send back-end login information via email: This email address is being protected from spambots. You need JavaScript enabled to view it.
Thanks

Best Regards
--HaiND--

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.120 seconds
Powered by Kunena Forum