- Timestamp:
- 04/19/2024 10:59:17 AM (2 years ago)
- Location:
- typeflow/1.0.5
- Files:
-
- 1 added
- 5 edited
- 1 copied
-
. (copied) (copied from typeflow/1.0.4)
-
comments.php (added)
-
functions.php (modified) (1 diff)
-
languages/typeflow.pot (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
responsive.css (modified) (1 diff)
-
style.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
typeflow/1.0.5/functions.php
r223630 r224979 441 441 442 442 443 /* Comments avatar size444 /* ------------------------------------ */445 if ( ! function_exists( 'typeflow_comments_avatar_size' ) ) {446 447 function typeflow_comments_avatar_size( $args ) {448 $args['avatar_size'] = 64;449 return $args;450 }451 452 }453 add_filter( 'wp_list_comments_args', 'typeflow_comments_avatar_size' );454 455 456 443 /* ------------------------------------------------------------------------- * 457 444 * Actions -
typeflow/1.0.5/languages/typeflow.pot
r223630 r224979 3 3 msgstr "" 4 4 "Project-Id-Version: Typeflow\n" 5 "POT-Creation-Date: 2024-04- 07 19:15+0200\n"5 "POT-Creation-Date: 2024-04-19 12:53+0200\n" 6 6 "PO-Revision-Date: 2018-09-21 21:27+0100\n" 7 7 "Last-Translator: \n" … … 20 20 "X-Poedit-SearchPathExcluded-1: functions/kirki\n" 21 21 22 #: comments.php:20 23 msgid "Leave a comment" 24 msgstr "" 25 26 #: comments.php:23 27 #, php-format 28 msgid "One reply on “%s”" 29 msgstr "" 30 31 #: comments.php:28 32 #, php-format 33 msgid "%1$s reply on “%2$s”" 34 msgstr "" 35 36 #: comments.php:58 37 msgid "Newer Comments" 38 msgstr "" 39 40 #: comments.php:59 41 msgid "Older Comments" 42 msgstr "" 43 44 #: comments.php:76 45 msgid "Comments" 46 msgstr "" 47 48 #: comments.php:106 49 msgid "Comments are closed." 50 msgstr "" 51 22 52 #: footer.php:62 23 53 msgid "Y" … … 68 98 msgstr "" 69 99 70 #: functions.php:5 23100 #: functions.php:510 71 101 msgid "Alx Extensions" 72 102 msgstr "" 73 103 74 #: functions.php:5 27104 #: functions.php:514 75 105 msgid "Meta Box" 76 106 msgstr "" 77 107 78 #: functions.php:5 31108 #: functions.php:518 79 109 msgid "Regenerate Thumbnails" 80 110 msgstr "" 81 111 82 #: functions.php:5 35112 #: functions.php:522 83 113 msgid "WP-PageNavi" 84 114 msgstr "" -
typeflow/1.0.5/readme.txt
r223890 r224979 68 68 == Changelog == 69 69 70 = 1.0.5 - 2024-04-19 = 71 * Added required comments template 72 * Updated language files 73 70 74 = 1.0.4 - 2024-04-08 = 71 75 * Fixed broken gradient text for comment bubbles -
typeflow/1.0.5/responsive.css
r223630 r224979 82 82 83 83 .pagination { margin-top: 60px; } 84 .comments-nav .next, 85 .comments-nav .prev { width: 100%; } 84 86 85 87 .intro-card-inner { padding-left: 0; } -
typeflow/1.0.5/style.css
r223890 r224979 2 2 Theme Name: Typeflow 3 3 Theme URI: http://alx.media/themes/typeflow/ 4 Version: 1.0. 44 Version: 1.0.5 5 5 Requires at least: 5.0 6 6 Requires PHP: 5.6 … … 161 161 /* ------------------------------------ */ 162 162 .heading, 163 #reply-title, 164 h3#comments { font-weight: normal; font-size: 18px; font-weight: 600; margin-bottom: 1em; line-height: 1.5em; } 163 .comment-reply-title { font-weight: normal; font-size: 18px; font-weight: 600; margin-bottom: 1em; line-height: 1.5em; } 165 164 .heading i { font-size: 22px; margin-right: 6px; } 166 165 … … 1000 999 1001 1000 .commentlist { margin-bottom: 20px; } 1002 .commentlist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }1001 .commentlist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; list-style: none; } 1003 1002 .commentlist .comment-body { clear: both; position: relative; padding-bottom: 15px; } 1004 1003 .commentlist .comment-author, … … 1041 1040 /* comments : nav 1042 1041 /* ------------------------------------ */ 1043 .comments-nav { margin-bottom: 20px; } 1044 .comments-nav a { font-weight: 600; } 1045 .comments-nav .nav-previous { float: left; } 1046 .comments-nav .nav-next { float: right; } 1042 .comments-nav { margin: 40px 0; text-align: center; font-weight: 600; } 1043 .comments-nav.only-next { text-align: left; } 1044 .comments-nav.only-prev { text-align: right; } 1045 .comments-nav .prev { float: left; } 1046 .comments-nav .next { float: right; } 1047 1047 1048 1048 /* comments : form
Note: See TracChangeset
for help on using the changeset viewer.