|
13 | 13 | ?> |
14 | 14 |
|
15 | 15 | <div id="general" class="ma-tabs-content"> |
16 | | - <div class="ma-row ma-tabs-content-wrap"> |
| 16 | + <div class="mt-banner"> |
| 17 | + <img class="banner" src="<?php echo MIGHTY_ADDONS_PLG_URL . 'assets/admin/images/banner.jpg'; ?>" alt=""> |
| 18 | + </div> |
| 19 | + <div class="ma-row ma-tabs-content-wrap container"> |
17 | 20 | <div class="ma-tabs-content-inner"> |
18 | 21 | <div class="ma-tabs-content-block-wrap"> |
19 | | - <!-- Documentation Block --> |
20 | 22 | <div class="ma-tabs-block ma-tabs-block-docs"> |
21 | 23 | <header class="ma-tabs-block-header"> |
22 | | - <h4 class="ma-tabs-block-title">Documentation</h4> |
| 24 | + <h4 class="ma-tabs-block-title">Need Help?</h4> |
| 25 | + </header> |
| 26 | + <div class="ma-tabs-block-content"> |
| 27 | + <p>Facing issues while using addons? Get help from our dedicated WordPress Developers on <a href="https://mightythemes.com/support/c/mighty-addons/" target="_blank">Mighty Addons Official Forum</a>. Or join our <a target="_blank" href="https://www.facebook.com/groups/mightythemes/">Facebook Community</a> and post your questions there as well.</p> |
| 28 | + <a href="https://mightythemes.com/support/c/mighty-addons/" class="ma-btn" target="_blank">Reach out on Forum</a> |
| 29 | + </div> |
| 30 | + </div> |
| 31 | + |
| 32 | + <div class="ma-tabs-block ma-tabs-block-docs"> |
| 33 | + <header class="ma-tabs-block-header"> |
| 34 | + <h4 class="ma-tabs-block-title">Missing Any Feature?</h4> |
23 | 35 | </header> |
24 | 36 | <div class="ma-tabs-block-content"> |
25 | | - <p>Get started by spending some time with the documentation to get familiar with Essential Addons. Build awesome websites for you or your clients with ease.</p> |
26 | | - <a href="#" class="ma-btn" target="_blank">Documentation</a> |
| 37 | + <p>Are we missing any features that you need for your project? Submit feature requests on GitHub and help us improve Mighty Addons.</p> |
| 38 | + <a href="https://github.com/mightythemes/Mighty-Addons/issues/new?template=issue_template.md&title=Feature%20Request:&labels=Feature%20Request" class="ma-btn" target="_blank">Request a Feature</a> |
27 | 39 | </div> |
28 | 40 | </div> |
29 | 41 |
|
30 | | - <!-- Documentation Block --> |
31 | 42 | <div class="ma-tabs-block ma-tabs-block-docs"> |
32 | 43 | <header class="ma-tabs-block-header"> |
33 | | - <h4 class="ma-tabs-block-title">Documentation</h4> |
| 44 | + <h4 class="ma-tabs-block-title">Developer? Want to Contribute?</h4> |
34 | 45 | </header> |
35 | 46 | <div class="ma-tabs-block-content"> |
36 | | - <p>Get started by spending some time with the documentation to get familiar with Essential Addons. Build awesome websites for you or your clients with ease.</p> |
37 | | - <a href="#" class="ma-btn" target="_blank">Documentation</a> |
| 47 | + <p>We 💗 Open Source. You can contribute to MightyAddons by reporting bugs, creating issues and pull requests on GitHub.</p> |
| 48 | + <a href="https://github.com/mightythemes/Mighty-Addons/issues/new?template=issue_template.md&title=&labels=bug" class="ma-btn" target="_blank">Report a Bug</a> |
38 | 49 | </div> |
39 | 50 | </div> |
| 51 | + |
| 52 | + <div class="ma-tabs-block ma-tabs-block-docs"> |
| 53 | + <header class="ma-tabs-block-header"> |
| 54 | + <h4 class="ma-tabs-block-title">Loved it? Show Your Love.</h4> |
| 55 | + </header> |
| 56 | + <div class="ma-tabs-block-content"> |
| 57 | + <p>Thanks for choosing Mighty Addons plugin. We are making it awesome day by day. That being said, if you could take a minute to post a review, we would so appreciate it.</p> |
| 58 | + <a href="https://wordpress.org/support/plugin/mighty-addons/reviews/#new-post" class="ma-btn" target="_blank">Yeah, you deserve 5 Stars</a> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + |
40 | 62 | </div> |
41 | 63 | </div> |
42 | 64 | </div> |
|
0 commit comments