alert-coming-soon.php
2 years ago
alert-pro.php
2 years ago
footer.php
2 years ago
logo.php
2 years ago
sidebar.php
2 years ago
toast-message.php
2 years ago
footer.php
39 lines
| 1 | <?php |
| 2 | /* |
| 3 | * Footer of the settings page |
| 4 | * */ |
| 5 | ?> |
| 6 | <div class="background__white radius-16 p-24"> |
| 7 | <div class="embedpress__row grid__3"> |
| 8 | <div class="embedpress-card"> |
| 9 | <div class="icon"> |
| 10 | <i class="ep-icon ep-file"></i> |
| 11 | </div> |
| 12 | <h3><?php esc_html_e( "Documentation", "embedpress" ); ?></h3> |
| 13 | <p><?php esc_html_e( "Get started by spending some time with the documentation to get familiar with EmbedPress. Build awesome websites for you or your clients with ease. |
| 14 | ", "embedpress" ); ?></p> |
| 15 | <a target="_blank" href="https://embedpress.com/documentation/" class="button radius-10"><?php esc_html_e( "Documentation", "embedpress" ); ?></a> |
| 16 | </div> |
| 17 | <div class="embedpress-card"> |
| 18 | <div class="icon"> |
| 19 | <i class="ep-icon ep-support"></i> |
| 20 | </div> |
| 21 | <h3><?php esc_html_e( "Need Help?", "embedpress" ); ?></h3> |
| 22 | <p><?php esc_html_e( "Stuck with something? Get help from the community on", "embedpress" ); ?> |
| 23 | <a target="_blank" href="https://wordpress.org/plugins/embedpress/"><?php esc_html_e( "WordPress.org Forum", "embedpress" ); ?></a> or |
| 24 | <a target="_blank" href="https://www.facebook.com/groups/432798227512253"><?php esc_html_e( "Facebook Community", "embedpress" ); ?></a>. In case of emergency, initiate a live chat at |
| 25 | <a target="_blank" href="https://wpdeveloper.com/"><?php esc_html_e( "WPDeveloper website.", "embedpress" ); ?></a></p> |
| 26 | <a target="_blank" href="https://wpdeveloper.com/support/" class="button radius-10"><?php esc_html_e( "Get Support", "embedpress" ); ?></a> |
| 27 | </div> |
| 28 | <div class="embedpress-card"> |
| 29 | <div class="icon"> |
| 30 | <i class="ep-icon ep-star"></i> |
| 31 | </div> |
| 32 | <h3><?php esc_html_e( "Show Your Love", "embedpress" ); ?></h3> |
| 33 | <p><?php esc_html_e( "We love to have you in the EmbedPress family. We are making it more awesome everyday. Take your 2 minutes to review the plugin and spread the love to encourage us to keep it going.", "embedpress" ); ?></p> |
| 34 | <a target="_blank" href="https://wordpress.org/support/plugin/embedpress/reviews/#new-post" class="button radius-10"><?php esc_html_e( "Leave A Review", "embedpress" ); ?></a> |
| 35 | </div> |
| 36 | </div> |
| 37 | </div> |
| 38 | |
| 39 |