Forum replies created

    In reply to Image size
    Imran
    Spectator
    Posts: 402
    February 2, 2016 at 9:10 am #23980

    Hi Kedzioorek,

    Thanks for writing in!

    The sliders accept any size of images, though the width shouldn’t be less then 800px and the height 500px for full with sliders; Theme4Press and Elastic Slider.

    Thank you!

    In reply to CSS QUESTIONS
    Imran
    Spectator
    Posts: 402
    February 2, 2016 at 8:50 am #23979

    Hi there,

    Thanks for the link!

    how to remove the difference in height

    Please add the following code under your custom CSS field:

    .team-container {
    margin: 0;
    }

    .page-id-101 .post-101 .entry-content.article {
    margin-top: 0;
    }

    How can I change the height of the main menu of the website?

    Please add the following code to your custom CSS:

    @media only screen and (min-width: 768px) {
    .link-effect a {
    height: 3.5em!important;
    line-height: 2.5em!important;
    }
    }

    You can adjust the ‘height’ and ‘line-height’ values as required.

    Hope this helps.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 1, 2016 at 3:54 pm #23967

    Hi Beniamin,

    Thanks for writing in!

    You are referred to the following link. Please follow the instructions:

    https://theme4press.com/docs/setting-up-the-sliders/

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 1, 2016 at 12:48 pm #23965

    Hi Juan,

    We’d refer you to the following link. Please follow the instructions:

    https://theme4press.com/docs/setting-up-the-sliders/

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 1, 2016 at 11:04 am #23962

    Hi Cyrille,

    I’ll consider it a featured request and will forward to our development team. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 1, 2016 at 10:34 am #23961

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    February 1, 2016 at 9:40 am #23959

    Hi Juan,

    Thanks for writing in!

    Is it possible to control the size of postslider?

    Please add the following code under your Appearance -> Theme Options ->
    Custom CSS:

    .t4p-flexslider {
    max-height: 635px;
    }

    As a side note, there’s one very large image is uploaded into your slider; its recommended to post slider suitable sized images in order not to face conflicts. However, the additional post slider’s options can be found under Appearance -> Theme Options -> Posts Slider.

    Thank you!

    Imran
    Spectator
    Posts: 402
    February 1, 2016 at 8:38 am #23956

    You’re welcome! 🙂

    In reply to CSS QUESTIONS
    Imran
    Spectator
    Posts: 402
    February 1, 2016 at 8:37 am #23954

    Hi there,

    Thanks for writing in!

    Please provide us with the link of your website so that we can take a look into your setup and provide you with a possible solution. Please mark the reply as private if you don’t want to share the site publicly.

    Thank you.

    Imran
    Spectator
    Posts: 402
    January 30, 2016 at 11:20 pm #23951

    Hi there,

    Thanks for writing in!

    How to remove/hide author, date, category on the post ?

    Please add the following code under your Appearance -> Theme Options -> Custom CSS:

    .entry-meta.entry-header {
    display: none;
    }

    .entry-categories {
    display: none;
    }

    Hope this helps.

    Thank you!