Plugin Directory

Changeset 2361996


Ignore:
Timestamp:
08/15/2020 04:59:55 PM (6 years ago)
Author:
yaidier
Message:

bug fixed (etiqueta ?> abierta al final)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wn-webpage-slider-for-elementor/trunk/assets/elementor-widget/wn_webpge_slider_elementor.php

    r2361982 r2361996  
    491491            transform: translateY(calc(-<?php echo esc_attr($settings['width']['size'] . $settings['width']['unit']); ?> * 0.0766667));
    492492        }
    493 
    494         /* .gradient_overlay {
    495             display: block;
    496             position: absolute;
    497             background-color: red;
    498             width: <?php //echo ($settings['width']['size'] * 2) + ($settings['horizontal_separation']['size'] * 2); ?>px;
    499             padding: 35px 0px;
    500             bottom: 0px;
    501             z-index: 4;
    502             background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0, 0, 0, 0.4));
    503             background-color: transparent;
    504             left: 50%;
    505             transform: translateX(-50%);
    506         } */
     493   
    507494
    508495        </style>
     
    513500            <div class="common_class wn_webpage_slider_main"></div>
    514501            <div class="common_class wn_webpage_slider_right childrens animate"></div>
    515             <!-- <div class="gradient_overlay"></div> -->
     502           
    516503
    517504            <div class="final"></div>
     
    632619}
    633620
    634 
    635 ?>
    636 
    637 
    638 
Note: See TracChangeset for help on using the changeset viewer.