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