Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1069448

    Hi
    In this case, you have to customise the JA ACM style files as it does not support the video in this style.
    File path: template folder/acn/feature-intro/tmpl/style-3.php file. It takes custom work in this file to create new blocks for video.

    Regards

    edna bonfim Friend
    #1070054

    Hi,

    Could you teach me how to costumizer the style-3.php?

    is there ins this lines:
    <div class="acm-features style-3">
    <div class="container">

        <div class="features-content <?php echo $alignClass; ?>">
            <div class="row">
                <?php if($helper->get('img-features')) : ?>
                <div class="features-image <?php echo $imgPull; ?>">
                    <img src="<?php echo $helper->get('img-features'); ?>" alt="<?php echo $helper->get('title') ?>" />
                </div>
                <?php endif ; ?>

    Thanksss

    Pankaj Sharma Moderator
    #1070118

    Hi
    Below code is used for the image

    <?php if($helper->get('img-features')) : ?>
                    <div class="features-image <?php echo $imgPull; ?>">
                        <img src="<?php echo $helper->get('img-features'); ?>" alt="<?php echo $helper->get('title') ?>" />
                    </div>
                    <?php endif ; ?>

    You have to customise this code to add video here, you can also add custom Div on this place and add your video iframe, Give style is using custom.css file.

    It will be static and this module file with be edited for all page.

    Regards

    edna bonfim Friend
    #1070329

    Hi Pankaj,
    Thanks to your support, I got it!! I managed to change the image x video.
    Thank you
    Regards

    Pankaj Sharma Moderator
    #1070376

    You are welcome!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 6 months ago.

The topic ‘Replace image for video’ is closed to new replies.