Plugin Directory

Changeset 2373583


Ignore:
Timestamp:
09/02/2020 06:14:54 AM (6 years ago)
Author:
webhack
Message:

update files---

Location:
wha-puzzle/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wha-puzzle/trunk/js/puzzle.js

    r2372426 r2373583  
    284284                                            }
    285285
    286                                             if ( $('#modal_form .wrapper-inner').height() > 250 &&
    287                                                  $('#modal_form .wrapper-inner iframe').length === 0) {
     286                                            if ( $('#modal_form .wrapper-inner').height() > 250 && $('#modal_form .wrapper-inner iframe').length === 0) {
    288287
    289288                                                $('#modal_form .wrapper-inner').css({'overflowY':'scroll','maxHeight':'250px'})
     
    532531    };
    533532
    534 
    535     /**
    536      * Fix iframe popup congratulations
    537      */
    538     window.onload = function(){
    539 
    540         //$('#modal_form .wrapper-inner iframe').css({'height':'250px !important','width':'100% !important'});
    541         // jQuery('#modal_form .wrapper-inner iframe').css('height', '250px');
    542         // jQuery('#modal_form .wrapper-inner iframe').css('width', '100%');
    543 
    544 
    545     }
    546 
    547 
    548 
    549 
    550 
    551 
    552533}
    553534
  • wha-puzzle/trunk/readme.txt

    r2370359 r2373583  
    22=== Puzzles game ===
    33Contributors: webhelpagency
    4 Version: 1.0.7
     4Version: 1.0.8
    55Donate link: http://webhelpagency.com/
    66Tags: crossword, game, mind, puzzles
  • wha-puzzle/trunk/wha-puzzle.php

    r2372426 r2373583  
    44 * Plugin Name:       WHA Puzzle
    55 * Description:       The plugin puzzle.
    6  * Version:           1.0.7
     6 * Version:           1.0.8
    77 * Author:            WHA
    88 * Author URI:        http://webhelpagency.com/
     
    240240                    <h4>'.__('Your time','whapz_puzzle').': <span class="whapz-used-minutes"></span>:<span class="whapz-used-second"></span></h4>
    241241                    <div class="wrapper-inner" style="min-height:100px;width:100%;">
    242                     '.get_post_meta($id, 'whapz_option_congratulations', true).
     242                    '. do_shortcode(''.get_post_meta($id, 'whapz_option_congratulations', true).'').
    243243                    '</div>
    244244                    <p>
Note: See TracChangeset for help on using the changeset viewer.