• Please can you tell me how to switch off the date and comments on the post slider, I’d still like the caption.

    Thanks,

    Cara

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 19 total)
  • Hi carebray.

    Thank you for contacting us and for using our theme.

    Please add this to Appearance -> Customize -> Additional CSS:

    .frontpage-slider .caption .date {
    	display: none;
    }
    .frontpage-slider .caption .read-more {
    	display: none;
    }

    If you have any additional questions, feel free to ask.

    Kind regards.

    Thread Starter carabray

    (@carabray)

    Amazing, thank you so much it worked! 🙂

    Thread Starter carabray

    (@carabray)

    One other thing, I’ve made the width 100% on the main page to get rid of the side bar, but how can I get the sidebar back onto the posts?

    Thanks,

    Cara

    This should do it:

    .single-post .main-column.col-md-8 {
    	width: 66.66666667%;
    }
    .single-post .sidebar.col-md-4 {
    	display: initial;
    }

    Of course, you’ll need to add some widgets to the sidebar.

    Please let me know if this works.

    Kind regards.

    Thread Starter carabray

    (@carabray)

    Hi That’t taken it off my posts but also home page. Is there a way to keep it full page on the home page?

    Thread Starter carabray

    (@carabray)

    Also my posts slider has now disappeared 😮

    Shouldn’t have happened because I’ve targeted single-post only but try adding this as well:

    .home .col-md-8 {
    	width: 100%;
    }
    .home .sidebar.sidebar-column.col-md-4 {
    	display: none;
    }

    Please let me know what happens.

    Kind regards.

    Thread Starter carabray

    (@carabray)

    Hey, so I just tried to change it back to full width and the slider has vanished.

    Here is the code i have so far:

    .frontpage-slider .caption .date {
    display: none;
    }
    .frontpage-slider .caption .read-more {
    display: none;
    }
    .sidebar.col-md-4 {
    display: none;
    }
    .main-column.col-md-8 {
    width: 100%;
    }
    .home .col-md-8 {
    width: 100%;
    }
    .home .sidebar.sidebar-column.col-md-4 {
    display: none;
    }

    OK, please remove everything I’ve sent you in the last two replies and see whether the slider comes back.

    Kind regards.

    Thread Starter carabray

    (@carabray)

    Hmm, no took everything away and it still is missing…very strange?

    That’s what I thought would happen as well.

    Have you added any JavaScript in the meantime, like MailChimp pop-up or some Caching/Minification plugin?

    Kind regards.

    Thread Starter carabray

    (@carabray)

    I’ve added a plug in to disable comments, shall I try deactivating it?

    Thread Starter carabray

    (@carabray)

    I have tried deactivating all plugins one by one to find the culprit, but slider still not coming back. Do you have any ideas?

    Thanks,

    Cara

    Thread Starter carabray

    (@carabray)

    Also the instagram widget has vanished too now.

    Have you edited any theme files directly?

    Looking at the source code of your page right now, and it seems that the whole footer is missing.

    Kind regards.

Viewing 15 replies - 1 through 15 (of 19 total)

The topic ‘Switch off date and comments in post slider’ is closed to new replies.