Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    September 21, 2016 at 6:48 am #30343

    Hi,

    Have you enable the header widget?

    Theme options -> Header -> Header widgets -> Number of widget cols in header
    Select your layout.

    Theme options -> Header -> Header widgets -> Header widgets placement
    Choose -> Home page

    Save Changes.

    Go to Appearance -> Widgets to setup your widget.

    The header widget will show up below slider.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 21, 2016 at 6:42 am #30342

    Hi,

    Sorry, I cannot find a custom css that will make it absolute position from bottom, please contact our developer for this customization assistance.
    https://theme4press.com/theme-customization-service/

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 21, 2016 at 6:20 am #30341

    You are welcome!
    Glad to help.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 21, 2016 at 6:19 am #30340

    You are welcome!
    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 20, 2016 at 7:17 am #30318

    Hi,

    Looks like I misunderstood your request. I thought you were referring to shortcode.
    Please revert back your edit in page.php

    Please go to Theme Options -> Blog -> General
    Find the setting -> ‘Share This’ buttons placement
    Select -> All pages
    Save your changes.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 20, 2016 at 7:14 am #30317

    Hi,

    You can add margin to bottom of entry title.
    Please use the following in Theme Options -> Custom CSS

    .entry-title {
    margin-bottom: 20px !important;
    }

    You can make adjustments to the 20px value.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 20, 2016 at 7:10 am #30316

    Hi,

    We only conduct support for using our product.
    You can contact our developers for this customization service via the following URL.
    https://theme4press.com/theme-customization-service/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 20, 2016 at 7:08 am #30315

    Hi,

    I have used the following custom CSS to push the heading and content down, but I wish I could control it through alignment, not set values, in case I need a taller / shorter slider.

    Sorry, I don’t understand this sentence.
    You can use relative positioning with value in percentage instead of px, if that’s what you mean by alignment.

    There is no id or class to identify each slide, you can use :first-child to target first slide.
    For example. The following will move the first slide h2 down 300px

    .t4p-slider .slides:first-child h2 {
    position: relative;
    top: 300px !important;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 20, 2016 at 6:58 am #30314

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .thumbnail-post-single img {
    max-width: 500px !important;
    width: 100% !important;
    }

    You can make adjustments to the 500px max-width

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 19, 2016 at 9:31 am #30303

    Hi,

    I just tried the theme’s sharing box shortcode.
    It seems to be broken.

    You may want to use the following plugin.
    https://wordpress.org/plugins/wp-social-sharing/
    It works on post and page.

    Thank you