ThemeHunk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [NovelLite] Mobile Version?Hello @dvebube,
Please share your website link. So that we can take a closer look.
Thank You
ThemeHunk.Forum: Themes and Templates
In reply to: [NovelLite] Contact Form IssueHello @sanghivivek,
You will receive email at id which is added in
Dashboard > Settings > General > E-mail Address.
You can change it from here to receive email at different email.Regards
ThemeHunkForum: Themes and Templates
In reply to: [NovelLite] Image SliderHello @ankdesign
Thank you for your complement. Adding more slides require editing in the theme files. As suggested in the post above.
If you need anymore help related to theme existing features then feel free to contact at [email protected].Thank you.
ThemeHunkForum: Themes and Templates
In reply to: [NovelLite] Team membersHello,
For team section go to “Appearance > Customize > Custom Css” and put this code.
#section4 .col-sm-4:nth-child(2), #section4 .col-sm-4:nth-child(3){ display:none; } #section4 .col-sm-4:nth-child(1){ width:100%; text-align:center; }
You can upload square image for team member (Like : 270 x 270)px.
More then two slide option is only available with the pro version of theme.
Fro details about theme please follow this link
https://www.themehunk.com/product/novellite-one-page-wordpress-theme/
And for theme documentation visit link below.
https://www.themehunk.com/novellite-theme-documentation/This will help you.
Regards
ThemeHunkForum: Themes and Templates
In reply to: [NovelLite] Mobile Version?Hello @lovetheprices,
For caption use this CSS
@media only screen and (max-width: 480px) { .novellite_slider .container h1{ line-height: 27px; } .novellite_slider .container p{ line-height:27px; } .theme-slider-button{ padding:5px 20px; }}
For background image please check site in another phone. We are not able to replicate this issue at our end.
Regards
ThemeHunkForum: Themes and Templates
In reply to: [NovelLite] Mobile Version?Hello @lovetheprices,
I think you have also replaced code that i have provided in the #4 post.
Ok forget previous code just use this one. It will correct slider caption.section#section5, section#section2 { background-size: cover!important; } @media only screen and (max-width: 768px){ .NovelLite_slider .container.container_caption { display: block; margin-top: 200px; } .container.container_caption h1 a{ font-size:32px; } .NovelLite_slider .container p{ font-size:20px; }}
Please check this is how background image is looking at my side.
https://screencast.com/t/QYBalOahddH8Regards
ThemeHunkForum: Themes and Templates
In reply to: [NovelLite] Mobile Version?Hello @lovetheprices,
Please replace previous code with this one.
section#section5, section#section2 { background-size: cover!important; } @media only screen and (max-width: 768px){ .NovelLite_slider .container.container_caption { margin-top: 200px; } .container.container_caption h1 a{ font-size:32px; } .NovelLite_slider .container p{ font-size:20px; }}
And to increase site loading speed. Please optimize your images.
You can use https://tinypng.com/.Regards
ThemeHunkForum: Themes and Templates
In reply to: [NovelLite] Mobile Version?Hello @lovetheprices,
To align caption go to the Customize > Custom CSS and paste code given below.
@media only screen and (max-width: 480px){ .NovelLite_slider .container.container_caption { margin-top: 200px; }}
And for background images try this CSS
section#section5, section#section2 { background-size: cover; }
Thank you,
ThemeHunkForum: Themes and Templates
In reply to: [NovelLite] Feature Section ImagesThank You for using ThemeHunk themes
Contact again for more queries.Thank You
Forum: Themes and Templates
In reply to: [NovelLite] Mobile Version?Hello @lovetheprices,
To display slider text in mobile devices go to the Customize > Custom CSS and paste code given below.
@media only screen and (max-width: 480px){ .NovelLite_slider .container.container_caption { display: block; }}
For other issues: Looking like you are expecting non responsive design. Which look same in pc and in small devices.
Please elaborate little more.Regards
ThemeHunk.Forum: Themes and Templates
In reply to: [NovelLite] Mobile Version?Hello @lovetheprices,
This theme is completely responsive. Please let me know in which section you are getting problem. And also please share screenshot of the problematic area.
You can share screenshot with the help of https://imgur.com/.Regards
ThemeHunk.Forum: Themes and Templates
In reply to: [NovelLite] Feature Section ImagesHello @lovetheprices,
For that go to the
Customizing > Three Column Feature Settings > First Feature Section > Font icon
And change icon from there.
You can add font awesome icons (https://fortawesome.github.io/Font-Awesome/icons/). Just add icon name(like : fa-camera-retro for camera icon)
Check image for more help.
https://screencast.com/t/1bj1sif7Regards
ThemeHunk