This commit is contained in:
AlxMedia 2021-10-03 10:28:03 +02:00
parent e8489e6993
commit fbedbf4b2d
5 changed files with 27 additions and 23 deletions

View file

@ -3,7 +3,7 @@
<article id="post-<?php the_ID(); ?>" <?php post_class('card-small'); ?>>
<div class="type-card">
<div class="type-card-inner">
<div class="type-card-thumbnail" style="background-image:url('<?php the_post_thumbnail_url('bigvisual-large'); ?>');">
<div class="type-card-thumbnail" style="background-image:url('<?php the_post_thumbnail_url('bigvisual-large-square'); ?>');">
<?php if ( has_post_format('video') && !is_sticky() ) echo'<span class="thumb-icon"><i class="fas fa-play"></i></span>'; ?>
<?php if ( has_post_format('audio') && !is_sticky() ) echo'<span class="thumb-icon"><i class="fas fa-volume-up"></i></span>'; ?>

View file

@ -75,6 +75,7 @@ if ( ! function_exists( 'bigvisual_setup' ) ) {
// Thumbnail sizes
add_image_size( 'bigvisual-small', 200, 200, true );
add_image_size( 'bigvisual-medium', 520, 293, true );
add_image_size( 'bigvisual-large-square', 720, 720, true );
add_image_size( 'bigvisual-large', 1280, 720, true );
// Thumbnail sizes custom widgets

View file

@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Bigvisual\n"
"POT-Creation-Date: 2021-10-01 11:41+0200\n"
"POT-Creation-Date: 2021-10-03 10:24+0200\n"
"PO-Revision-Date: 2018-09-21 21:27+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
@ -63,83 +63,83 @@ msgstr ""
msgid "Theme by"
msgstr ""
#: functions.php:86
#: functions.php:87
msgid "Mobile"
msgstr ""
#: functions.php:87 functions/theme-options.php:52
#: functions.php:88 functions/theme-options.php:52
msgid "Header"
msgstr ""
#: functions.php:181
#: functions.php:182
msgid "Primary"
msgstr ""
#: functions.php:181
#: functions.php:182
msgid "Normal full width sidebar"
msgstr ""
#: functions.php:183 functions/theme-options.php:316
#: functions.php:184 functions/theme-options.php:316
msgid "Footer Ads"
msgstr ""
#: functions.php:183
#: functions.php:184
msgid "Footer ads area"
msgstr ""
#: functions.php:185
#: functions.php:186
msgid "Frontpage Top 1"
msgstr ""
#: functions.php:185 functions.php:186 functions.php:187 functions.php:188
#: functions.php:186 functions.php:187 functions.php:188 functions.php:189
msgid "Frontpage area"
msgstr ""
#: functions.php:186
#: functions.php:187
msgid "Frontpage Top 2"
msgstr ""
#: functions.php:187
#: functions.php:188
msgid "Frontpage Bottom 1"
msgstr ""
#: functions.php:188
#: functions.php:189
msgid "Frontpage Bottom 2"
msgstr ""
#: functions.php:190
#: functions.php:191
msgid "Footer 1"
msgstr ""
#: functions.php:190 functions.php:191 functions.php:192 functions.php:193
#: functions.php:191 functions.php:192 functions.php:193 functions.php:194
msgid "Widgetized footer"
msgstr ""
#: functions.php:191
#: functions.php:192
msgid "Footer 2"
msgstr ""
#: functions.php:192
#: functions.php:193
msgid "Footer 3"
msgstr ""
#: functions.php:193
#: functions.php:194
msgid "Footer 4"
msgstr ""
#: functions.php:683
#: functions.php:684
msgid "Alx Extensions"
msgstr ""
#: functions.php:687
#: functions.php:688
msgid "Meta Box"
msgstr ""
#: functions.php:691
#: functions.php:692
msgid "Regenerate Thumbnails"
msgstr ""
#: functions.php:695
#: functions.php:696
msgid "WP-PageNavi"
msgstr ""

View file

@ -77,6 +77,9 @@ Content images
== Changelog ==
= 1.0.6 - 2021-10-03 =
* Added an additional image size
= 1.0.5 - 2021-10-01 =
* Added missing container to archives and search

View file

@ -1,7 +1,7 @@
/*
Theme Name: Bigvisual
Theme URI: http://alx.media/themes/bigvisual/
Version: 1.0.5
Version: 1.0.6
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.8