Changeset 2119159
- Timestamp:
- 07/08/2019 05:02:50 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
max-grid/trunk/assets/admin/class-settings-page.php
r2118339 r2119159 108 108 </form> 109 109 <?php 110 //echo self::mg_premium_ads();110 echo self::how_to_use_video(); 111 111 ?> 112 112 </div><!-- end accordion --> … … 240 240 241 241 /** 242 * How To Use Video 243 */ 244 public static function how_to_use_video() { 245 ?> 246 <div id="ads-sidebar-container" class="maxgrid_content_cell"> 247 <div class="maxgrid-sidebar"> 248 <div class="maxgrid_content_cell_title maxgrid-sidebar__title"> 249 <?php // echo __( 'Recommendations for you', 'max-grid' )?> 250 </div> 251 <div class="maxgrid-sidebar__section"> 252 <div style="padding: 0 20px"> 253 <h2 style="padding-left: 0">How To Use</h2> 254 <iframe width="100%" height="auto" src="https://www.youtube.com/embed/koTPRDJOk8g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 255 <br> 256 <a href="<?php echo MAXGRID_SITE_HOME_PAGE;?>/docs/" class="button button-primary get-maxgrid-premium-btn" target="_blank" style="margin: 20px 0 0 0; width: 100%;">Documentations</a> 257 </div> 258 </div> 259 260 </div> 261 262 </div> 263 <?php 264 } 265 266 /** 242 267 * Amx Grid Premium ADS 243 268 */
Note: See TracChangeset
for help on using the changeset viewer.