Plugin Directory

Changeset 2732439


Ignore:
Timestamp:
05/27/2022 08:44:53 AM (4 years ago)
Author:
combar
Message:

fix readme and admin css

Location:
sticky-action-buttons-call-chat-navigate-and-more
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • sticky-action-buttons-call-chat-navigate-and-more/tags/1.0/admin/desktop.php

    r2731946 r2732439  
    4747            </section>
    4848
    49             <div class="row main-toggle hide">
     49            <div class="main-toggle hide">
    5050
    5151                <section class="row">
  • sticky-action-buttons-call-chat-navigate-and-more/tags/1.0/admin/mobile.php

    r2731946 r2732439  
    5555            </section>
    5656
    57             <div class="row main-toggle hide">
     57            <div class="main-toggle hide">
    5858
    5959                <section class="row">
  • sticky-action-buttons-call-chat-navigate-and-more/tags/1.0/assets/css/combar-sab-admin.css

    r2731946 r2732439  
    166166    margin-bottom: 10px;
    167167}
     168div.row {
     169    display: flex;
     170    flex-wrap: wrap;
     171    gap: 20px;
     172}
    168173.radio-row {
    169174    display: flex;
    170175    gap: 10px;
    171176    flex-wrap: wrap;
    172 }
    173 .flex-row>* {
    174     flex: 1;
    175     align-content: flex-start;
    176 }
    177 .flex-auto-row>* {
    178     flex: 0 0 auto;
    179     flex-grow: 1;
    180177}
    181178a.help {
     
    208205.inner-row {
    209206    position: relative;
    210     margin-bottom: 20px;
    211 }
    212 .inner-row:last-child {
    213     margin-bottom: 0px;
     207    flex: 0 0 100%;
    214208}
    215209.row.desc-row .inner-row {
     
    319313    line-height: 1.4;
    320314}
     315.row .radio-row small,
    321316.wp-picker-container:not(.wp-picker-active)+small {
    322317    margin: 0;
     
    457452    position: sticky;
    458453    top: 0px;
    459     z-index: 3;
     454    z-index: 5;
    460455    background: #ffe0f3;
    461456    padding: 10px;
     
    512507    margin-bottom: 10px;
    513508}
    514 .button-item .inner-row {
    515     margin-bottom: 15px;
     509.button-item div.row {
     510    gap: 15px;
    516511}
    517512.button-item .button-item-title {
  • sticky-action-buttons-call-chat-navigate-and-more/tags/1.0/readme.txt

    r2732427 r2732439  
    1212
    1313== Description ==
    14 **Allow visitors of your website to contact you quickly and easily using a variety of floating contact buttons such as: dial buttons, WhatsApp, social networks, navigation and more. **
     14**Allow visitors of your website to contact you quickly and easily using a variety of floating contact buttons such as: dial buttons, WhatsApp, social networks, navigation and more.**
    1515With Sticky Action Buttons, you can create a variety of different action buttons for desktop and mobile displays in less than one minute. This simple and lightweight plugin allows you to create a boost of contacts from your website and improve the amount of interactions with the visitors.
     16
    1617* Get more calls and leads from your website
    1718* Increase the amount of interactions and conversions on your website
     
    2829* URL as an external or internal link
    2930
    30 = Many design options=
     31= Many design options =
    3132* Select the background, text and icon color of each button
    3233* Add a gradient effect to your buttons
     
    3435* Can be trigger by click or by mouse hover
    3536* Select an entrance animation
    36 *Control the position of the buttons and the distance from the screen edges
    37 *Full FontAwesome 5 support - over 1500 icons available
     37* Control the position of the buttons and the distance from the screen edges
     38* Full FontAwesome 5 support - over 1500 icons available
    3839* Choose from different button styles: icon only, icon with text or tooltip
    3940
    4041= Behavior in desktop and mobile =
    4142One of the great advantages of the Sticky Action Buttons plugin is that you can select separate buttons for each display (mobile / desktop) and design them individually and all this in order to achieve your goals
     43
    4244* Select the desktop and mobile buttons visibility
    4345* Design your mobile and desktop buttons differently
  • sticky-action-buttons-call-chat-navigate-and-more/trunk/admin/desktop.php

    r2731934 r2732439  
    4747            </section>
    4848
    49             <div class="row main-toggle hide">
     49            <div class="main-toggle hide">
    5050
    5151                <section class="row">
  • sticky-action-buttons-call-chat-navigate-and-more/trunk/admin/mobile.php

    r2731934 r2732439  
    5555            </section>
    5656
    57             <div class="row main-toggle hide">
     57            <div class="main-toggle hide">
    5858
    5959                <section class="row">
  • sticky-action-buttons-call-chat-navigate-and-more/trunk/assets/css/combar-sab-admin.css

    r2731934 r2732439  
    166166    margin-bottom: 10px;
    167167}
     168div.row {
     169    display: flex;
     170    flex-wrap: wrap;
     171    gap: 20px;
     172}
    168173.radio-row {
    169174    display: flex;
    170175    gap: 10px;
    171176    flex-wrap: wrap;
    172 }
    173 .flex-row>* {
    174     flex: 1;
    175     align-content: flex-start;
    176 }
    177 .flex-auto-row>* {
    178     flex: 0 0 auto;
    179     flex-grow: 1;
    180177}
    181178a.help {
     
    208205.inner-row {
    209206    position: relative;
    210     margin-bottom: 20px;
    211 }
    212 .inner-row:last-child {
    213     margin-bottom: 0px;
     207    flex: 0 0 100%;
    214208}
    215209.row.desc-row .inner-row {
     
    319313    line-height: 1.4;
    320314}
     315.row .radio-row small,
    321316.wp-picker-container:not(.wp-picker-active)+small {
    322317    margin: 0;
     
    457452    position: sticky;
    458453    top: 0px;
    459     z-index: 3;
     454    z-index: 5;
    460455    background: #ffe0f3;
    461456    padding: 10px;
     
    512507    margin-bottom: 10px;
    513508}
    514 .button-item .inner-row {
    515     margin-bottom: 15px;
     509.button-item div.row {
     510    gap: 15px;
    516511}
    517512.button-item .button-item-title {
  • sticky-action-buttons-call-chat-navigate-and-more/trunk/readme.txt

    r2732427 r2732439  
    1212
    1313== Description ==
    14 **Allow visitors of your website to contact you quickly and easily using a variety of floating contact buttons such as: dial buttons, WhatsApp, social networks, navigation and more. **
     14**Allow visitors of your website to contact you quickly and easily using a variety of floating contact buttons such as: dial buttons, WhatsApp, social networks, navigation and more.**
    1515With Sticky Action Buttons, you can create a variety of different action buttons for desktop and mobile displays in less than one minute. This simple and lightweight plugin allows you to create a boost of contacts from your website and improve the amount of interactions with the visitors.
     16
    1617* Get more calls and leads from your website
    1718* Increase the amount of interactions and conversions on your website
     
    2829* URL as an external or internal link
    2930
    30 = Many design options=
     31= Many design options =
    3132* Select the background, text and icon color of each button
    3233* Add a gradient effect to your buttons
     
    3435* Can be trigger by click or by mouse hover
    3536* Select an entrance animation
    36 *Control the position of the buttons and the distance from the screen edges
    37 *Full FontAwesome 5 support - over 1500 icons available
     37* Control the position of the buttons and the distance from the screen edges
     38* Full FontAwesome 5 support - over 1500 icons available
    3839* Choose from different button styles: icon only, icon with text or tooltip
    3940
    4041= Behavior in desktop and mobile =
    4142One of the great advantages of the Sticky Action Buttons plugin is that you can select separate buttons for each display (mobile / desktop) and design them individually and all this in order to achieve your goals
     43
    4244* Select the desktop and mobile buttons visibility
    4345* Design your mobile and desktop buttons differently
Note: See TracChangeset for help on using the changeset viewer.