PluginProbe ʕ •ᴥ•ʔ
Flex Import / 2.7
Flex Import v2.7
3.0 2.9 trunk 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8
flex-import / templates / dashboard-content.php
flex-import / templates Last commit date
additional-template.php 2 months ago dashboard-content.php 2 months ago free-templates-content.php 2 months ago plugins-content.php 2 months ago templates-content.php 2 months ago
dashboard-content.php
139 lines
1 <section>
2 <div class="flex-template-dasboard-tab">
3 <!-- TOP GRID -->
4 <div class="flex-template-dasboard-tab__top-grid">
5
6 <!-- Left Large Card -->
7 <div class="flex-template-dasboard-tab__card flex-template-dasboard-tab__card--large">
8 <div class="flex-template-dasboard-tab__card-content">
9 <h3 class="flex-wp-xyz-theme py-2">Elementor WordPress Themes</h3>
10 <p class="flex-content-1">
11 Choose from a collection of 14+ professionally crafted themes built for every business niche
12 from
13 corporate and coaching to eCommerce, creative portfolios, agencies, startups, and more. Each
14 theme
15 is fully customizable with Elementor, responsive across all devices, SEO-friendly, and optimized
16 for
17 performance.
18 </p>
19 <p class="flex-content-1">Launch faster, design smarter, and build stunning websites without
20 touching a single line of
21 code. 🚀
22 </p>
23 <a href="<?php echo esc_url(FLEXIMP_THEMES_URL); ?>" class="btn flex-demo-btn btn-secondary"
24 target="_blank" rel="noopener">
25 EXPLORE ALL PREMIUM THEMES
26 </a>
27 </div>
28
29 <div class="flex-template-dasboard-tab__card-image">
30 <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/flex-dash-elementor-wordpress-theme.png'); ?>"
31 alt="">
32 </div>
33 </div>
34
35 <!-- Right Bundle Card -->
36 <div class="flex-template-dasboard-tab__card flex-template-dasboard-tab__card--bundle">
37 <div class="fleximp-dash-box fleximp-dash-box-8 flex-dashboard-box">
38 <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/bundle-banner.png'); ?>"
39 alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="width:100%; height:100%">
40
41 <h3 class="flex-wp-xyz-theme py-2 text-center">Flex WordPress Theme Bundle </h3>
42
43 <div class="flex-template-tab-bundle__price">
44 <span>Price:</span>
45 <span class="flex-template-tab-bundle__old-price">$590</span>
46 <span class="flex-template-tab-bundle__new-price">$69</span>
47 </div>
48 <p class="flex-content-1 text-center">
49 Get access to a growing collection of 14+ premium, Elementor-powered WordPress themes designed
50 for all business niches from startups and agencies to eCommerce, services, and creatives.
51 Fully responsive, highly customizable, and performance-optimized, the Flex Bundle lets you
52 create professional websites faster, without coding.
53 </p>
54
55 <div>
56 <div class="text-center d-flex flex-wrap justify-content-center gap-2 my-lg-3">
57
58 <div class="fles-dash-buttons">
59 <?php if (defined('FLEXIMP_UPGRADE_PRO_URL') && FLEXIMP_UPGRADE_PRO_URL): ?>
60 <a href="<?php echo esc_url(FLEXIMP_UPGRADE_PRO_URL); ?>"
61 class="btn flex-demo-btn btn-secondary" target="_blank" rel="noopener">
62 BUY BUNDLE
63 </a>
64 <?php endif; ?>
65
66 </div>
67 </div>
68 </div>
69 </div>
70 </div>
71
72
73 <!-- SMALL INFO CARDS -->
74 <div class="flex-template-dasboard-tab__info-grid">
75
76 <div class="fleximp-dash-box fleximp-dash-box-4 flex-dashboard-box">
77 <div class="flex-support-div d-flex">
78
79 <h3 class="flex-support-title">Professional Support</h3>
80 </div>
81 <p class="flex-supoort-description m-0">Access 24/7 direct support from our expert team
82 to resolve any theme-related issues quickly.</p>
83 <a href="https://www.flextheme.net/pages/contact"
84 class="fleximp-dash-btn fleximp-dash-btn-contact flex-demo-btn flex-contact-btn" target="_blank"
85 rel="noopener">Contact
86 Us</a>
87 </div>
88
89
90 <div class="fleximp-dash-box fleximp-dash-box-4 flex-dashboard-box">
91 <div class="flex-support-div d-flex">
92
93 <h3 class="flex-support-title">Review Us</h3>
94 </div>
95 <p class="flex-supoort-description m-0 flex-space">Share your feedback and help others by
96 leaving a review to improve our products and services.</p>
97 <a href="https://wordpress.org/support/plugin/flex-import/reviews/?filter=5"
98 class="fleximp-dash-btn fleximp-dash-btn-review flex-demo-btn flex-contact-btn" target="_blank"
99 rel="noopener">Review
100 Now</a>
101 </div>
102
103 </div>
104
105 </div>
106
107
108
109 <!-- BLOG SECTION -->
110 <div class="flex-template-dasboard-tab__blog-section">
111
112 <div class="flex-dashboard-blog-box">
113 <div class="row">
114 <div class="col-12">
115 <div class="fleximp-dash-box fleximp-dash-box-8">
116 <div class="flex-support-div d-flex">
117 <h3 class="flex-support-title align-self-center">Recent Blogs</h3>
118 </div>
119 </div>
120 </div>
121 <div class="col-12">
122 <div class="flex-swipper-nav-btn">
123 <div class="swiper-button-prev"><i class="fa-solid fa-angle-left"></i></div>
124 <div class="swiper-button-next"><i class="fa-solid fa-angle-right"></i></div>
125 </div>
126 <div class="swiper swiper-container-2">
127 <div class="swiper-wrapper">
128 <!-- Dynamic posts will be loaded here -->
129 </div>
130 </div>
131 </div>
132 </div>
133 </div>
134
135 </div>
136
137 </div>
138
139 </section>