Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    29.09.2015 at 09:36 #21021

    Hi,

    Please use the following code in Theme Options -> Custom CSS

    #logo-image {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    }
    .container.container-header {
    padding: 0 !important;
    }
    .header {
    padding: 0 !important;
    }

    screenshot http://prntscr.com/8lovpn

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    28.09.2015 at 10:11 #20997

    Hi,

    You can add contents to sliding bar, by going to WordPress admin-> Appearance -> Widgets. Drag a widget to SlidingBar Widget 1 , SlidingBar Widget 2, SlidingBar Widget 3 or SlidingBar Widget 4

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    27.09.2015 at 19:57 #20992

    Hi,

    Sorry, I tried for half an hour and is unable to make it work according to your requirements.

    Please contact us for this customization via our services page. https://theme4press.com/theme-customization-service/

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 12:31 #20987

    Hi,

    Please use the following in your Theme Options -> Custom CSS
    Clear mobile browser cache before re-visiting site.

    @media screen and (max-width: 768px) {
    .carousel-caption p {
    display: block !important;
    margin: 0 auto !important;
    width: 200px !important;
    word-wrap: break-word !important;
    }
    #bootstrap-slider, .carousel-inner .item img {
    height: 150px !important;
    }
    }

    By default, the theme design hides the description on mobile, because it’s difficult to make it look good.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 12:19 #20986

    Hi,

    Sorry, I have no idea why.

    Please post your website url. I have to see if there is any javascript error.
    If not, I will need your WordPress admin access to check your slider setup.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 12:16 #20985

    Hi,

    Sorry, I cannot provide this customization with simple CSS.
    Please contact us via our services page https://theme4press.com/theme-customization-service/ for this customization.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 12:08 #20984

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .pageid-184 img {
    float: left !important;
    }

    You can only make all images in that page to “float” in one horizontal line, there is no way to pick which image to float.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 12:03 #20983

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    #header {
    background: #00747f none repeat scroll 0 0 !important;
    }

    That option you refer to is for header 4 and 5, you are using header 2.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 10:29 #20981

    Hi,

    Please provide WordPress admin access for your site in private reply.
    I will need to troubleshoot from your Custom CSS option.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 10:27 #20980

    Hi,

    That fatal error points to functions.php file within WordPress core wp-includes folder.
    It does not point to any plugin or theme file. Therefore, it’s difficult to know which file is causing error.

    You need to do the following.

    If you are very sure that you did not edit any theme file. You can access your web server using ftp and start deleting plugins from your server, one at a time, until find the plugin that’s causing the fatal error.

    If you have modified the theme and you know which file. You can replace that file with a fresh copy.

    Thanks!