Home › Forums › All Other Themes › SKT Clean pro – responsive video
- This topic has 23 replies, 2 voices, and was last updated 7 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
July 18, 2017 at 12:52 pm #78544
Hi,
We’re using clean pro. Can we have responsive video on Home page?
Here you can find our problem: http://wpteszt.postamegtakaritas.hu/Tahnk’s
July 18, 2017 at 1:26 pm #78551Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#block { height:700px;}
Regards,
ChrisJuly 19, 2017 at 8:03 am #78645Hi Chris,
I added it, but still isn’t working:
http://wpteszt.postamegtakaritas.huJuly 19, 2017 at 8:51 am #78647Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#block { height:700px !important;}
Regards,
ChrisJuly 19, 2017 at 9:19 am #78664Thank’s, that’s worked for PC. Can we turn this video off for small screens?
July 19, 2017 at 9:35 am #78670Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { #block { height:180px !important;} #block video { width:320px !important; height:180px !important;} }
Regards,
ChrisJuly 20, 2017 at 5:18 am #78731Thank’s Chris.
Could you help me, where can I change the header picture from this page: http://wpteszt.postamegtakaritas.hu/allampapir/
I cant find it.
July 20, 2017 at 5:34 am #78737Hi,
Kindly check our documentation link to setup featured image:
http://sktthemesdemo.net/documentation/clean-doc/#featured-imageRegards,
ChrisJuly 25, 2017 at 2:33 pm #79259Hi Chris,
Can we use % instead of px? Looks like isnt working.
Thanks
July 26, 2017 at 5:27 am #79311Hi,
Can you send us the screenshot of your issue? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisJuly 26, 2017 at 1:02 pm #79427Hi Chris,
Was our mistake, that’s why didnt work. Now it’s ok.
In latest post section can we use filter for categories?
Can we hide, the Video section on mobile devices?Thank’s
July 26, 2017 at 1:10 pm #79431Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { #videosection { display:none;} }
Regards,
ChrisJuly 26, 2017 at 1:22 pm #79440Thank’s, and for the Lates Post section, is there any solution to filter the posts?
July 27, 2017 at 9:33 am #79529Hi,
Do you want latest posts from a specific category?
Regards,
ChrisJuly 27, 2017 at 11:22 am #79548Yes, but I dont know how to do it
-
AuthorPosts
- You must be logged in to reply to this topic.