Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1171383
    salilou
    Participant

    Hi,
    is there a way to build something like this carousel with image or posts in X Theme with cornerstone or Visual Composer?
    http://frique.me/_demos/boutique/?v=154
    Mostly important is that the front image or post is automatically being enlarged if focussed.
    Thank you!

    #1171478
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! You can use Ethos Stack for post carousel the http://demo.theme.co/ethos-1/ To enlarge images on hover you can add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS::

    .x-post-carousel .entry-cover {
        transition: all .2s ease-in-out;
    }
    .x-post-carousel .entry-cover:hover {
        transform: scale(1.1);
    }

    Let us know how this goes!

    #1171687
    salilou
    Participant

    Sorry this was my fault: I meant not “focussed” by mouse hover but the element, that is in the middle should be automatically enlarged. like in the example:
    http://frique.me/_demos/boutique/?v=154

    #1171742
    salilou
    Participant
    #1171776
    Christian
    Moderator

    I see. 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 might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1178501
    salilou
    Participant

    Thank you

    #1178568
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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