dashboard-content.php
1 year ago
plugins-content.php
1 year ago
templates-content.php
1 year ago
widgets-content.php
1 year ago
dashboard-content.php
334 lines
| 1 | <section> |
| 2 | <div class="container-fluid mt-5 pt-2"> |
| 3 | <div class="row"> |
| 4 | <div class="col-xl-8 col-12"> |
| 5 | <div class="row"> |
| 6 | <div class="col-xl-6 col-lg-12 pr-xl-2"> |
| 7 | <div class="fleximp-dash-grid"> |
| 8 | <div class="fleximp-dash-box fleximp-dash-box-4 flex-dashboard-box"> |
| 9 | <div class="flex-support-div d-flex"> |
| 10 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/professional-support.png'); ?>" |
| 11 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 12 | style="width:100%, heigth:100%;"> |
| 13 | <h3 class="flex-support-title">Professional Support</h3> |
| 14 | </div> |
| 15 | <p class="flex-supoort-description py-3">Access 24/7 direct support from our expert team |
| 16 | to resolve any theme-related issues quickly.</p> |
| 17 | <a href="https://www.flextheme.net/pages/support" |
| 18 | class="fleximp-dash-btn fleximp-dash-btn-contact flex-demo-btn p-2 px-4 flex-contact-btn">Contact |
| 19 | Us</a> |
| 20 | </div> |
| 21 | </div> |
| 22 | </div> |
| 23 | <div class="col-xl-6 col-lg-12 pl-xl-2 mt-lg-3 mt-xl-0 pt-md-3 pt-sm-3 pt-xl-0 mt-sm-3"> |
| 24 | <div class="fleximp-dash-box fleximp-dash-box-4 flex-dashboard-box flex-dashboard-box-1"> |
| 25 | <div class="flex-support-div d-flex"> |
| 26 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/feedback.png'); ?>" |
| 27 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style=""> |
| 28 | <h3 class="flex-support-title">Review Us</h3> |
| 29 | </div> |
| 30 | <p class="flex-supoort-description flex-space py-3">Share your feedback and help others by |
| 31 | leaving a review to improve our products and services.</p> |
| 32 | <a href="https://wordpress.org/support/plugin/flex-import/reviews/#new-post" |
| 33 | class="fleximp-dash-btn fleximp-dash-btn-review flex-demo-btn p-2 px-4 flex-contact-btn">Review |
| 34 | Now</a> |
| 35 | </div> |
| 36 | </div> |
| 37 | </div> |
| 38 | <!-- Video Tutorials Section --> |
| 39 | <div class="row pt-lg-5 pt-md-3 pt-sm-3"> |
| 40 | <div class="col-12"> |
| 41 | <div class="flex-dashboard-box"> |
| 42 | <div class="row"> |
| 43 | <div class="col-12"> |
| 44 | <div class="fleximp-dash-box fleximp-dash-box-8"> |
| 45 | <div class="flex-support-div d-flex"> |
| 46 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/video.png'); ?>" |
| 47 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 48 | style="max-width: 25px; max-height: 25px" class="video-img mt-1"> |
| 49 | <h3 class="flex-support-title">Video Tutorials</h3> |
| 50 | </div> |
| 51 | </div> |
| 52 | </div> |
| 53 | <div class="col-12"> |
| 54 | <div class="flex-swipper-nav-btn"> |
| 55 | <div class="swiper-button-prev"><i class="fa-solid fa-angle-left"></i></div> |
| 56 | <div class="swiper-button-next"><i class="fa-solid fa-angle-right"></i></div> |
| 57 | </div> |
| 58 | <div class="swiper-container-2"> |
| 59 | <div class="swiper-wrapper"> |
| 60 | <div class="swiper-slide video-slide" |
| 61 | data-video="https://www.w3schools.com/html/mov_bbb.mp4"> |
| 62 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/video-1.png'); ?>" |
| 63 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 64 | class="thumbnail-image"> |
| 65 | <div class="video-overlay"> |
| 66 | <p class="flex-video-content">How to Create Ecommerce Website with |
| 67 | Elementor Theme</p> |
| 68 | <div class="play-icon" role="button" tabindex="0" |
| 69 | title="Play Video"></div> |
| 70 | </div> |
| 71 | <div class="video-container"></div> |
| 72 | </div> |
| 73 | <div class="swiper-slide video-slide" |
| 74 | data-video="https://www.w3schools.com/html/mov_bbb.mp4"> |
| 75 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/video-2.png'); ?>" |
| 76 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 77 | class="thumbnail-image"> |
| 78 | <div class="video-overlay"> |
| 79 | <p class="flex-video-content">Learn Elementor Pro Widgets in Depth |
| 80 | </p> |
| 81 | <div class="play-icon" role="button" tabindex="0" |
| 82 | title="Play Video"></div> |
| 83 | </div> |
| 84 | <div class="video-container"></div> |
| 85 | </div> |
| 86 | <div class="swiper-slide video-slide" |
| 87 | data-video="https://www.w3schools.com/html/mov_bbb.mp4"> |
| 88 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/video-3.png'); ?>" |
| 89 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 90 | class="thumbnail-image"> |
| 91 | <div class="video-overlay"> |
| 92 | <p class="flex-video-content">Responsive Design Tips for WordPress |
| 93 | </p> |
| 94 | <div class="play-icon" role="button" tabindex="0" |
| 95 | title="Play Video"></div> |
| 96 | </div> |
| 97 | <div class="video-container"></div> |
| 98 | </div> |
| 99 | <div class="swiper-slide video-slide" |
| 100 | data-video="https://www.w3schools.com/html/mov_bbb.mp4"> |
| 101 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/video-3.png'); ?>" |
| 102 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 103 | class="thumbnail-image"> |
| 104 | <div class="video-overlay"> |
| 105 | <p class="flex-video-content">Speed Optimization for Elementor Sites |
| 106 | </p> |
| 107 | <div class="play-icon" role="button" tabindex="0" |
| 108 | title="Play Video"></div> |
| 109 | </div> |
| 110 | <div class="video-container"></div> |
| 111 | </div> |
| 112 | </div> |
| 113 | </div> |
| 114 | </div> |
| 115 | </div> |
| 116 | </div> |
| 117 | </div> |
| 118 | </div> |
| 119 | <!-- Subscriptions Section --> |
| 120 | <div class="row pt-5 pt-md-3 pt-sm-3"> |
| 121 | <div class="col-12"> |
| 122 | <div class="fleximp-dash-box fleximp-dash-box-8"> |
| 123 | <div class="flex-support-div d-flex"> |
| 124 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/subscription.png'); ?>" |
| 125 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 126 | style="max-width: 25px; max-height: 25px" class="video-img mt-1"> |
| 127 | <h3 class="flex-support-title">Subscriptions</h3> |
| 128 | </div> |
| 129 | </div> |
| 130 | </div> |
| 131 | </div> |
| 132 | <!-- Three Column Section --> |
| 133 | <div class=" flex-gap-11 pt-2"> |
| 134 | <div class="text-center flex-subscription"> |
| 135 | <div class="subscription-title text-center"> |
| 136 | <h3 class="text-center">Single</h3> |
| 137 | <p class="flex-price">$40</p> |
| 138 | </div> |
| 139 | <div class="flex-feature-list-main py-3"> |
| 140 | <div class="flex-feature-list"> |
| 141 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 142 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;" |
| 143 | style="height: 100%;"> |
| 144 | <p class="flex-feature-title m-0">Single Domain Use</p> |
| 145 | </div> |
| 146 | <div class="flex-feature-list"> |
| 147 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 148 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 149 | <p class="flex-feature-title m-0">All Free Templates</p> |
| 150 | </div> |
| 151 | <div class="flex-feature-list"> |
| 152 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 153 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 154 | <p class="flex-feature-title m-0">All Premium Templates</p> |
| 155 | </div> |
| 156 | <div class="flex-feature-list"> |
| 157 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 158 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 159 | <p class="flex-feature-title m-0">Premium Widget</p> |
| 160 | </div> |
| 161 | <div class="flex-feature-list"> |
| 162 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 163 | style="height:100%" alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 164 | style="height: 100%;"> |
| 165 | <p class="flex-feature-title m-0">One Click Demo Import</p> |
| 166 | </div> |
| 167 | <div class="flex-feature-list "> |
| 168 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 169 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 170 | <p class="flex-feature-title m-0">24X7 Professional Support</p> |
| 171 | </div> |
| 172 | </div> |
| 173 | <a href="https://www.flextheme.net/cart/42398920147013:1" |
| 174 | class="fleximp-dash-btn fleximp-dash-btn-contact flex-demo-btn py-2 px-4 mb-2 flex-contact-btn">Buy |
| 175 | Now</a> |
| 176 | </div> |
| 177 | <div class="text-center flex-subscription my-md-3 my-lg-0 my-sm-3 flex-dashboard-box-1"> |
| 178 | <div class="subscription-title text-center"> |
| 179 | <h3 class="text-center">Premium</h3> |
| 180 | <p class="flex-price">$60</p> |
| 181 | </div> |
| 182 | <div class="flex-feature-list-main py-3"> |
| 183 | <div class="flex-feature-list"> |
| 184 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 185 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;" |
| 186 | style="height: 100%;"> |
| 187 | <p class="flex-feature-title m-0">5 Domain Use</p> |
| 188 | </div> |
| 189 | <div class="flex-feature-list"> |
| 190 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 191 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 192 | <p class="flex-feature-title m-0">All Free Templates</p> |
| 193 | </div> |
| 194 | <div class="flex-feature-list"> |
| 195 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 196 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 197 | <p class="flex-feature-title m-0">All Premium Templates</p> |
| 198 | </div> |
| 199 | <div class="flex-feature-list"> |
| 200 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 201 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 202 | <p class="flex-feature-title m-0">Premium Widget</p> |
| 203 | </div> |
| 204 | <div class="flex-feature-list"> |
| 205 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 206 | style="height:100%" alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 207 | style="height: 100%;"> |
| 208 | <p class="flex-feature-title m-0">One Click Demo Import</p> |
| 209 | </div> |
| 210 | <div class="flex-feature-list "> |
| 211 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 212 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 213 | <p class="flex-feature-title m-0">24X7 Professional Support</p> |
| 214 | </div> |
| 215 | </div> |
| 216 | <a href="https://www.flextheme.net/cart/42398920179781:1" |
| 217 | class="fleximp-dash-btn fleximp-dash-btn-contact flex-demo-btn py-2 px-4 mb-2 flex-contact-btn">Buy |
| 218 | Now</a> |
| 219 | </div> |
| 220 | <div class="text-center flex-subscription "> |
| 221 | <div class="subscription-title text-center"> |
| 222 | <h3 class="text-center">Business</h3> |
| 223 | <p class="flex-price">$99</p> |
| 224 | </div> |
| 225 | <div class="flex-feature-list-main py-3"> |
| 226 | <div class="flex-feature-list"> |
| 227 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 228 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 229 | <p class="flex-feature-title m-0">Unlimited Domain Use</p> |
| 230 | </div> |
| 231 | <div class="flex-feature-list"> |
| 232 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 233 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 234 | <p class="flex-feature-title m-0">All Free Templates</p> |
| 235 | </div> |
| 236 | <div class="flex-feature-list"> |
| 237 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 238 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 239 | <p class="flex-feature-title m-0">All Premium Templates</p> |
| 240 | </div> |
| 241 | <div class="flex-feature-list"> |
| 242 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 243 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 244 | <p class="flex-feature-title m-0">Premium Widget</p> |
| 245 | </div> |
| 246 | <div class="flex-feature-list"> |
| 247 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 248 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 249 | <p class="flex-feature-title m-0">One Click Demo Import</p> |
| 250 | </div> |
| 251 | <div class="flex-feature-list "> |
| 252 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/checkmar.png'); ?>" |
| 253 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="height: 100%;"> |
| 254 | <p class="flex-feature-title m-0">24X7 Professional Support</p> |
| 255 | </div> |
| 256 | </div> |
| 257 | <a href="https://www.flextheme.net/cart/42398920212549:1" |
| 258 | class="fleximp-dash-btn fleximp-dash-btn-contact flex-demo-btn py-2 px-4 mb-2 flex-contact-btn">Buy |
| 259 | Now</a> |
| 260 | </div> |
| 261 | </div> |
| 262 | </div> |
| 263 | <!-- Right Column --> |
| 264 | <div class="col-13 col-xl-4 pt-md-3 pt-lg-0 pt-sm-3 pt-lg-5 pt-xl-0 flex-dashboard-box-1"> |
| 265 | <div class="row"> |
| 266 | <div class="col-12"> |
| 267 | <div class="fleximp-dash-box fleximp-dash-box-8 flex-dashboard-box"> |
| 268 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/bundle-banner.png'); ?>" |
| 269 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 270 | style="width:100%; height:100%"> |
| 271 | <h3 class="flex-wp-xyz-theme py-2 text-center">XYZ Elementor WordPress Theme</h3> |
| 272 | <h3 class="flex-template text-center">5+ Templates at Just $40</h3> |
| 273 | <p class="flex-content-1 text-center">Upgrade to the Pro version to unlock exclusive |
| 274 | templates, premium features, and advanced customization options.</p> |
| 275 | <div> |
| 276 | <div class="text-center"> |
| 277 | <a href="https://www.flextheme.net/products/flex-pro-wordpress-theme" |
| 278 | class="btn flex-demo-btn my-lg-3"> |
| 279 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/pro.png'); ?>" |
| 280 | alt="Plugin Logo" style="max-width: 22px;"> |
| 281 | Get Pro |
| 282 | </a> |
| 283 | </div> |
| 284 | </div> |
| 285 | </div> |
| 286 | </div> |
| 287 | </div> |
| 288 | <!-- Blogs Section --> |
| 289 | <div class="row p-0"> |
| 290 | <div class="col-12 pt-lg-5 pt-md-3 pt-sm-3 flex-dashboard-box-1"> |
| 291 | <div class="fleximp-dash-box fleximp-dash-box-8 flex-dashboard-box p-lg-5"> |
| 292 | <div class="flex-support-div d-flex"> |
| 293 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/blogs.png'); ?>" |
| 294 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" |
| 295 | style="max-width: 25px; max-height: 25px" class="video-img mt-1"> |
| 296 | <h3 class="flex-support-title">Blogs</h3> |
| 297 | </div> |
| 298 | <div class="flex-blog-section-main mt-3 "> |
| 299 | <div class="blog-content"> |
| 300 | <div id="dashboard-list"> |
| 301 | </div> |
| 302 | </div> |
| 303 | <div class="text-center"><a href="https://license.flextheme.net/" |
| 304 | class="btn flex-view-more-btn my-lg-3">View More</a></div> |
| 305 | </div> |
| 306 | </div> |
| 307 | </div> |
| 308 | </div> |
| 309 | <div class="row pt-xxl-5 pt-lg-5 pt-md-3 pt-sm-3"> |
| 310 | <div class="col-12"> |
| 311 | <div class="flex-dashboard-box"> |
| 312 | <div class="row"> |
| 313 | <div class="col-3 "> |
| 314 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/follow-us.png'); ?>" |
| 315 | alt="<?php esc_attr_e('Plugin Logo', 'flex-import'); ?>" style="max-width:75px;" |
| 316 | class="video-img mt-1"> |
| 317 | </div> |
| 318 | <div class="col-9"> |
| 319 | <div class="flex-wp-social-media-icons"> |
| 320 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/facebook.png'); ?>" |
| 321 | alt="facebook" style="" class="video-img mt-1"> |
| 322 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/instagram.png'); ?>" |
| 323 | alt="instgram" style="" class="video-img mt-1"> |
| 324 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/whatsaap.png'); ?>" |
| 325 | alt="whatsapp" style="" class="video-img mt-1"> |
| 326 | <img src="<?php echo esc_url(FLEXIMP_PLUGIN_DIR_FILE . 'assets/images/twitter.png'); ?>" |
| 327 | alt="Twitter" style="" class="video-img mt-1"> |
| 328 | </div> |
| 329 | </div> |
| 330 | </div> |
| 331 | </div> |
| 332 | </div> |
| 333 | </div> |
| 334 | </section> |