Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • impressme Friend
    #1002098

    Hello,
    I would like to make the ACM module a little bit more user friendly and a little bit more fancy.
    To do that I wanted to make the whole window linkable and changing color on mouse over.
    I use this CSS

    .acm-features.style-1 .feature-image {
        padding-bottom: 200%;
        margin-bottom: -200%;
        filter:grayscale(1);
        z-index:2
    }
    
    .acm-features.style-1 .feature-image:hover {
        filter:grayscale(0);
    }

    The problem is that I cannot find where to make ACM images, have the same link as the "read more"
    Can you please help

    impressme Friend
    #1002105

    ok found it at file /templates/ja_mono/acm/features-intro/tmpl/style-1.php I changed around 53 to

                <?php if($helper->get('data.img-features', $i)) : ?>
    
                    <a href="<?php echo $helper->get('data.link', $i); ?>">
    
                        <div class="feature-image">
    
                            <img src="<?php echo $helper->get('data.img-features', $i) ; ?>" alt="<?php echo $helper->get('data.title', $i) ?>" />
    
                        </div>
    
                    </a>
    Saguaros Moderator
    #1002482

    Nice try! Let us know if you need further helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 7 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum