Plugin Directory

Changeset 1679321


Ignore:
Timestamp:
06/15/2017 03:03:54 PM (9 years ago)
Author:
mahodder
Message:

1.0.9

  • Fix tabbed widget
Location:
themedy-widgets/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • themedy-widgets/trunk/includes/widgets/css/widget-tabbed.css

    r1324031 r1679321  
    173173}
    174174
     175.fade { width:300px; margin:20px auto; background:#EEE; padding:12px; overflow:hidden; }
     176.fade .tabs { float:left; overflow:auto; }
     177.fade .tabs li {
     178  float:left; list-style:none; border:1px solid #444; margin:1px; -moz-border-radius:2px; }
     179.fade .tabs li a {
     180  display:block; float:left; width:16px; height:16px; text-align:center; color:#000;
     181  text-decoration:none; font:bold 10pt Verdana; background:#CCC; border:1px solid #FFF; }
     182.fade .tabs li:hover { margin:0; border-width:2px; }
     183.fade .tabs li a.selected { border-color:#444; }
     184.fade .items { clear:both; padding:6px 0; position:relative; top:0; left:0; height:1em; }
     185.fade .items div { display:none; position:absolute; top:0; left:0; padding-top:6px; }
     186
    175187/* Media Queries
    176188------------------------------------------------------------ */
  • themedy-widgets/trunk/includes/widgets/widget-ad125.php

    r1550751 r1679321  
    2626
    2727    if (is_active_widget(false, false, 'themedy_ad_widget') and !is_admin()){
    28         wp_enqueue_style('themedy-tabs-css', $themedy_widgets_directory.'css/widget-ads.css');
     28        wp_enqueue_style('themedy-ads-css', $themedy_widgets_directory.'css/widget-ads.css');
    2929    }
    3030}
  • themedy-widgets/trunk/includes/widgets/widget-tabbed.php

    r1324031 r1679321  
    3131
    3232    if (is_active_widget(false, false, 'themedy_tab_widget') and !is_admin()){
    33         wp_register_script('themedy-tabbed-widget', $themedy_widgets_directory.'js/tabs.js', array('jquery'), '3.0b', TRUE);
     33        wp_register_script('themedy-tabbed-widget', $themedy_widgets_directory.'js/jquery.idTabs.js', array('jquery'), '3.1', TRUE);
    3434        wp_enqueue_script('themedy-tabbed-widget');
    3535        wp_enqueue_style('themedy-tabs-css', $themedy_widgets_directory.'css/widget-tabbed.css');
  • themedy-widgets/trunk/readme.txt

    r1550751 r1679321  
    22Contributors: themedy, mahodder, matthodder
    33Tags: shortcodes, themedy, genesis, thesis, ad widget, flickr widget, vimeo widget, video widget
    4 Requires at least: 4.4
    5 Tested up to: 4.7
    6 Stable tag: 1.0.8
     4Requires at least: 4.7
     5Tested up to: 4.8
     6Stable tag: 1.0.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2525
    2626== Changelog ==
     27
     28= 1.0.9 =
     29* Fix tabbed widget
    2730
    2831= 1.0.8 =
  • themedy-widgets/trunk/themedy-widgets.php

    r1550751 r1679321  
    44Plugin URI: https://themedy.com
    55Description: A selection of widgets to extend your Themedy site even further.
    6 Version: 1.0.8
     6Version: 1.0.9
    77Author: Themedy
    88Author URI: https://themedy.com
Note: See TracChangeset for help on using the changeset viewer.