SKT Clean pro – responsive video

Home Forums All Other Themes SKT Clean pro – responsive video

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #78544
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    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

    #78551
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    #block { height:700px;}

    Regards,
    Chris

    #78645
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    Hi Chris,

    I added it, but still isn’t working:
    http://wpteszt.postamegtakaritas.hu

    #78647
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    #block { height:700px !important;}

    Regards,
    Chris

    #78664
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    Thank’s, that’s worked for PC. Can we turn this video off for small screens?

    #78670
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #78731
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    Thank’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.

    #78737
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly check our documentation link to setup featured image:
    http://sktthemesdemo.net/documentation/clean-doc/#featured-image

    Regards,
    Chris

    #79259
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    Hi Chris,

    Can we use % instead of px? Looks like isnt working.

    Thanks

    #79311
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issue? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

    #79427
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    Hi 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

    #79431
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    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,
    Chris

    #79440
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    Thank’s, and for the Lates Post section, is there any solution to filter the posts?

    #79529
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Do you want latest posts from a specific category?

    Regards,
    Chris

    #79548
    Szabolcs Szőcs-T.Szabolcs Szőcs-T.
    Member
    • Topics: 11
    • Replies: 32
    • Total: 43
    Member since: July 4, 2017

    Yes, but I dont know how to do it

Viewing 15 posts - 1 through 15 (of 24 total)
  • You must be logged in to reply to this topic.