Changeset 168016
- Timestamp:
- 05/17/2022 12:45:41 PM (4 years ago)
- Location:
- ashe/2.197
- Files:
-
- 5 edited
- 1 copied
-
. (copied) (copied from ashe/2.196)
-
inc/about/about-ashe.php (modified) (1 diff)
-
inc/about/css/about-ashe-page.css (modified) (1 diff)
-
inc/about/js/about-ashe-page.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ashe/2.197/inc/about/about-ashe.php
r167261 r168016 94 94 95 95 <a href="<?php echo esc_url('https://youtu.be/mI_MYlOCAG8') ?>" target="_blank" class="button button-primary import-video"><span class="dashicons dashicons-video-alt3"></span><?php esc_html_e( 'Demo Import Video Tutorial', 'ashe' ); ?></a> 96 </div> 97 98 <div class="column-width-4 ashe-woocommerce-inst-box"> 99 <h3><?php esc_html_e( 'Woocommerce', 'ashe' ); ?></h3> 100 <p> 101 <?php 102 $allowed_html = array( 103 'a' => array( 104 'href' => array(), 105 'title' => array(), 106 'style' => array(), 107 'target' => array() 108 ), 109 ); 110 echo wp_kses( 'With Ashe theme you can build a beautiful <a style="color: #3858E9;" href="https://wp-royal.com/themes/ashe-free/demo/shop/?ref=ashe-free-backend-about-shop-prev-btn" target="_blank">online shop</a> with ease, just install the Woocommerce plugin and start building your shop today!', $allowed_html); ?> 111 </p> 112 113 <?php if ( is_plugin_active( 'woocommerce/woocommerce.php' ) ) : ?> 114 <a class="button button-primary disabled" style="margin-bottom: 10px;"><?php esc_html_e( 'Already Activated', 'ashe' ); ?></a> 115 <?php elseif ( ashe_check_installed_plugin( 'woocommerce', 'woocommerce' ) ) : ?> 116 <a href="<?php echo esc_url( wp_nonce_url( self_admin_url( 'plugins.php?action=activate&plugin=woocommerce/woocommerce.php' ), 'activate-plugin_woocommerce/woocommerce.php' ) ); ?>" id="ashe-woocommerce-activate" class="button button-primary"><?php esc_html_e( 'Activate Now', 'ashe' ); ?></a> 117 <?php else : ?> 118 <a href="<?php echo esc_url( wp_nonce_url( self_admin_url( 'update.php?action=install-plugin&plugin=woocommerce' ), 'install-plugin_woocommerce' ) ); ?>" id="ashe-woocommerce-install" class="button button-primary"><?php esc_html_e( 'Install Woocommerce', 'ashe' ); ?></a> 119 <?php endif; ?> 120 <a style="width: 215px; display: block" href="<?php echo esc_url('https://wp-royal.com/video-tutorial-coming-soon/') ?>" target="_blank" class="button button-primary import-video"><span class="dashicons dashicons-video-alt3"></span><?php esc_html_e( 'Shop Setup Video Tutorial', 'ashe' ); ?></a> 96 121 </div> 97 122 -
ashe/2.197/inc/about/css/about-ashe-page.css
r153410 r168016 286 286 } 287 287 288 .button.demo-import { 288 .button.demo-import, 289 #ashe-woocommerce-activate, 290 #ashe-woocommerce-install { 289 291 margin-bottom: 10px; 290 292 background: #F4524D; -
ashe/2.197/inc/about/js/about-ashe-page.js
r140318 r168016 45 45 ); 46 46 47 $( '#ashe-woocommerce-install').on('click', function() { 48 $(this).html('Installing Woocommerce...'); 49 }); 50 51 $( '#ashe-woocommerce-activate').on('click', function() { 52 $(this).html('Activating Woocommerce...'); 53 }); 47 54 }); -
ashe/2.197/readme.txt
r167261 r168016 4 4 Requires at least: WordPress 4.7+ 5 5 Tested up to: WordPress 5.9.3 6 Version: 2.19 66 Version: 2.197 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.en.html -
ashe/2.197/style.css
r167261 r168016 5 5 Author URI: https://wp-royal.com/ 6 6 Description: Personal and Multi-Author Free WordPress Blog Theme. Perfect for personal, lifestyle, health & fitness, food, cooking, bakery, travel, beauty, fashion, wedding, photography, news, quotes blog, auto blog, small business website and any other kind of amazing blogs. Minimal, elegant & mobile friendly layout with WooCommerce shop (storefront) support will WOW and inspire your visitors. Well documented and very easy to use even for WordPress beginners. Clean and Modern Responsive design will perfectly showcase your content on any device, even on tablet, mobile & retina displays. Very fast, compatibility with many popular plugins & of course translation & RTL (right to left language) ready, coded with best SEO practices. The theme has features like Text & Image logo, Fullscreen Slider, Header image, Instagram slider widget support, footer menu support, GDPR compatibility plugins support and many more. Works perfectly with all major drag and drop page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi. You just need to write and be awesome! TEMPLATE DEMO: https://wp-royal.com/themes/ashe-free/demo/ 7 Version: 2.19 67 Version: 2.197 8 8 Requires at least: 4.7 9 9 Requires PHP: 5.2.4
Note: See TracChangeset
for help on using the changeset viewer.