Plugin Directory

Changeset 3318114


Ignore:
Timestamp:
06/26/2025 09:23:45 AM (9 months ago)
Author:
pickelements
Message:
  • Fix CSS Issue.
  • Update Options page.
Location:
logo-showcase-free/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • logo-showcase-free/trunk/lib/metaboxes/logo-showcase-free-metaboxes.php

    r3291223 r3318114  
    143143                                        <div class="logo-content-holder">
    144144                                            <div class="input_area">
    145                                                 <input type="text" name="bend_single_logo_name[]" class="widefat" placeholder="Insert Logo Title" value="<?php if(!empty($bend_single_logo_name[$i])){ echo $bend_single_logo_name[$i]; } ?>">
     145                                                  <input type="text" name="bend_single_logo_name[]" class="widefat" placeholder="Insert Logo Title" value="<?php if(!empty($bend_single_logo_name[$i])){ echo $bend_single_logo_name[$i]; } ?>">
    146146                                            </div>
    147147                                            <div class="input_area">
     
    10231023        update_post_meta( $post_id, 'nav_value', 1 ); // Default value
    10241024    }
    1025 
    10261025}
    10271026add_action( 'save_post', 'fwp_saved' );
  • logo-showcase-free/trunk/logo-showcase-free.php

    r3291223 r3318114  
    44        Plugin URI: https://pickelements.com/logoshowcasefree/
    55        Description: Logo Showcase is a lightweight and responsive WordPress plugin designed to display a list of clients, supporters, partners, or sponsors' logos on your website. You can effortlessly create sliders, grids, or lists of images with external or internal links, including titles and descriptions. Everything can be managed via the options page, with no coding skills required.
    6         Version: 3.0.4
     6        Version: 3.0.5
    77        Author: Pickelements
    88        Author URI: https://pickelements.com
  • logo-showcase-free/trunk/readme.txt

    r3291223 r3318114  
    55Requires at least: 4.0
    66Tested up to: 6.8.1
    7 Stable tag: 3.0.4
     7Stable tag: 3.0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    159159== Changelog ==
    160160
     161= 3.0.5 =
     162* Fix CSS Issue.
     163* Update Options page.
     164
    161165= 3.0.4 =
    162166* Update Options Page.
  • logo-showcase-free/trunk/templates/theme-one.php

    r3291223 r3318114  
    348348        .tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:1px solid <?php echo $pkls_logotooltipclr;?>;background:<?php echo $pkls_logotooltipclr;?>}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:<?php echo $pkls_logotooltiptclr;?>}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:<?php echo $pkls_logotooltipclr;?>;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:<?php echo $pkls_logotooltipclr;?>;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:<?php echo $pkls_logotooltipclr;?>;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:<?php echo $pkls_logotooltipclr;?>;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:<?php echo $pkls_logotooltipclr;?>}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:<?php echo $pkls_logotooltipclr;?>}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:<?php echo $pkls_logotooltipclr;?>}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:<?php echo $pkls_logotooltipclr;?>}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}
    349349    </style>
     350   
    350351    <script>
    351352        jQuery(document).ready(function($){
Note: See TracChangeset for help on using the changeset viewer.