Changeset 2732439
- Timestamp:
- 05/27/2022 08:44:53 AM (4 years ago)
- Location:
- sticky-action-buttons-call-chat-navigate-and-more
- Files:
-
- 8 edited
-
tags/1.0/admin/desktop.php (modified) (1 diff)
-
tags/1.0/admin/mobile.php (modified) (1 diff)
-
tags/1.0/assets/css/combar-sab-admin.css (modified) (5 diffs)
-
tags/1.0/readme.txt (modified) (3 diffs)
-
trunk/admin/desktop.php (modified) (1 diff)
-
trunk/admin/mobile.php (modified) (1 diff)
-
trunk/assets/css/combar-sab-admin.css (modified) (5 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sticky-action-buttons-call-chat-navigate-and-more/tags/1.0/admin/desktop.php
r2731946 r2732439 47 47 </section> 48 48 49 <div class=" rowmain-toggle hide">49 <div class="main-toggle hide"> 50 50 51 51 <section class="row"> -
sticky-action-buttons-call-chat-navigate-and-more/tags/1.0/admin/mobile.php
r2731946 r2732439 55 55 </section> 56 56 57 <div class=" rowmain-toggle hide">57 <div class="main-toggle hide"> 58 58 59 59 <section class="row"> -
sticky-action-buttons-call-chat-navigate-and-more/tags/1.0/assets/css/combar-sab-admin.css
r2731946 r2732439 166 166 margin-bottom: 10px; 167 167 } 168 div.row { 169 display: flex; 170 flex-wrap: wrap; 171 gap: 20px; 172 } 168 173 .radio-row { 169 174 display: flex; 170 175 gap: 10px; 171 176 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;180 177 } 181 178 a.help { … … 208 205 .inner-row { 209 206 position: relative; 210 margin-bottom: 20px; 211 } 212 .inner-row:last-child { 213 margin-bottom: 0px; 207 flex: 0 0 100%; 214 208 } 215 209 .row.desc-row .inner-row { … … 319 313 line-height: 1.4; 320 314 } 315 .row .radio-row small, 321 316 .wp-picker-container:not(.wp-picker-active)+small { 322 317 margin: 0; … … 457 452 position: sticky; 458 453 top: 0px; 459 z-index: 3;454 z-index: 5; 460 455 background: #ffe0f3; 461 456 padding: 10px; … … 512 507 margin-bottom: 10px; 513 508 } 514 .button-item .inner-row {515 margin-bottom: 15px;509 .button-item div.row { 510 gap: 15px; 516 511 } 517 512 .button-item .button-item-title { -
sticky-action-buttons-call-chat-navigate-and-more/tags/1.0/readme.txt
r2732427 r2732439 12 12 13 13 == 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.** 15 15 With 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 16 17 * Get more calls and leads from your website 17 18 * Increase the amount of interactions and conversions on your website … … 28 29 * URL as an external or internal link 29 30 30 = Many design options =31 = Many design options = 31 32 * Select the background, text and icon color of each button 32 33 * Add a gradient effect to your buttons … … 34 35 * Can be trigger by click or by mouse hover 35 36 * Select an entrance animation 36 * Control the position of the buttons and the distance from the screen edges37 * Full FontAwesome 5 support - over 1500 icons available37 * Control the position of the buttons and the distance from the screen edges 38 * Full FontAwesome 5 support - over 1500 icons available 38 39 * Choose from different button styles: icon only, icon with text or tooltip 39 40 40 41 = Behavior in desktop and mobile = 41 42 One 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 42 44 * Select the desktop and mobile buttons visibility 43 45 * Design your mobile and desktop buttons differently -
sticky-action-buttons-call-chat-navigate-and-more/trunk/admin/desktop.php
r2731934 r2732439 47 47 </section> 48 48 49 <div class=" rowmain-toggle hide">49 <div class="main-toggle hide"> 50 50 51 51 <section class="row"> -
sticky-action-buttons-call-chat-navigate-and-more/trunk/admin/mobile.php
r2731934 r2732439 55 55 </section> 56 56 57 <div class=" rowmain-toggle hide">57 <div class="main-toggle hide"> 58 58 59 59 <section class="row"> -
sticky-action-buttons-call-chat-navigate-and-more/trunk/assets/css/combar-sab-admin.css
r2731934 r2732439 166 166 margin-bottom: 10px; 167 167 } 168 div.row { 169 display: flex; 170 flex-wrap: wrap; 171 gap: 20px; 172 } 168 173 .radio-row { 169 174 display: flex; 170 175 gap: 10px; 171 176 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;180 177 } 181 178 a.help { … … 208 205 .inner-row { 209 206 position: relative; 210 margin-bottom: 20px; 211 } 212 .inner-row:last-child { 213 margin-bottom: 0px; 207 flex: 0 0 100%; 214 208 } 215 209 .row.desc-row .inner-row { … … 319 313 line-height: 1.4; 320 314 } 315 .row .radio-row small, 321 316 .wp-picker-container:not(.wp-picker-active)+small { 322 317 margin: 0; … … 457 452 position: sticky; 458 453 top: 0px; 459 z-index: 3;454 z-index: 5; 460 455 background: #ffe0f3; 461 456 padding: 10px; … … 512 507 margin-bottom: 10px; 513 508 } 514 .button-item .inner-row {515 margin-bottom: 15px;509 .button-item div.row { 510 gap: 15px; 516 511 } 517 512 .button-item .button-item-title { -
sticky-action-buttons-call-chat-navigate-and-more/trunk/readme.txt
r2732427 r2732439 12 12 13 13 == 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.** 15 15 With 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 16 17 * Get more calls and leads from your website 17 18 * Increase the amount of interactions and conversions on your website … … 28 29 * URL as an external or internal link 29 30 30 = Many design options =31 = Many design options = 31 32 * Select the background, text and icon color of each button 32 33 * Add a gradient effect to your buttons … … 34 35 * Can be trigger by click or by mouse hover 35 36 * Select an entrance animation 36 * Control the position of the buttons and the distance from the screen edges37 * Full FontAwesome 5 support - over 1500 icons available37 * Control the position of the buttons and the distance from the screen edges 38 * Full FontAwesome 5 support - over 1500 icons available 38 39 * Choose from different button styles: icon only, icon with text or tooltip 39 40 40 41 = Behavior in desktop and mobile = 41 42 One 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 42 44 * Select the desktop and mobile buttons visibility 43 45 * Design your mobile and desktop buttons differently
Note: See TracChangeset
for help on using the changeset viewer.