PATH:
home
/
letacommog
/
renovation-antibes
/
wp-content
/
plugins
/
elementor-extras
/
admin
/
views
<div class="wrap about-wrap ee-wrap"> <div class="o-layout o-layout--middle ee-info-header"> <div class="o-layout__item u-5/6@desktop"> <h1><?php _e( "<strong>Elementor Extras</strong>", 'elementor-extras' ); ?> <?php echo $version; ?> <?php _e( "is here", 'elementor-extras' ); ?></h1> <div class="about-text"><?php _e("And we've got great news.", 'elementor-extras' ); ?></div> </div> <div class="o-layout__item u-1/6@desktop"><img class="ee-logo" src="https://shop.namogo.com/wp-content/uploads/2017/08/Logo@2x.png" /></div> </div> <hr /> <h2 class="about-headline-callout"><?php _e("Button <strong>effects</strong> done right", 'elementor-extras' ); ?></h2> <div class="feature-section o-layout"> <div class="o-layout__item u-2/3@desktop"> <iframe src="https://player.vimeo.com/video/236940143?color=8062d4&title=0&byline=0&portrait=0" width="640" height="400" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> </div> <div class="o-layout__item u-1/3@desktop"> <h3><?php _e( "Back to basics", 'elementor-extras' ); ?></h3> <p><?php _e("Turn on your background parallax control and give your heros that extra subtle hint of awesomeness.", 'elementor-extras' ); ?></p> <h3><?php _e( "Overlay images on text", 'elementor-extras' ); ?></h3> <p><?php _e("Heading Extra gets an enhancement. On top of adding a gradient fill, now you can overlay images on text to really create magic.", 'elementor-extras' ); ?></p> </div> </div> <hr /> <div class="feature-section"> <h5><?php _e( "Important:", 'elementor-extras' ); ?></h5> <div class="meta-box-sortables ui-sortable"> <div class="postbox"> <div class="inside"> <?php printf( __( 'As usual, review all your widgets on before updating to a live environment to make sure everything looks good. <a href="%s">See the full changelog.</a>', 'elementor-extras' ), '#changelog'); ?> </div> </div> </div> </div> <h2 class="about-headline-callout"><?php _e( "Complete changelog", 'elementor-extras' ); ?></h2> <div class="feature-section"> <a name="changelog"></a> <p class="about-description"><?php printf( __( "Here's the complete list of changes in %s.", 'elementor-extras' ), $version ); ?></p> <?php $items = file_get_contents( elementor_extras_get_path( 'README.txt' ) ); $items = explode( '= ' . $version . ' =', $items ); $items = end( $items ); $items = current( explode( "\n\n", $items ) ); $items = array_filter( array_map( 'trim', explode( "*", $items ) ) ); ?> <ul class="changelog"> <?php foreach( $items as $item ): $item = explode('http', $item); ?> <li><?php echo $item[0]; ?><?php if( isset($item[1]) ): ?><a href="http<?php echo $item[1]; ?>" target="_blank">[...]</a><?php endif; ?></li> <?php endforeach; ?> </ul> </div> </div>
[+]
..
[-] settings-info.php
[edit]