-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 23, 2017 at 3:40 am #1069448Hi
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 Friendedna bonfim
- Join date:
- January 2016
- Posts:
- 95
- Downloads:
- 60
- Uploads:
- 56
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 25, 2017 at 3:43 pm #1070054Hi,
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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 26, 2017 at 1:37 am #1070118Hi
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 Friendedna bonfim
- Join date:
- January 2016
- Posts:
- 95
- Downloads:
- 60
- Uploads:
- 56
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
October 26, 2017 at 5:17 pm #1070329Hi Pankaj,
Thanks to your support, I got it!! I managed to change the image x video.
Thank you
RegardsPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 27, 2017 at 1:25 am #1070376You are welcome!
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years ago.
The topic ‘Replace image for video’ is closed to new replies.