• Whenever I put the line [carousel-horizontal-posts-content-slider] at the end of the page (without an other plugin after), the comment page show up.
    If I remove this integration command, or put an other plugin after this one, comment stop showing up, as expected (I removed comments everywhere)
    It also create weird effect on text written after.
    It only appear on the Ashe theme, not with default WP theme.

    I would also be interested on how to put the picture centered in a box always the same size, so titles gets all on the same line.

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

Viewing 1 replies (of 1 total)
  • Thread Starter cbelincsc

    (@cbelincsc)

    I gave up trying to understand why this was not compatible with Ashe Theme, and went back to Twenty Seventeen basic theme.

    Here is the long list of modification I made on css :
    (the last one is seriously tricky)

    .chpcs_foo_content {
    box-shadow: 0 0 10px 0 #dddddd;
    text-align: left;
    }
    .chpcs_title {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    }
    .chpcs_img {
    width: 300px;
    height: 300px;
    }
    .chpcs_image_carousel .chpcs_prev, .chpcs_image_carousel .chpcs_next, .chpcs_image_carousel .chpcs_pagination a {
    box-shadow: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Comments on page show up for now reason’ is closed to new replies.