Plugin Directory

Changeset 3097666


Ignore:
Timestamp:
06/05/2024 04:20:48 AM (22 months ago)
Author:
easywebsiteform
Message:

Fix notice text update few style

Location:
easywebsiteform
Files:
29 added
5 edited

Legend:

Unmodified
Added
Removed
  • easywebsiteform/trunk/assets/css/options-style.css

    r3086455 r3097666  
    6363    padding: 2px 10px;
    6464    margin-left: 16px;
    65     margin-top: -11px
     65    margin-top: -11px;
     66    z-index: 9;
    6667}
    6768
  • easywebsiteform/trunk/assets/js/admin-js.js

    r3086455 r3097666  
    1616                    $("#save_key").text("Saving...");
    1717                },
    18                 success: ({ data, message }) => {
    19                     console.log(data);
     18                success: ({ data, message }) => {           
    2019                    if (data === null) {
    2120                        $(".ewf_alert").html(message);
  • easywebsiteform/trunk/easywebsiteform.php

    r3095130 r3097666  
    33 * Plugin Name:       Easy Website Form
    44 * Plugin URI:        https://www.easywebsiteform.com/
    5  * Description:       "Easy Website Form" Forms Builder Companion Plugin
    6  * Version:           1.1.1
     5 * Description:       Integrate forms created with "Easy Website Form" Builder seamlessly into your WordPress site using the "Easy Website Form"    plugin.
     6 * Version:           1.1.2
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
  • easywebsiteform/trunk/includes/ewform_shortcode.php

    r3086455 r3097666  
    3232
    3333            if ( empty( $api_key ) ) {
    34                 return sprintf( "<p style='color:#ff3b58'>%s<b>%s</b></p>", esc_html__( "Please Connect Your Account With Api key of", "easywebsiteform" ), esc_html__( "Easy Website Form", "easywebsiteform" ) );
     34                return sprintf( "<p class='ewform-notice' >%s <a href='%s'><b>%s</b></a>%s</p>", esc_html__( "Please enter your API Key in the Easy Website Form plugin ", "easywebsiteform" ),esc_url(admin_url("admin.php?page=ewfoption")), esc_html__( "API Setup", "easywebsiteform" ),  esc_html__(" to use shortcodes"));
    3535            }
     36
     37           
    3638            ob_start();
    3739            ?>
     
    5557                .ew_form_wrapper {
    5658                    position: relative;
     59                }
     60                .ewform-notice{
     61                    color:#ff3b58;
     62                }
     63                .ewform-notice a{
     64                    text-decoration: none;
    5765                }
    5866                .iframe_overlay {
  • easywebsiteform/trunk/readme.txt

    r3095130 r3097666  
    55Tested up to: 6.5.3
    66Requires PHP: 7.4
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565== Changelog ==
    6666
     67= 1.1.2 =
     68* Update notice text.
     69* Update few css.
     70* Update plugin header description text.
     71
    6772= 1.1.1 =
    6873* Update Readme file.
Note: See TracChangeset for help on using the changeset viewer.