customizer.php
1 month ago
onboarding-wizard.php
1 month ago
select-feed.php
1 month ago
welcome.php
1 month ago
select-feed.php
36 lines
| 1 | <div v-if="viewsActive.pageScreen == 'selectFeed'" class="cff-fb-fs"> |
| 2 | <span></span> |
| 3 | <div class="cff-fb-create-ctn cff-fb-wrapper"> |
| 4 | <div class="cff-fb-heading"> |
| 5 | <h1>{{selectFeedTypeScreen.mainHeading}}</h1> |
| 6 | <div class="cff-fb-btn cff-fb-slctf-nxt cff-fb-btn-ac cff-btn-orange" :data-active="creationProcessCheckAction()" @click.prevent.default="creationProcessNext()"> |
| 7 | <span>{{genericText.next}}</span> |
| 8 | <svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 9 | <path d="M1.3332 0.00683594L0.158203 1.18184L3.97487 5.00684L0.158203 8.83184L1.3332 10.0068L6.3332 5.00684L1.3332 0.00683594Z" fill="white"/> |
| 10 | </svg> |
| 11 | </div> |
| 12 | </div> |
| 13 | <?php |
| 14 | include_once CFF_BUILDER_DIR . 'templates/sections/feeds-type.php'; |
| 15 | include_once CFF_BUILDER_DIR . 'templates/sections/select-source.php'; |
| 16 | include_once CFF_BUILDER_DIR . 'templates/sections/create-feed/single-album.php'; |
| 17 | include_once CFF_BUILDER_DIR . 'templates/sections/create-feed/featured-post.php'; |
| 18 | include_once CFF_BUILDER_DIR . 'templates/sections/create-feed/videos.php'; |
| 19 | ?> |
| 20 | </div> |
| 21 | <div class="cff-fb-ft-action cff-fb-slctfd-action cff-fb-fs"> |
| 22 | <div class="cff-fb-wrapper"> |
| 23 | <div class="cff-fb-slctf-back cff-fb-hd-btn cff-btn-grey" @click.prevent.default="creationProcessBack()"><svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 24 | <path d="M6.3415 1.18184L5.1665 0.00683594L0.166504 5.00684L5.1665 10.0068L6.3415 8.83184L2.52484 5.00684L6.3415 1.18184Z" fill="#141B38"/> |
| 25 | </svg> |
| 26 | <span>{{genericText.back}}</span> |
| 27 | </div> |
| 28 | <div class="cff-fb-btn cff-fb-slctf-nxt cff-fb-btn-ac cff-btn-orange" :data-active="creationProcessCheckAction()" @click.prevent.default="creationProcessNext()"> |
| 29 | <span>{{genericText.next}}</span> |
| 30 | <svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 31 | <path d="M1.3332 0.00683594L0.158203 1.18184L3.97487 5.00684L0.158203 8.83184L1.3332 10.0068L6.3332 5.00684L1.3332 0.00683594Z" fill="white"/> |
| 32 | </svg> |
| 33 | </div> |
| 34 | </div> |
| 35 | </div> |
| 36 | </div> |