Changeset 3318114
- Timestamp:
- 06/26/2025 09:23:45 AM (9 months ago)
- Location:
- logo-showcase-free/trunk
- Files:
-
- 4 edited
-
lib/metaboxes/logo-showcase-free-metaboxes.php (modified) (2 diffs)
-
logo-showcase-free.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
templates/theme-one.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
logo-showcase-free/trunk/lib/metaboxes/logo-showcase-free-metaboxes.php
r3291223 r3318114 143 143 <div class="logo-content-holder"> 144 144 <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]; } ?>"> 146 146 </div> 147 147 <div class="input_area"> … … 1023 1023 update_post_meta( $post_id, 'nav_value', 1 ); // Default value 1024 1024 } 1025 1026 1025 } 1027 1026 add_action( 'save_post', 'fwp_saved' ); -
logo-showcase-free/trunk/logo-showcase-free.php
r3291223 r3318114 4 4 Plugin URI: https://pickelements.com/logoshowcasefree/ 5 5 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. 46 Version: 3.0.5 7 7 Author: Pickelements 8 8 Author URI: https://pickelements.com -
logo-showcase-free/trunk/readme.txt
r3291223 r3318114 5 5 Requires at least: 4.0 6 6 Tested up to: 6.8.1 7 Stable tag: 3.0. 47 Stable tag: 3.0.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 159 159 == Changelog == 160 160 161 = 3.0.5 = 162 * Fix CSS Issue. 163 * Update Options page. 164 161 165 = 3.0.4 = 162 166 * Update Options Page. -
logo-showcase-free/trunk/templates/theme-one.php
r3291223 r3318114 348 348 .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} 349 349 </style> 350 350 351 <script> 351 352 jQuery(document).ready(function($){
Note: See TracChangeset
for help on using the changeset viewer.