Changeset 208422
- Timestamp:
- 11/15/2023 12:35:46 PM (2 years ago)
- Location:
- skt-coach/1.1
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from skt-coach/1.0)
-
footer.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skt-coach/1.1/footer.php
r195240 r208422 29 29 <?php if (!empty($footer_text)) { ?> 30 30 <?php echo esc_html($footer_text); ?> 31 <?php } else {?>32 <?php bloginfo('name'); ?> <?php esc_html_e('Theme By SKT Themes','skt-coach'); ?> 33 <?php } ?>31 <?php } ?> 32 33 <?php bloginfo('name'); ?> <?php esc_html_e('Theme By ','skt-coach');?><a href="<?php echo esc_url('https://www.sktthemes.org/');?>" rel="nofollow" target="_blank"><?php esc_html_e('SKT Themes','skt-coach'); ?></a> 34 34 </div> 35 35 <div class="clear"></div> -
skt-coach/1.1/readme.txt
r195240 r208422 4 4 Requires at least: 5.0 5 5 Requires PHP: 5.6 6 Tested up to: 6. 27 Version: 1. 06 Tested up to: 6.4 7 Version: 1.1 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/license-list.html#GPLv2 … … 64 64 65 65 == Changelog == 66 = 1.1 = 67 i) Compatibility with WordPress 6.4 68 ii) Added company footer credits 69 66 70 = 1.0 = 67 71 * Initial version release. -
skt-coach/1.1/style.css
r195240 r208422 5 5 Author URI: https://www.sktthemes.org 6 6 Description: SKT Coach is a coaching related WordPress theme for mentors, therapists, motivational speakers, leaders, counselors, copywriters, course creators, medical practitioners, entrepreneurs, nutritionists, personal development experts, fitness, gym, weight training, educational websites, learning management systems (LMS), training centers, colleges, academies, schools, universities, kindergartens and course-selling platforms. You can create a professional website to showcase your services like (Life, Health, Career, Instructor, GYM, Wellness & Fitness) and introduce yourself to potential clients. SEO optimized, responsive, flexible, scalable and easy to use. Build using Elementor page builder. Documentation : https://www.sktthemesdemo.net/documentation/skt-coach-doc/ 7 Version: 1. 08 Tested up to: 6. 27 Version: 1.1 8 Tested up to: 6.4 9 9 Requires PHP: 5.6 10 10 License: GNU General Public License … … 1051 1051 1052 1052 .copyright-txt a { 1053 color: #000000; 1054 } 1055 1056 .copyright-txt a:hover, #footermenu li.current-menu-item a, #footermenu li.current_page_item a{ 1053 color: #919090; 1054 } 1055 1056 .copyright-txt a:hover{ 1057 color:#333; 1058 } 1059 1060 #footermenu li.current-menu-item a, #footermenu li.current_page_item a{ 1057 1061 color: #d9a4ad; 1058 1062 }
Note: See TracChangeset
for help on using the changeset viewer.