Plugin Directory

Changeset 1162826


Ignore:
Timestamp:
05/18/2015 05:04:01 PM (11 years ago)
Author:
urre
Message:

Version 1.1.4

Location:
acf-fold-flexible-content
Files:
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • acf-fold-flexible-content/tags/1.1.4/css/acf-fold-flexible.admin.css

    r1089791 r1162826  
    1414
    1515/**
    16  * Field types
    17  */
     16* Field types
     17*/
    1818.foldicon--image:after {
    19     content: "\f128";
     19    content: "\f128";
    2020}
    2121
    2222.foldicon--wysiwyg:after {
    23     content: "\f206";
     23    content: "\f206";
    2424}
    2525
    2626.foldicon--file:after {
    27     content: "\f133";
     27    content: "\f133";
    2828}
    2929
     
    121121
    122122/**
    123  * Fields group handles
    124  */
     123* Fields group handles
     124*/
    125125.acf-fc-layout-handle:hover {
    126126    background: #f2f2f2;
     
    146146
    147147/**
    148  * Tooltip
    149  */
     148* Tooltip
     149*/
    150150
    151  .tooltip {
    152      text-align: center;
    153      color: #fff;
    154      background-color: #298CBA;
    155      position: absolute;
    156      z-index: 100;
    157      padding: 6px 12px;
    158      font-size: .8em;
    159      text-transform: capitalize;
    160      margin-top: -12px;
    161  }
     151.acffoldflexible-tooltip {
     152    text-align: center;
     153    color: white;
     154    background-color: #298CBA;
     155    position: absolute;
     156    z-index: 100;
     157    padding: 6px 12px;
     158    font-size: .8em;
     159    text-transform: capitalize;
     160    margin-top: -12px;
     161}
    162162
    163  .tooltip:after {
    164      width: 0;
    165      height: 0;
    166      border-left: 6px solid transparent;
    167      border-right: 6px solid transparent;
    168      border-top: 10px solid #298CBA;
    169      content: '';
    170      position: absolute;
    171      left: 50%;
    172      bottom: -6px;
    173      margin-left: -6px;
    174  }
     163.acffoldflexible-tooltip:after {
     164    width: 0;
     165    height: 0;
     166    border-left: 6px solid transparent;
     167    border-right: 6px solid transparent;
     168    border-top: 10px solid #298CBA;
     169    content: '';
     170    position: absolute;
     171    left: 50%;
     172    bottom: -6px;
     173    margin-left: -6px;
     174}
    175175
    176  .tooltip.top:after {
    177      border-top-color: transparent;
    178      border-bottom: 6px solid #298CBA;
    179      top: -20px;
    180      bottom: auto;
    181  }
     176.acffoldflexible.top:after {
     177    border-top-color: transparent;
     178    border-bottom: 6px solid #298CBA;
     179    top: -20px;
     180    bottom: auto;
     181}
    182182
    183  .tooltip.left:after {
    184      left: 6px;
    185      margin: 0;
    186  }
     183.acffoldflexible.left:after {
     184    left: 6px;
     185    margin: 0;
     186}
    187187
    188  .tooltip.right:after {
    189      right: 10px;
    190      left: auto;
    191      margin: 0;
    192  }
     188.acffoldflexible.right:after {
     189    right: 10px;
     190    left: auto;
     191    margin: 0;
     192}
  • acf-fold-flexible-content/tags/1.1.4/js/acf-fold-flexible.tooltip.js

    r1147023 r1162826  
    1111            target = $(this);
    1212            tip = target.attr('title');
    13             tooltip = $('<div class="tooltip"></div>');
     13            tooltip = $('<div class="acffoldflexible-tooltip"></div>');
    1414
    1515            if (!tip || tip == '')
  • acf-fold-flexible-content/tags/1.1.4/readme.txt

    r1162813 r1162826  
    55Requires at least: 3.0
    66Tested up to: 4.2.2
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88
    99A simple plugin for enhancing the ACF Flexible Content Field. Collapsed flexible content panels with helping icons representing each field types inside.
     
    3333
    3434== Changelog ==
     35
     36= 1.1.4 =
     37Fixed an issue were the tooltips didn't work together with Gravity forms.
    3538
    3639= 1.1.3 =
  • acf-fold-flexible-content/trunk/css/acf-fold-flexible.admin.css

    r1089791 r1162826  
    1414
    1515/**
    16  * Field types
    17  */
     16* Field types
     17*/
    1818.foldicon--image:after {
    19     content: "\f128";
     19    content: "\f128";
    2020}
    2121
    2222.foldicon--wysiwyg:after {
    23     content: "\f206";
     23    content: "\f206";
    2424}
    2525
    2626.foldicon--file:after {
    27     content: "\f133";
     27    content: "\f133";
    2828}
    2929
     
    121121
    122122/**
    123  * Fields group handles
    124  */
     123* Fields group handles
     124*/
    125125.acf-fc-layout-handle:hover {
    126126    background: #f2f2f2;
     
    146146
    147147/**
    148  * Tooltip
    149  */
     148* Tooltip
     149*/
    150150
    151  .tooltip {
    152      text-align: center;
    153      color: #fff;
    154      background-color: #298CBA;
    155      position: absolute;
    156      z-index: 100;
    157      padding: 6px 12px;
    158      font-size: .8em;
    159      text-transform: capitalize;
    160      margin-top: -12px;
    161  }
     151.acffoldflexible-tooltip {
     152    text-align: center;
     153    color: white;
     154    background-color: #298CBA;
     155    position: absolute;
     156    z-index: 100;
     157    padding: 6px 12px;
     158    font-size: .8em;
     159    text-transform: capitalize;
     160    margin-top: -12px;
     161}
    162162
    163  .tooltip:after {
    164      width: 0;
    165      height: 0;
    166      border-left: 6px solid transparent;
    167      border-right: 6px solid transparent;
    168      border-top: 10px solid #298CBA;
    169      content: '';
    170      position: absolute;
    171      left: 50%;
    172      bottom: -6px;
    173      margin-left: -6px;
    174  }
     163.acffoldflexible-tooltip:after {
     164    width: 0;
     165    height: 0;
     166    border-left: 6px solid transparent;
     167    border-right: 6px solid transparent;
     168    border-top: 10px solid #298CBA;
     169    content: '';
     170    position: absolute;
     171    left: 50%;
     172    bottom: -6px;
     173    margin-left: -6px;
     174}
    175175
    176  .tooltip.top:after {
    177      border-top-color: transparent;
    178      border-bottom: 6px solid #298CBA;
    179      top: -20px;
    180      bottom: auto;
    181  }
     176.acffoldflexible.top:after {
     177    border-top-color: transparent;
     178    border-bottom: 6px solid #298CBA;
     179    top: -20px;
     180    bottom: auto;
     181}
    182182
    183  .tooltip.left:after {
    184      left: 6px;
    185      margin: 0;
    186  }
     183.acffoldflexible.left:after {
     184    left: 6px;
     185    margin: 0;
     186}
    187187
    188  .tooltip.right:after {
    189      right: 10px;
    190      left: auto;
    191      margin: 0;
    192  }
     188.acffoldflexible.right:after {
     189    right: 10px;
     190    left: auto;
     191    margin: 0;
     192}
  • acf-fold-flexible-content/trunk/js/acf-fold-flexible.tooltip.js

    r1147023 r1162826  
    1111            target = $(this);
    1212            tip = target.attr('title');
    13             tooltip = $('<div class="tooltip"></div>');
     13            tooltip = $('<div class="acffoldflexible-tooltip"></div>');
    1414
    1515            if (!tip || tip == '')
  • acf-fold-flexible-content/trunk/readme.txt

    r1162813 r1162826  
    55Requires at least: 3.0
    66Tested up to: 4.2.2
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88
    99A simple plugin for enhancing the ACF Flexible Content Field. Collapsed flexible content panels with helping icons representing each field types inside.
     
    3333
    3434== Changelog ==
     35
     36= 1.1.4 =
     37Fixed an issue were the tooltips didn't work together with Gravity forms.
    3538
    3639= 1.1.3 =
Note: See TracChangeset for help on using the changeset viewer.