Plugin Directory

Changeset 2853658


Ignore:
Timestamp:
01/24/2023 03:09:29 PM (3 years ago)
Author:
rajd76816
Message:

Error Fixed issue #

Location:
product-testimonial/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • product-testimonial/trunk/inc/functions.php

    r2785480 r2853658  
    6060                                <label for=""><?php echo esc_attr(__('Rating Color:')); ?></label>
    6161                                <input type="color" name="rating_color" value="<?php echo esc_attr($get_rating_color_option); ?>" class="rating-color" placeholder="Rating Color">
    62 
    6362                            </div>
    6463                            <div class="paste-new-forms"></div>
    6564                            <!-- <input type="submit" value="<?php _e('Save Change', 'pt'); ?>"> -->
    6665                            <?php
    67                             submit_button();
    68                             ?>
     66                            submit_button();?>
     67                            <div class="successMessage" style="display:none;"><font color="green"><b>Your colors change successfully.:)</b></font></div>
    6968                        </form>
    7069                    </div>
  • product-testimonial/trunk/product-testimonial.php

    r2785480 r2853658  
    44Plugin URI: https://wordpress.org/plugins/custom-wordpress-testimonial/
    55Description: WP Product Testimonial
    6 Version: 0.1.1
     6Version: 0.1.2
    77Author: Sadekur Rahman
    88Author URI:
     
    1010Text Domain: cwpt
    1111*/
    12 ob_start();
    13 session_start();
    14 
    1512define('cwpt_plugin_directory_path', plugin_dir_path(__FILE__));
    1613/*
     
    123120*
    124121*/
    125 function cwpt_loop() { ?>
     122function cwpt_loop() {
     123    ob_start();
     124    //session_start();
     125    ?>
    126126    <div id="testimonial-slider" class="owl-carousel">
    127127        <?php
     
    187187    </div>
    188188    <?php
    189 }
    190 /*Use Shortcode for main content*/
     189    $ends = ob_get_clean();
     190    return $ends;
     191}
    191192add_shortcode("WPTCODE", "cwpt_loop");
    192193/*
  • product-testimonial/trunk/readme.txt

    r2817126 r2853658  
    55Tested up to: 6.0
    66Requires PHP:      5.6
    7 Stable tag:        0.1.1
     7Stable tag:        0.1.2
    88License:           GPLv2 or later
    99License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020== Video Tutorial ==
    21 https://youtu.be/QcR-mlVSlO8
     21Include Soon!
    2222
    2323== You can changes settings ==
     
    8282= 0.1.2=
    8383
    84 * Add Documentation
     84* Add Setting Pages Successful message
     85* Coding Errors fixing
    8586
    8687== Upgrade notice ==
Note: See TracChangeset for help on using the changeset viewer.