Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1367128
    VGonzaloMartinez
    Participant

    Hello! We are using the Integrity Stack, but we need to have the stile of the “Portfolios Preview-Tiles Page” http://dmg-mg.com/projects/ to have the same clean look as the top “Featured Images” in the Ethos01-demo http://demo.theme.co/ethos-1/

    We like the Ethos’:
    -White clean borders spacing of the Featured Images.
    -The slide up when hover.
    -We will need the sorting tool.

    #1367567
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Please keep in mind that each of the stacks like integrity and ethos has its own unique features. And that you cannot mixed the features of each of the stacks. The least we can do is to mimic the effect of one stack to the other. Please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-iso-container.cols-3>.hentry {
        position: relative;
        overflow: hidden;
    }
    
    .x-iso-container-portfolio .entry-wrap {
        position: absolute;
        top: 100%;
        left: 1em;
        width: calc(100% - 2em);
        height: calc(100% - 2em);
        padding: 10% 5%;
        margin: 0 auto;
        opacity: 0;
    
        background-color: rgba(255,255,255,0.85);
        transition: all 0.5s ease;
    }
    
    .x-iso-container.cols-3>.hentry:hover .entry-wrap {
        top: 0;
        transition: all 0.5s ease;
        opacity: 1;
    }

    As this is all custom stack modifications, regretfully we won’t be able to assist further. Custom development is outside the scope of our support. We’re happy to provide advice and get you started in the right direction, but you would still be responsible for the implementation.

    Thank you for your understanding.

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