Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    September 5, 2016 at 6:37 am #30168

    Hi,

    Is there any way to have the menu bar centered as my client wants it without it covering up part of the slider?

    Your menu items are already centered, I assume you want to move down the slider so that it’s fully visible.
    Please use the following in your Theme Options -> Custom CSS

    .sliderblock {
    position: relative;
    top: 32px !important;
    }

    Regarding responsive image in front page content boxes.
    Please use the following in Theme Options -> Custom CSS

    .content-box img {
    max-width: 100% !important;
    width: 100% !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 5, 2016 at 6:30 am #30167

    Hi,

    I am not seeing any blog posts on your homepage.
    http://dronenr.com/

    I assume you had already found out how to use a static homepage, or write custom css to hide your posts.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 5, 2016 at 6:28 am #30166

    Hi,

    You website is loading properly.
    http://dronenr.com/

    I assume that you had managed to fixed this issue.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 3, 2016 at 7:01 am #30156

    Hi,

    That code appears most likely due to javascript conflict with plugin.
    Sorry, you will have to use a different calender plugin.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    September 3, 2016 at 6:57 am #30155

    You are welcome.
    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 2, 2016 at 6:00 am #30149

    Hi,

    Your iframe in your sidebar does not have an unique ID or Class name.
    The following code will affect any iframe that is deployed to your sidebar.
    Please use the following in Theme Options -> Custom CSS
    It will set iframe to a minimum width of 300px.

    #secondary .textwidget iframe {
    min-width: 300px !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 2, 2016 at 5:49 am #30148

    Hi,

    Please post your website URL that shows your “Click here!” buttons.
    We need to take a look at the website source code, in order to provide a solution.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 2, 2016 at 5:47 am #30147

    Hi,

    Please post your website URL.
    We need to take a look at your website source, in order to determine if it’s possible to do it using CSS code.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 2, 2016 at 5:45 am #30146

    Hi,

    You are welcome.

    You may consider adding a link in your content to direct your readers to your Amazon store instead of using the embed.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 2, 2016 at 5:41 am #30145

    Hi,

    That is part of Theme4Press core plugin, and it uses custom post type.
    This is why it’s not located in Theme Options, but has it’s own location in Admin menu.

    Thank you.