Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1290039
    quituck
    Participant

    Hi,
    I would like to know how remove the post carousel from pages using the Ethos 1 theme and add how to add the carousel back to certain pages after I figure out the design for my website.

    Thank you

    #1290077
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .page-id-123 .x-post-carousel {
        display: none;
    }

    The 123 number is your page ID.

    Hope it helps 🙂

    #1290294
    quituck
    Participant

    Thank you. That worked perfectly.

    Can you tell me if its possible to customize the image in the post carousel?

    Right now the only image that appears in the post carousel is the one I set as the featured image. Is there anyway to add an image another way?

    #1290319
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can set that from Customzie > Ethos > Post Carousel.You can set wither Most Commented, Featured or just Random – http://prntscr.com/dil1ty

    Cheers!

    #1290419
    quituck
    Participant

    Hi,
    That’s close but not quite what I was looking to do.

    In the ethos post carousel the only way a post image will display in the carousel is if I set a featured image on the post page. Is there a way I can have different image from a post display in the carousel other than the featured image?

    #1290515
    quituck
    Participant

    Also is it possible to filter the post carousel by category?

    #1290518
    Darshana
    Moderator

    Hi there,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding.

    #1290588
    quituck
    Participant

    Okay thank you.

    What about my other question? See above.

    “That’s close but not quite what I was looking to do.

    In the ethos post carousel the only way a post image will display in the carousel is if I set a featured image on the post page. Is there a way I can have different image from a post display in the carousel other than the featured image?”

    #1290864
    Paul R
    Moderator

    Hi,

    Regretfully that is not possible, you can try this third party plugin instead.

    Image Carousel

    Hope that helps.

    #1291263
    quituck
    Participant

    Okay. I will look into it. I was thinking I could probably achieve my look with Rev. Slider premium.

    I also would like to know how to change the spacing between my cornerstone section and my nav. bar. I had tried to adjust the padding and not much of a difference was made.

    Please see the image attached for reference.

    Thank you

    #1291327
    Christian
    Moderator

    If you’re using a custom headline, add mtn class to it. For more helper classes like mtn, please see page 37 of our documentation at http://updates.theme.co/resources_2156cca47d8d0f08b7cb9897a2358e41/documentation/x-documentation.pdf

    Thanks.

    #1292699
    quituck
    Participant

    Thank you! That worked perfectly.

    I still have two issues to resolve.

    I recently switched from the band theme to the Ethos 1 theme and I lost my transparency that I had set on my pages. I still have the rgba colors in place, however I’m unable to see my background image. Any idea why the transparency isn’t working?

    I would also like to know how to make the nav bar transparent?

    Thank you for all your assistance so far.

    #1292907
    Jade
    Moderator

    Hi there,

    Please provide your website URL so that we can check.

    Thank you.

    #1293095
    quituck
    Participant
    This reply has been marked as private.
    #1293648
    Rad
    Moderator

    Hi there,

    The background image is set to this //theme.co/media/neutral1.png, transparency is still there ( 80% ). What should be the background image?

    And for transparency fix, please add this CSS as well,

    .page-template-template-blank-4-php .x-main, .page-template-template-blank-5-php .x-main, .page-template-template-blank-6-php .x-main, .page-template-template-blank-8-php .x-main, .site {
        background-color: transparent;
    }
    

    As for the navbar, please add this as well,

    .x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top {
        background-color: rgba(51, 46, 46, 0.8);
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1290039 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>