test melih
 melih
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • outbreak198x Friend
    #985228

    Hello,

    i just have a simple question but couldn’t find a solution for it:
    On the Uber template – Business
    You can add a module (Feature intro – style 5) like i do, and it just shows the content if you scroll down, but it’s very late – so people think there is no text on it… and if you don’t scroll down you can’t see the points.

    i just want to see this text all the time, or set the animation to the top of this module, not the bottom.

    Thx for your help

    Pankaj Sharma Moderator
    #985365

    Hi
    Go to /templates/uber/css/custom.css file .
    Create file if its not present and add below code

    eatures.style-5 .features-content .col {
        opacity: 1;
    }

    Hope it helps .

    outbreak198x Friend
    #985507

    No that does not help, but:

    changed the row in uber/acm/features-introm/tmpl/style-5.php – and now it works 🙂

    <?php for ($i=0; $i<$count; $i++) : ?>
            <div style="**opacity: 1; **animation-delay: <?php echo ($animationDelay + ($animationDelay * $i)); ?>ms; -webkit-animation-delay: <?php echo ($animationDelay + ($animationDelay * $i)); ?>ms;" data-animation="fade" class="col animate">
    Pankaj Sharma Moderator
    #985510

    Yes thats another way to remove the code . Kindly keep the file on system . On template update the code will b e override.

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

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

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