Plugin Directory

Changeset 2297466


Ignore:
Timestamp:
05/04/2020 05:19:30 AM (6 years ago)
Author:
magicpages
Message:

update 1.0.1

Location:
scroll-magic-addon-for-elementor/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • scroll-magic-addon-for-elementor/trunk/includes/elementor/add_content.class.php

    r2288386 r2297466  
    2727                            $transform = "'transform':'";
    2828                            foreach ( $setting2 as $key3 => $setting3 ){
    29 
    30                                 if('_id'==$key3 || ( empty($setting3)&& $setting3!==0) ){
     29                               
     30                                if('_id'==$key3 || 'title_effect'==$key3 ||( empty($setting3)&& $setting3!==0) ){
    3131                                }elseif(in_array($key3, ['wpmp_translateX','wpmp_translateY','wpmp_translateZ'] )){
    3232                                    $transform .= $key3."(".$setting3."px)";
     
    3838                                    $attr.="'".$key3."':'".$setting3."',";
    3939                                }
     40
    4041                            }
    4142                            $transform .= "',";
  • scroll-magic-addon-for-elementor/trunk/includes/elementor/add_section.class.php

    r2288386 r2297466  
    545545                $repeater_e = new \Elementor\Repeater();
    546546                $repeater_e->add_control(
    547                     'wpmpp_title',
     547                    'title_effect',
    548548                    [
    549549                        'label' => __( 'Title', 'wpmp' ),
     
    835835                        'fields' => $repeater_e->get_controls(),
    836836                        'default' => [],
    837                         'title_field' => '{{{wpmpp_title}}}',
     837                        'title_field' => '{{{title_effect}}}',
    838838                    ]
    839839                );
  • scroll-magic-addon-for-elementor/trunk/index.php

    r2288386 r2297466  
    22/*
    33Plugin Name: Scroll Magic Addon for Elementor
    4 Description: ScrollMagic for Elementor makes it easy to respond to the user's current scroll position. This is the perfect plugin to create an animation effect for you if you like.
    5 Version: 1.0
     4Plugin URI: https://scrollmagic-elementor.magicpages.tech/
     5Description: ScrollMagic for Elementor makes it easy to react to a user's current scroll position.
     6Version: 1.0.1
    67Author: MagicPages
    7 Author URI: https://scrollmagic-elementor.magicpages.tech/
    88*/
    99if ( ! defined( 'WPINC' ) ) {
     
    1111}
    1212
    13 defined( 'WPMP_SMG_ELE_VERSION' ) or define('WPMP_SMG_ELE_VERSION','1.0.0') ;
     13defined( 'WPMP_SMG_ELE_VERSION' ) or define('WPMP_SMG_ELE_VERSION','1.0.1') ;
    1414defined( 'WPMP_SMG_ELE_URL' ) or define('WPMP_SMG_ELE_URL', plugins_url( '/', __FILE__ )) ;
    1515
  • scroll-magic-addon-for-elementor/trunk/readme.txt

    r2288488 r2297466  
    5757== Changelog ==
    5858
     59= 1.0.1 - 04/05/2020 =
     60- Fixed: Invalid property wpmpp_title
     61
    5962= 1.0 =
    6063* init.
     
    6265== Upgrade Notice ==
    6366
     67
     68
    6469== A brief Markdown Example ==
Note: See TracChangeset for help on using the changeset viewer.