Filmmaker

Home Forums All Other Themes Filmmaker

Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • #140004
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    Using Filmmaker theme, I wanted to use HOME > LATEST NEWS block and when I select it, it just shows the short code on the page. I removed the block because it doesn’t look right but the website I’m using is https://splatpoint.club

    #140020
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    Disregard.

    #140021
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    DISREGARD

    #140023
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    I was able to get LATEST NEWS to work on my site. Is there a way to make those LATEST NEWS items smaller?

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .post-style4-thumb { max-width:320px; margin-bottom:40px;}
    .post-style4-thumb .post-style4-thumb-border { width:320px; height:320px;}
    .post-style4-box { padding-left:350px;}
    .post-style4-content { padding:40px; margin-top:40px; min-height:320px;}
    .post-style4-box { min-height:360px;}
    .post-style4-box:nth-child(2n) { padding-right:347px;}
    .post-style4-box:nth-child(2n) .post-style4-content { padding:40px;}

    Regards,
    Dave

    #140053
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    Thank you.

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

    Hi,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/24/

    Regards,
    Dave

    #140213
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    I sure will! One other question, the button on the slider on the front page. Is there a CSS I can use to move it up and down on the image so I’m not covering text?

    #140215
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    May as well ask if I can move it left and right as well.

    #140301
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Kindly go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below code there:

    .slidebtn a {
    position: relative;
    top: 10px;
    left: 10px;
    }

    Regards,
    Shri

    #140318
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    Thanks. So, to reposition, the greater the number, the more it moves in that direction?

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

    Hi,

    I can’t understand a thing what you are saying. Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #140490
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    I figured that one out. I’m sorry. I do have a couple of more questions.

    1. The post title font. I have tried to change it in the customizer. It changes, but when I publish, it goes back to the original font and size. It’s the squished font (not sure the name of it) used for the title of a post. Here is an example:

    https://splatpoint.club

    If you scrolled to the latest news and click on any of the news items, you will see.

    2. At that same web site, there is a boarder around the HOME items I have placed on the front page. Is there a way to make that border smaller?

    3. Should be my last question. I placed a background image for Christmas, but when I view an individual post, the background is seen behind the text of that post making the post unreadable. (I’ve since removed the background, but wanted to bring it back.)

    Hopefully, these will be the last of my questions. I appreciate all of your help with this project.

    #140491
    Steven ShepherdSteven Shepherd
    Participant
    • Topics: 7
    • Replies: 36
    • Total: 43
    Member since: November 18, 2019

    Sorry, for some reason it erased my web page link. It’s https://splatpoint.club

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

    Hi,

    1. The post title font. I have tried to change it in the customizer. It changes, but when I publish, it goes back to the original font and size. It’s the squished font (not sure the name of it) used for the title of a post. Here is an example:

    Ans: Kindly go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below code there:

    .single_post .postitle {
        font-family: arial !important;
        font-size: 35px !important;
        line-height: 43px !important;
    }

    2. At that same web site, there is a boarder around the HOME items I have placed on the front page. Is there a way to make that border smaller?

    3. Should be my last question. I placed a background image for Christmas, but when I view an individual post, the background is seen behind the text of that post making the post unreadable. (I’ve since removed the background, but wanted to bring it back.)

    Ans: Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

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