Changeset 2308436
- Timestamp:
- 05/20/2020 04:57:04 AM (6 years ago)
- Location:
- wp-studio-tabs
- Files:
-
- 20 added
- 6 edited
-
tags/1.0.7 (added)
-
tags/1.0.7/css (added)
-
tags/1.0.7/css/style.php (added)
-
tags/1.0.7/css/styles-admin.css (added)
-
tags/1.0.7/css/styles-tabby.css (added)
-
tags/1.0.7/css/styles.css (added)
-
tags/1.0.7/images (added)
-
tags/1.0.7/images/icon-128x128.png (added)
-
tags/1.0.7/images/icon-256x256.png (added)
-
tags/1.0.7/images/wpstudio-logo.png (added)
-
tags/1.0.7/includes (added)
-
tags/1.0.7/includes/manage-page.php (added)
-
tags/1.0.7/includes/metabox.php (added)
-
tags/1.0.7/includes/settings-page.php (added)
-
tags/1.0.7/js (added)
-
tags/1.0.7/js/scripts-admin.js (added)
-
tags/1.0.7/js/scripts-tabby.js (added)
-
tags/1.0.7/js/scripts.js (added)
-
tags/1.0.7/readme.txt (added)
-
tags/1.0.7/wpstudio-tabs.php (added)
-
trunk/css/style.php (modified) (2 diffs)
-
trunk/css/styles-admin.css (modified) (9 diffs)
-
trunk/includes/metabox.php (modified) (1 diff)
-
trunk/includes/settings-page.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpstudio-tabs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-studio-tabs/trunk/css/style.php
r2286513 r2308436 38 38 foreach ($ids as $id): 39 39 $tabs_section_bg = get_post_meta ($id, 'tabs_section_bg', true); 40 $tabs_section_padding_top = get_post_meta ($id, 'tabs_section_padding_top', true); 41 $tabs_section_padding_bottom = get_post_meta ($id, 'tabs_section_padding_bottom', true); 40 42 $tab_font_color = get_post_meta ($id, 'tab_font_color', true); 41 43 $tab_bg_color = get_post_meta ($id, 'tab_bg_color', true); … … 45 47 $tab_current_border_color = get_post_meta ($id, 'tab_current_border_color', true); 46 48 47 $html .= '#wpst-tabset-'.$id.'.tabs-container { background-color: '. $tabs_section_bg .' }';49 $html .= '#wpst-tabset-'.$id.'.tabs-container { background-color: '. $tabs_section_bg .'; padding-top: '. $tabs_section_padding_top .'px; padding-bottom: '. $tabs_section_padding_bottom .'px; }'; 48 50 $html .= '#wpst-tabset-'.$id.'.tabs-container nav ul li a span { color: '. $tab_font_color .' }'; 49 51 $html .= '#wpst-tabset-'.$id.'.tabs-container nav ul li { background-color: '. $tab_bg_color .'; }'; -
wp-studio-tabs/trunk/css/styles-admin.css
r2297342 r2308436 245 245 } 246 246 247 #wpstudio__tabs_metabox .inside { 248 overflow: hidden; 247 #wpstudio__tabs_metabox .inside .wp-picker-holder { 248 position: absolute; 249 } 250 251 #wpstudio__tabs_metabox .inside .wp-picker-clear { 252 min-height: 30px; 253 margin-left: 6px; 254 } 255 256 #wpstudio__tabs_metabox .inside:after { 257 content: ''; 258 display: block; 259 clear: both; 249 260 } 250 261 … … 260 271 261 272 #wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table th { 262 width: 240px 273 width: 240px; 274 text-align: right; 275 } 276 277 #wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table th.input-small { 278 line-height: 1.4; 263 279 } 264 280 … … 342 358 343 359 #wpstudio__tabs_metabox .tabs-header .tabs_active { 344 display: inline-block;345 360 float: right; 346 361 margin-top: 3px; … … 365 380 color: #fff; 366 381 cursor: pointer; 367 display: inline-block;368 382 float: right; 369 383 height: 20px; … … 382 396 border: 1px solid rgb(153, 153, 153); 383 397 cursor: pointer; 384 display: inline-block;385 398 height: 20px; 386 399 margin: 3px; … … 395 408 border: 1px solid rgb(153, 153, 153); 396 409 cursor: pointer; 397 display: inline-block;398 410 height: 20px; 399 411 margin: 3px; … … 446 458 } 447 459 460 #wpstudio__tabs_metabox .inside .form-table .section-padding { 461 max-width: 53px; 462 margin: 0; 463 } 464 465 #wpstudio__tabs_metabox .inside .form-table ::-webkit-input-placeholder { 466 font-size: 10px; 467 color: #999; 468 font-style: italic; 469 } 470 ::-moz-placeholder { 471 font-size: 10px; 472 color: #999; 473 font-style: italic; 474 } 475 :-ms-input-placeholder { 476 font-size: 10px; 477 color: #999; 478 font-style: italic; 479 } 480 :-moz-placeholder { 481 font-size: 10px; 482 color: #999; 483 font-style: italic; 484 } 485 448 486 .para-settings .option-box { 449 487 margin: 10px 0; … … 472 510 background: none repeat scroll 0 0 rgb(230, 230, 230); 473 511 cursor: pointer; 474 display: inline-block;475 512 float: left; 476 513 margin: 0; … … 597 634 @media (min-width: 1920px) { 598 635 #wpstudio__tabs_metabox #wp-simple-tabs-nav .form-table { 599 width: 50%636 width: 75% 600 637 } 601 638 } -
wp-studio-tabs/trunk/includes/metabox.php
r2286513 r2308436 36 36 $meta_keys = array( 37 37 'wpst_tabs_order' => '', 38 'tabs_section_bg' => 'transparent', 38 'tabs_section_bg' => '', 39 'tabs_section_padding_top' => '', 40 'tabs_section_padding_bottom' => '', 39 41 'tab_font_color' => '#000000', 40 42 'tab_current_font_color' => '#000000', 41 'tab_bg_color' => ' transparent',42 'tab_current_bg_color' => ' transparent',43 'tab_bg_color' => '', 44 'tab_current_bg_color' => '', 43 45 'tab_border_color' => '#000000', 44 46 'tab_current_border_color' => '#000000' -
wp-studio-tabs/trunk/includes/settings-page.php
r2261175 r2308436 4 4 5 5 $tabs_section_bg = get_post_meta ($post->ID, 'tabs_section_bg', true); 6 $tabs_section_padding_top = get_post_meta ($post->ID, 'tabs_section_padding_top', true); 7 $tabs_section_padding_bottom = get_post_meta ($post->ID, 'tabs_section_padding_bottom', true); 6 8 $tab_font_color = get_post_meta ($post->ID, 'tab_font_color', true); 7 9 $tab_current_font_color = get_post_meta ($post->ID, 'tab_current_font_color', true); … … 11 13 $tab_current_border_color = get_post_meta ($post->ID, 'tab_current_border_color', true); ?> 12 14 13 <div class="inside hidden">15 <div class="inside wpst-tab-settings hidden"> 14 16 <table class="form-table"> 15 17 <tbody> … … 36 38 </th> 37 39 <td> 38 <input type="text" name="tab_current_bg_color" id="tab-current-bg-color" class="color-field" value="<?= $tab_current_bg_color; ?>"/> 40 <input type="text" name="tab_current_bg_color" id="tab-current-bg-color" class="color-field cc-color-picker-field wp-color-picker" value="<?= $tab_current_bg_color; ?>"/> 41 </td> 42 <th scope="row" class="input-small"> 43 <label for="tab_font_color">Section Top Padding</label> 44 </th> 45 <td> 46 <input class="section-padding" type="text" name="tabs_section_padding_top" id="tabs-section-padding-top" value="<?= $tabs_section_padding_top; ?>"/> px 39 47 </td> 40 48 </tr> … … 52 60 <td> 53 61 <input type="text" name="tab_current_border_color" id="tab-current-border-color" class="color-field" value="<?= $tab_current_border_color; ?>"/> 62 </td> 63 64 <th scope="row" class="input-small"> 65 <label for="tab_font_color">Section Bottom Padding</label> 66 </th> 67 <td> 68 <input class="section-padding" type="text" name="tabs_section_padding_bottom" id="tabs-section-padding-bottom" value="<?= $tabs_section_padding_bottom; ?>"/> px 54 69 </td> 55 70 </tr> -
wp-studio-tabs/trunk/readme.txt
r2306814 r2308436 3 3 Author: WP Studio 4 4 Author URI: https://wp-studio.net 5 Tags: tab s5 Tags: tab, tabs, responsive tabs, tabs widget, accordion 6 6 Requires at least: 2.9 7 7 Tested up to: 5.4 8 Stable tag: 1.0. 68 Stable tag: 1.0.7 9 9 10 10 WP Studio Tabs allows you to create/manage simple animated tabs for your Wordpress website. … … 28 28 29 29 == Changelog == 30 31 = 1.0.7 = 32 33 * Added new setting for section top/bottom padding. 30 34 31 35 = 1.0.6 = -
wp-studio-tabs/trunk/wpstudio-tabs.php
r2306814 r2308436 5 5 * Plugin URI: http://wp-studio.net 6 6 * Description: WP Studio Tabs allows you to create/manage simple animated tabs for your Wordpress website. 7 * Version: 1.0. 67 * Version: 1.0.7 8 8 * Requires at least: 2.9 9 9 * Author: WP Studio
Note: See TracChangeset
for help on using the changeset viewer.