Make WordPress Themes

Changeset 224979 for typeflow


Ignore:
Timestamp:
04/19/2024 10:59:17 AM (2 years ago)
Author:
themedropbox
Message:

New version of Typeflow - 1.0.5

Location:
typeflow/1.0.5
Files:
1 added
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • typeflow/1.0.5/functions.php

    r223630 r224979  
    441441
    442442
    443 /*  Comments avatar size
    444 /* ------------------------------------ */
    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 
    456443/* ------------------------------------------------------------------------- *
    457444 *  Actions
  • typeflow/1.0.5/languages/typeflow.pot

    r223630 r224979  
    33msgstr ""
    44"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"
    66"PO-Revision-Date: 2018-09-21 21:27+0100\n"
    77"Last-Translator: \n"
     
    2020"X-Poedit-SearchPathExcluded-1: functions/kirki\n"
    2121
     22#: comments.php:20
     23msgid "Leave a comment"
     24msgstr ""
     25
     26#: comments.php:23
     27#, php-format
     28msgid "One reply on “%s”"
     29msgstr ""
     30
     31#: comments.php:28
     32#, php-format
     33msgid "%1$s reply on “%2$s”"
     34msgstr ""
     35
     36#: comments.php:58
     37msgid "Newer Comments"
     38msgstr ""
     39
     40#: comments.php:59
     41msgid "Older Comments"
     42msgstr ""
     43
     44#: comments.php:76
     45msgid "Comments"
     46msgstr ""
     47
     48#: comments.php:106
     49msgid "Comments are closed."
     50msgstr ""
     51
    2252#: footer.php:62
    2353msgid "Y"
     
    6898msgstr ""
    6999
    70 #: functions.php:523
     100#: functions.php:510
    71101msgid "Alx Extensions"
    72102msgstr ""
    73103
    74 #: functions.php:527
     104#: functions.php:514
    75105msgid "Meta Box"
    76106msgstr ""
    77107
    78 #: functions.php:531
     108#: functions.php:518
    79109msgid "Regenerate Thumbnails"
    80110msgstr ""
    81111
    82 #: functions.php:535
     112#: functions.php:522
    83113msgid "WP-PageNavi"
    84114msgstr ""
  • typeflow/1.0.5/readme.txt

    r223890 r224979  
    6868== Changelog ==
    6969
     70= 1.0.5 - 2024-04-19 =
     71* Added required comments template
     72* Updated language files
     73
    7074= 1.0.4 - 2024-04-08 =
    7175* Fixed broken gradient text for comment bubbles
  • typeflow/1.0.5/responsive.css

    r223630 r224979  
    8282   
    8383    .pagination { margin-top: 60px; }
     84    .comments-nav .next,
     85    .comments-nav .prev { width: 100%; }
    8486   
    8587    .intro-card-inner { padding-left: 0; }
  • typeflow/1.0.5/style.css

    r223890 r224979  
    22Theme Name: Typeflow
    33Theme URI: http://alx.media/themes/typeflow/
    4 Version: 1.0.4
     4Version: 1.0.5
    55Requires at least: 5.0
    66Requires PHP: 5.6
     
    161161/* ------------------------------------ */
    162162.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; }
    165164.heading i { font-size: 22px; margin-right: 6px; }
    166165
     
    1000999
    10011000.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; }
    10031002.commentlist .comment-body { clear: both; position: relative; padding-bottom: 15px; }
    10041003.commentlist .comment-author,
     
    10411040/*  comments : nav
    10421041/* ------------------------------------ */
    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;  }
    10471047
    10481048/*  comments : form
Note: See TracChangeset for help on using the changeset viewer.