Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #905034
    festifly-admin
    Participant

    Hello hope all is well,

    I’m currently using Ethos stack for blogging outside of CS and I have run into a couple of roadblocks.

    1. How would I go about controlling the hover behavior of the Post Carousel? I don’t want the skin to slide up when hovered over. I would like it to stay in place while the words change to a specific color.

    2. How do I control the layout of my blog pages e.g. 1/3 & 2/3 0r 1/2 & 1/2 et cetera, and add elements found in CS such as Author?

    Here’s an example page of the layout I’d like to accomplish. http://www.gizmoids.com/2016/04/freecharge-appoints-fareed-jawad-as-vice-president-and-principal-product-architect/

    My Url is http://festiflyhub.com just in case you need it.

    I’m ever so grateful for your help as always.

    Thank you

    #905937
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Upon checking, I see that your site is under construction mode. Could you please provide us a way to see your current setup? so that we can assist you accordingly.

    Thanks!

    #905995
    festifly-admin
    Participant
    This reply has been marked as private.
    #906788
    Christopher
    Moderator

    Hi there,

    #1 Please add following code in Customize -> Custom -> CSS :

    .x-post-carousel.unstyled .entry-cover:hover .h-entry-cover {
        top: calc(100% - 4em);
    }
    .h-entry-cover span {
        text-overflow: inherit;
        white-space: normal;
    }
    .x-post-carousel.unstyled .entry-cover:hover h2 {
        color: red;
    }

    #2 Please check these links :
    https://community.theme.co/kb/cornerstone-interface-layout/
    https://community.theme.co/kb/

    Hope it helps.

    #907106
    festifly-admin
    Participant
    This reply has been marked as private.
    #907630
    Christopher
    Moderator

    Hi there,

    Please add this as well :

    .x-post-carousel-meta {
        display: none;
    }

    Hope it helps.

    #908304
    festifly-admin
    Participant

    Perfect! Thanks a million. Tengo buen dia!

    #908556
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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