started working on single, translations, docs

This commit is contained in:
2019-07-03 18:02:05 +02:00
parent 43e6e9b373
commit d59b9afadf
11 changed files with 769 additions and 594 deletions

View File

@@ -10,10 +10,14 @@ esemény cat-id-t átírni!! (Line 195)
settings>reading>Blog pages show at most 6 settings>reading>Blog pages show at most 6
## Paraméterek, elemek szerkesztése ## Különböző elemek szerkesztése
### Bejegyzések ### Bejegyzések
#### Egyéni mezők
Ezek a cikk alján láthatóak a szerkesztő felületen
dis-alcim: dis-alcim:
- Csak az első két nagy cikknél jelenik meg - Csak az első két nagy cikknél jelenik meg
@@ -22,6 +26,26 @@ dis-bevezeto:
- Csak az első két nagy cikknél jelenik meg - Csak az első két nagy cikknél jelenik meg
#### Dokumentum beállítások
Ezek a szerkesztőben a jobb oldali oldalsávon láthatóak, ha nincs kijelölve semmi, vagy az oldalsáv tetején bal oldali Dokumentumok gombra kattintva
Kategóriák:
- Egyértelmű, ide a cikk témájához kapcsolódó dolognak kell kerülnie, pl Design, Animáció
Címkék:
- be, do, think, love
- A kereső felajánlja gépelés elkezdése után
- Lehetőleg kisbetűvel mindent
Formátum:
- Ide a bejegyzés formátumát kell beírni, pl interjú, portfólió, hír, stb...
- A kereső felajánlja gépelés elkezdése után a már korábban szereplőket
### Események ### Események
dis-esemeny-datum: dis-esemeny-datum:

View File

@@ -1,31 +0,0 @@
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<!-- post thumbnail -->
<?php if ( has_post_thumbnail()) : // Check if thumbnail exists ?>
<a class="thumbnailwrapper" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_post_thumbnail('home-thumbnail'); ?>
</a>
<?php endif; ?>
<!-- /post thumbnail -->
<div class="metadata">
<div class="categories">
<?php the_category( ' | ' ); ?>
</div>
<div class="postedon">
<?php the_time('Y. m. d.'); ?>
</div>
</div>
<!-- post title -->
<h2>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h2>
<!-- /post title -->
</article>

View File

@@ -1146,7 +1146,8 @@ object {
-ms-transform: skewX(-45deg); -ms-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg); -webkit-transform: skewX(-45deg);
transform: skewX(-45deg); transform: skewX(-45deg);
transform-origin: left bottom; } transform-origin: left bottom;
border-top: #000 solid 1px; }
.archive main section .home-wrapper-big.home-wrapper-1 article .metadata .filler, .archive main section .home-wrapper-big.home-wrapper-1 article .metadata .filler,
.home main section .home-wrapper-big.home-wrapper-1 article .metadata .filler { .home main section .home-wrapper-big.home-wrapper-1 article .metadata .filler {
position: relative; } position: relative; }
@@ -1299,7 +1300,8 @@ object {
-ms-transform: skewX(-45deg); -ms-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg); -webkit-transform: skewX(-45deg);
transform: skewX(-45deg); transform: skewX(-45deg);
transform-origin: left bottom; } transform-origin: left bottom;
border-top: #000 solid 1px; }
.archive main section .home-wrapper-small article .metadata.vis, .archive main section .home-wrapper-small article .metadata.vis,
.archive main section .home-wrapper-small .archivetitle .metadata.vis, .archive main section .home-wrapper-small .archivetitle .metadata.vis,
.archive main section .home-wrapper-small .archivedescription .metadata.vis, .archive main section .home-wrapper-small .archivedescription .metadata.vis,
@@ -1468,7 +1470,8 @@ object {
-ms-transform: skewX(-45deg); -ms-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg); -webkit-transform: skewX(-45deg);
transform: skewX(-45deg); transform: skewX(-45deg);
transform-origin: left bottom; } transform-origin: left bottom;
border-top: #000 solid 1px; }
.archive main section .home-wrapper-small .archivetitle h1, .archive main section .home-wrapper-small .archivetitle h1,
.home main section .home-wrapper-small .archivetitle h1 { .home main section .home-wrapper-small .archivetitle h1 {
font: bold 3rem "Westeinde Caption"; font: bold 3rem "Westeinde Caption";
@@ -1548,13 +1551,15 @@ body.category.category-esemeny main {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 2rem; } padding: 2rem; }
body.category.category-esemeny main article .event-metadata .top-row, body.category.category-esemeny main article .event-metadata .bottom-row { body.category.category-esemeny main article .event-metadata .top-row,
body.category.category-esemeny main article .event-metadata .bottom-row {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
height: 50%; height: 50%;
flex: 0 0 auto; } flex: 0 0 auto; }
body.category.category-esemeny main article .event-metadata .top-row h2, body.category.category-esemeny main article .event-metadata .bottom-row h2 { body.category.category-esemeny main article .event-metadata .top-row h2,
body.category.category-esemeny main article .event-metadata .bottom-row h2 {
height: unset; } height: unset; }
body.category.category-esemeny main article .event-metadata .hr { body.category.category-esemeny main article .event-metadata .hr {
flex: 0 0 auto; flex: 0 0 auto;
@@ -1565,259 +1570,245 @@ body.category.category-esemeny main {
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/* single */ /* single */
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
@media (min-width: 769px) { .single {
.single .wrapper { /* ---------------------------- single on mobile ---------------------------- */ }
height: unset; }
.single .wrapper .header .header-1,
.single .wrapper .header .header-2 {
background: transparent;
border: none; }
.single .wrapper .header .header-1 .social-link,
.single .wrapper .header .header-1 .search-box,
.single .wrapper .header .header-1 .events-link,
.single .wrapper .header .header-2 .social-link,
.single .wrapper .header .header-2 .search-box,
.single .wrapper .header .header-2 .events-link {
display: none; } }
.single article {
/* --------------------------- single sub sections -------------------------- */
/* ----------------------------- single content ----------------------------- */ }
@media (min-width: 769px) { @media (min-width: 769px) {
.single article { .single .wrapper {
margin-top: 100vh; height: unset;
margin-left: calc(5rem); width: 100%; }
background-color: #fff; .single .wrapper .header .header-1,
border-left: #000 solid 1px; } } .single .wrapper .header .header-2 {
.single article > * { background: transparent;
padding: 2rem; border: none; }
margin: 0; } .single .wrapper .header .header-1 .social-link,
@media (min-width: 769px) { .single .wrapper .header .header-1 .search-box,
.single article > * { .single .wrapper .header .header-1 .events-link,
padding: 2rem 5rem; } } .single .wrapper .header .header-2 .social-link,
.single article .thumbnailwrapper { .single .wrapper .header .header-2 .search-box,
padding: 0; } .single .wrapper .header .header-2 .events-link {
@media (min-width: 769px) { display: none; } }
.single article .thumbnailwrapper { .single article {
position: fixed; /* ---------------------------- single on desktop --------------------------- */
top: 0; /* ----------------------------- single content ----------------------------- */ }
right: 0; .single article .thumbnailwrapper {
left: calc(-5rem);
z-index: -1;
bottom: 0; } }
.single article .thumbnailwrapper img.attachment-post-thumbnail {
height: 75vh;
width: 100vw;
object-fit: cover;
padding: 0; } padding: 0; }
@media (min-width: 769px) { .single article .thumbnailwrapper img.attachment-post-thumbnail {
.single article .thumbnailwrapper img.attachment-post-thumbnail { height: 75vh;
width: 100%; width: 100vw;
height: 100%; } } object-fit: cover;
.single article .titlewrapper { padding: 0; }
position: absolute; .single article .titlewrapper {
top: 0; position: absolute;
width: 100vw; top: 0;
height: 100vh; width: 100%;
display: flex; height: 100vh;
flex-direction: column;
justify-content: flex-end;
align-content: flex-start;
padding: 0; }
@media (min-width: 769px) {
.single article .titlewrapper {
position: relative;
height: unset;
display: block;
width: unset; } }
.single article .titlewrapper .metadata {
width: calc(100vw - 5rem) !important;
bottom: unset !important;
height: 5rem;
position: relative;
align-self: flex-end;
display: flex; display: flex;
flex-direction: row; flex-direction: column;
justify-content: space-between; justify-content: flex-end;
font: bold 1rem "Westeinde Caption"; } align-content: flex-start;
@media (min-width: 769px) { padding: 0; }
.single article .titlewrapper .metadata { .single article .titlewrapper .metadata {
font: 900 2rem "Westeinde Caption"; width: calc(100vw - 5rem);
color: #fff; bottom: unset !important;
-webkit-text-stroke: #000 1px; } } height: 5rem;
@media (min-width: 769px) { position: relative;
.single article .titlewrapper .metadata { align-self: flex-end;
top: -5rem; display: flex;
background-color: #fff; flex-direction: row;
margin-left: 5rem; justify-content: space-between;
padding-left: 0; font: bold 1rem "Westeinde Caption"; }
width: calc(100% - 5rem) !important; } @media (min-width: 769px) {
.single article .titlewrapper .metadata::after { .single article .titlewrapper .metadata {
position: absolute; font: 900 2rem "Westeinde Caption";
content: ""; color: #fff;
display: block; -webkit-text-stroke: #000 1px; } }
top: 0; .single article .titlewrapper .metadata .time-cat {
border: none; z-index: 10; }
width: calc(100% - 5rem + 5rem); .single article .titlewrapper h1.single-title {
border-top: #000 1px solid; margin: 0;
background-color: white; font: 800 3rem "Butler";
left: calc(5rem); color: #000;
margin-left: -5rem; } min-height: 25vh;
.single article .titlewrapper .metadata::before { padding: 2rem;
display: block; background-color: #fff; }
content: ""; @media (min-width: 769px) {
position: absolute; .single article .titlewrapper h1.single-title {
width: calc(5rem); font-size: 5rem; } }
height: calc(5rem); @media (min-width: 769px) {
top: 0; .single article {
background-color: white; margin-top: 100vh;
z-index: 9; margin-left: 5rem;
left: -5rem; background-color: #fff;
border-left: #000 solid 1px; border-left: #000 solid 1px;
-moz-transform: skewX(-45deg); padding-left: 5rem;
-o-transform: skewX(-45deg); /* ---------------------- title and metadata on desktop --------------------- */ }
-ms-transform: skewX(-45deg); .single article .thumbnailwrapper {
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
transform-origin: left bottom; } }
.single article .titlewrapper .metadata .time-cat {
z-index: 10; }
.single article .titlewrapper h1 {
margin: 0;
font: bold 3rem "Butler";
color: #000;
min-height: 25vh;
padding: 2rem;
background-color: #fff; }
@media (min-width: 769px) {
.single article .titlewrapper h1 {
font-size: 7rem; } }
@media (min-width: 769px) {
.single article .titlewrapper h1 {
position: fixed; position: fixed;
bottom: 0; top: 0;
left: 0; left: 0;
right: 0; z-index: -1;
padding: 10rem; bottom: 0;
background-color: transparent; width: 100%; }
z-index: -1; } } .single article .thumbnailwrapper img.attachment-post-thumbnail {
.single article .title2 { object-fit: cover;
display: none; } padding: 0;
@media (min-width: 769px) { width: 100%;
.single article .title2 { height: 100%; }
display: block; .single article .titlewrapper {
font: bold 3rem "Butler"; position: relative;
color: #000; } } justify-content: flex-start;
@media (min-width: 769px) and (min-width: 769px) { height: unset; }
.single article .title2 { .single article .titlewrapper .metadata {
font-size: 5rem; } } top: -5rem;
.single article hr { width: 100%;
height: 1px; padding-left: 0; }
background-color: #ff5f5f; .single article .titlewrapper .metadata::after {
padding: 0; position: absolute;
margin: 0 auto; content: "";
border: none; display: block;
width: 20%; } top: 0;
.single article hr.content-wrap { border: none;
width: 40%; } width: calc(100% - 5rem + 5rem);
.single article hr.content-begin { border-top: #000 1px solid;
margin-top: calc(25vh + 2rem); } background-color: white;
left: calc(5rem);
margin-left: -5rem; }
.single article .titlewrapper .metadata::before {
display: block;
content: "";
position: absolute;
width: calc(5rem);
height: calc(5rem);
top: 0;
background-color: white;
z-index: 9;
left: -5rem;
border-left: #000 solid 1px;
-moz-transform: skewX(-45deg);
-o-transform: skewX(-45deg);
-ms-transform: skewX(-45deg);
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
transform-origin: left bottom;
border-top: #000 solid 1px; }
.single article .titlewrapper h1.single-title {
background-color: transparent;
min-height: unset;
top: -5rem;
position: relative; } }
.single article .single-content {
position: relative;
padding: 2rem; }
@media (min-width: 769px) { @media (min-width: 769px) {
.single article hr.content-begin { .single article .single-content {
margin-top: 0; } } top: -5rem; } }
.single article strong { .single article .single-content hr {
font-weight: 900; } height: 1px;
.single article blockquote { background-color: #ff5f5f;
font: bold 1.8rem "Butler"; padding: 0;
color: #000; } margin: 0 auto;
.single article blockquote p { border: none;
background: #ff5f5f; width: 20%; }
display: inline; .single article .single-content hr.content-wrap {
padding: 2px 0; width: 40%; }
-moz-box-shadow: 10px 0 #ff5f5f, -5px 0 #ff5f5f; .single article .single-content hr.content-begin {
-webkit-box-shadow: 10px 0 #ff5f5f, -5px 0 #ff5f5f; margin-top: calc(25vh + 2rem); }
box-shadow: 10px 0 #ff5f5f, -5px 0 #ff5f5f; } @media (min-width: 769px) {
.single article .wp-block-image { .single article .single-content hr.content-begin {
padding: 2rem 0; } margin-top: 0; } }
@media (min-width: 769px) { .single article .single-content strong {
.single article .wp-block-image { font-weight: 900; }
padding: 2rem 5rem; } } .single article .single-content blockquote {
.single article .wp-block-image figure { font: bold 1.8rem "Butler";
position: relative; } color: #000; }
.single article .wp-block-image figure figcaption { .single article .single-content blockquote p {
bottom: 0 !important; } background: #ff5f5f;
.single article .wp-block-image figure figcaption::after { display: inline;
content: ""; padding: 2px 0;
display: block; -moz-box-shadow: 10px 0 #ff5f5f, -5px 0 #ff5f5f;
position: absolute; -webkit-box-shadow: 10px 0 #ff5f5f, -5px 0 #ff5f5f;
background-color: transparent; box-shadow: 10px 0 #ff5f5f, -5px 0 #ff5f5f; }
width: 0; .single article .single-content .wp-block-image {
height: 0; padding: 2rem 0; }
right: -5rem; @media (min-width: 769px) {
top: -5rem; .single article .single-content .wp-block-image {
border-top: 5rem solid transparent; padding: 2rem 5rem; } }
border-left: 5rem solid transparent; .single article .single-content .wp-block-image figure {
border-right: 5rem solid transparent; position: relative; }
border-bottom: 5rem solid #fff; .single article .single-content .wp-block-image figure figcaption {
position: absolute; bottom: 0 !important; }
z-index: -1; } .single article .single-content .wp-block-image figure figcaption::after {
.single article .wp-block-image figcaption, content: "";
.single article .wp-block-gallery .blocks-gallery-image figcaption, display: block;
.single article .wp-block-gallery .blocks-gallery-item figcaption { position: absolute;
background: #fff; background-color: transparent;
position: absolute; width: 0;
width: calc(100% - 5rem); height: 0;
height: 5rem; right: -5rem;
padding: 1rem 2rem; top: -5rem;
margin: 0; border-top: 5rem solid transparent;
bottom: unset; border-left: 5rem solid transparent;
font: 900 1rem "Westeinde Caption"; border-right: 5rem solid transparent;
color: #fff; border-bottom: 5rem solid #fff;
-webkit-text-stroke-width: 1px; position: absolute;
line-height: 1; z-index: -1; }
text-align: left; .single article .single-content .wp-block-image figcaption,
overflow: unset; .single article .single-content .wp-block-gallery .blocks-gallery-image figcaption,
display: flex; .single article .single-content .wp-block-gallery .blocks-gallery-item figcaption {
flex-direction: column; background: #fff;
justify-content: center;
z-index: 1; }
.single article .wp-block-gallery {
padding: 2rem 0; }
.single article .wp-block-gallery li {
margin-right: 0; }
.single article .wp-block-gallery li:nth-child(odd) figcaption::after {
content: "";
display: block;
position: absolute; position: absolute;
background-color: transparent; width: calc(100% - 5rem);
width: 0; height: 5rem;
height: 0; padding: 1rem 2rem;
right: -5rem; margin: 0;
top: -5rem; bottom: unset;
border-top: 5rem solid transparent; font: 900 1rem "Westeinde Caption";
border-left: 5rem solid transparent; color: #fff;
border-right: 5rem solid transparent; -webkit-text-stroke-width: 1px;
border-bottom: 5rem solid #fff; line-height: 1;
position: absolute; text-align: left;
z-index: -1; } overflow: unset;
.single article .wp-block-gallery li:nth-child(even) figcaption { display: flex;
right: 0; flex-direction: column;
top: 0; } justify-content: center;
.single article .wp-block-gallery li:nth-child(even) figcaption::after { z-index: 1; }
content: ""; .single article .single-content .wp-block-gallery {
display: block; padding: 2rem 0; }
position: absolute; .single article .single-content .wp-block-gallery li {
background-color: transparent; margin-right: 0; }
width: 0; .single article .single-content .wp-block-gallery li:nth-child(odd) figcaption::after {
height: 0; content: "";
left: -5rem; display: block;
bottom: -5rem; position: absolute;
border-bottom: 5rem solid transparent; background-color: transparent;
border-left: 5rem solid transparent; width: 0;
border-right: 5rem solid transparent; height: 0;
border-top: 5rem solid #fff; right: -5rem;
position: absolute; top: -5rem;
z-index: -1; } border-top: 5rem solid transparent;
border-left: 5rem solid transparent;
border-right: 5rem solid transparent;
border-bottom: 5rem solid #fff;
position: absolute;
z-index: -1; }
.single article .single-content .wp-block-gallery li:nth-child(even) figcaption {
right: 0;
top: 0; }
.single article .single-content .wp-block-gallery li:nth-child(even) figcaption::after {
content: "";
display: block;
position: absolute;
background-color: transparent;
width: 0;
height: 0;
left: -5rem;
bottom: -5rem;
border-bottom: 5rem solid transparent;
border-left: 5rem solid transparent;
border-right: 5rem solid transparent;
border-top: 5rem solid #fff;
position: absolute;
z-index: -1; }
/* -------------------------------------------------------------------------- */ /* -------------------------------------------------------------------------- */
/* TAG COLORS */ /* TAG COLORS */

View File

@@ -226,10 +226,10 @@ function dis_2019_order_events_by_date(&$query)
function register_dis_menu() function register_dis_menu()
{ {
register_nav_menus(array( // Using array to specify more menus if needed register_nav_menus(array( // Using array to specify more menus if needed
'main-left-menu' => __('Főmenü bal oldal', 'dis2019'), // Main Navigation 'main-left-menu' => __('Main menu left', 'dis2019'), // Main Navigation
'main-right-menu' => __('Főmenü jobb oldal', 'dis2019'), // Extra Navigation if needed (duplicate as many as you need!) 'main-right-menu' => __('Main menu right', 'dis2019'), // Extra Navigation if needed (duplicate as many as you need!)
// 'sidebar-menu' => __('Sidebar Menu', 'dis2019'), // Sidebar Navigation // 'sidebar-menu' => __('Sidebar Menu', 'dis2019'), // Sidebar Navigation
'tag-menu' => __('BE DO THINK LOVE', 'dis2019'), // bedo circle 'tag-menu' => __('Circular tags', 'dis2019'), // bedo circle
//'main-right-menu' => __('Header Right Menu', 'dis2019'), // Extra Navigation if needed (duplicate as many as you need!) //'main-right-menu' => __('Header Right Menu', 'dis2019'), // Extra Navigation if needed (duplicate as many as you need!)
)); ));
} }
@@ -554,7 +554,7 @@ add_action('wp_print_scripts', 'dis2019_conditional_scripts'); // Add Conditiona
add_action('get_header', 'enable_threaded_comments'); // Enable Threaded Comments add_action('get_header', 'enable_threaded_comments'); // Enable Threaded Comments
add_action('wp_enqueue_scripts', 'dis2019_styles'); // Add Theme Stylesheet add_action('wp_enqueue_scripts', 'dis2019_styles'); // Add Theme Stylesheet
add_action('init', 'register_dis_menu'); // Add dis-2019 Menu add_action('init', 'register_dis_menu'); // Add dis-2019 Menu
add_action('init', 'create_post_type_dis'); // Add our dis-2019 Custom Post Type //add_action('init', 'create_post_type_dis'); // Add our dis-2019 Custom Post Type
add_action('widgets_init', 'my_remove_recent_comments_style'); // Remove inline Recent Comment Styles from wp_head() add_action('widgets_init', 'my_remove_recent_comments_style'); // Remove inline Recent Comment Styles from wp_head()
add_action('init', 'diswp_pagination'); // Add our HTML5 Pagination add_action('init', 'diswp_pagination'); // Add our HTML5 Pagination
@@ -691,4 +691,32 @@ function dis2019_register_taxonomy_format()
} }
add_action('init', 'dis2019_register_taxonomy_format'); add_action('init', 'dis2019_register_taxonomy_format');
function dis2019_register_taxonomy_author()
{
$labels = [
'name' => _x('Author', 'taxonomy general name'),
'singular_name' => _x('Author', 'taxonomy singular name'),
'search_items' => __('Search Authors'),
'all_items' => __('All Authors'),
'parent_item' => __('Parent Author'),
'parent_item_colon' => __('Parent Author:'),
'edit_item' => __('Edit Author'),
'update_item' => __('Update Author'),
'add_new_item' => __('Add New Author'),
'new_item_name' => __('New Author Name'),
'menu_name' => __('Authors'),
];
$args = [
'hierarchical' => false, // make it hierarchical (like categories)
'labels' => $labels,
'show_ui' => true,
'show_admin_column' => true,
'query_var' => true,
'rewrite' => ['slug' => 'Author'],
'show_in_rest' => true,
];
register_taxonomy('Author', ['post'], $args);
}
add_action('init', 'dis2019_register_taxonomy_author');
?> ?>

View File

@@ -405,7 +405,7 @@
$(window).on('wheel DOMMouseScroll', function (e) { $(window).on('wheel DOMMouseScroll', function (e) {
//e.preventDefault(); //e.preventDefault();
if (!isMobile) { if (!isMobile) {
if (isHome || !isMobile) { if (isHome || isArchive) {
if (scrolltimer) { if (scrolltimer) {
return false; return false;
} }

Binary file not shown.

View File

@@ -1,198 +1,335 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: dis-2019 WordPress Theme\n" "Project-Id-Version: dis-2019 WordPress Theme\n"
"POT-Creation-Date: 2013-09-18 00:26+0100\n" "POT-Creation-Date: 2019-07-03 17:51+0200\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Sallay Arnold <arnold@sallay.info>\n" "Last-Translator: Sallay Arnold <arnold@sallay.info>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: hu_HU\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.5\n" "X-Generator: Poedit 2.0.6\n"
"X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: _e;__\n" "X-Poedit-KeywordsList: _e;__\n"
"X-Poedit-Basepath: .\n" "X-Poedit-Basepath: .\n"
"Language: hu_HU\n"
"X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPath-1: ..\n" "X-Poedit-SearchPath-1: ..\n"
#: ../404.php:9 #: ../404.php:10
msgid "Page not found" msgid "Page not found"
msgstr "A keresett oldal nem található" msgstr "A keresett oldal nem található"
#: ../404.php:11 #: ../404.php:12
msgid "Return home?" msgid "Return home?"
msgstr "Vissza a főoldalra?" msgstr "Vissza a főoldalra?"
#: ../archive.php:6 #: ../category-esemeny.php:74 ../loop.php:99 ../page.php:30 ../single.php:68
msgid "Archives"
msgstr "Archívum"
#: ../author.php:8
msgid "Author Archives for "
msgstr "Szerkesztői archívum - "
#: ../author.php:14
msgid "About "
msgstr "Rólunk "
#: ../author.php:41 ../loop.php:22 ../single.php:27
msgid "Published by"
msgstr "Közzétette "
#: ../author.php:42 ../loop.php:23 ../single.php:28
msgid "Leave your thoughts"
msgstr "Hozzászólás"
#: ../author.php:42 ../loop.php:23 ../single.php:28
msgid "1 Comment"
msgstr "1 Hozzászólás"
#: ../author.php:42 ../loop.php:23 ../single.php:28
msgid "% Comments"
msgstr "% Hozzászólás"
#: ../author.php:61 ../loop.php:39 ../page.php:31 ../single.php:53
#: ../template-demo.php:31
msgid "Sorry, nothing to display." msgid "Sorry, nothing to display."
msgstr "Nincs tartalom." msgstr "Nincs tartalom."
#: ../category.php:6 #: ../functions.php:229
msgid "Categories for" msgid "Main menu left"
msgstr "Kategória: " msgstr "Főmenü bal"
#: ../comments.php:3 #: ../functions.php:230
msgid "Post is password protected. Enter the password to view any comments." msgid "Main menu right"
msgstr "" msgstr "Főmenü jobb"
"A tartalom jelszóval védett. A jelszó megadása után minden hozzászólás "
"látható lesz."
#: ../comments.php:18 #: ../functions.php:232
msgid "Comments are closed here." msgid "Circular tags"
msgstr "Hozzászólás zárolva." msgstr "Kör címkék"
#: ../footer.php:6 #: ../functions.php:358
msgid "Powered by"
msgstr "Motor:"
#: ../functions.php:133
msgid "Header Menu"
msgstr "Fejléc Menü"
#: ../functions.php:134
msgid "Sidebar Menu"
msgstr "Oldalsáv Menü"
#: ../functions.php:135
msgid "Extra Menu"
msgstr "Extra Menü"
#: ../functions.php:181
msgid "Widget Area 1"
msgstr "Widget rész 1"
#: ../functions.php:182 ../functions.php:193
msgid "Description for this widget-area..."
msgstr "A widhet rész leírása..."
#: ../functions.php:192
msgid "Widget Area 2"
msgstr "Widget rész 2"
#: ../functions.php:258
msgid "View Article" msgid "View Article"
msgstr "Tartalom Megtekintése" msgstr "Tartalom Megtekintése"
#: ../functions.php:319 #: ../functions.php:422
#, php-format #, php-format
msgid "<cite class=\"fn\">%s</cite> <span class=\"says\">says:</span>" msgid "<cite class=\"fn\">%s</cite> <span class=\"says\">says:</span>"
msgstr "<cite class=\"fn\">%s</cite> <span class=\"says\">:</span>" msgstr "<cite class=\"fn\">%s</cite> <span class=\"says\">:</span>"
#: ../functions.php:322 #: ../functions.php:425
msgid "Your comment is awaiting moderation." msgid "Your comment is awaiting moderation."
msgstr "A hozzászólás moderálásra vár." msgstr "A hozzászólás moderálásra vár."
#: ../functions.php:328 #: ../functions.php:431
#, php-format #, php-format
msgid "%1$s at %2$s" msgid "%1$s at %2$s"
msgstr "%1$s - %2$s" msgstr "%1$s - %2$s"
#: ../functions.php:328 #: ../functions.php:431
msgid "(Edit)" msgid "(Edit)"
msgstr "(Szerkesztés)" msgstr "(Szerkesztés)"
#: ../functions.php:411 ../functions.php:412 #: ../functions.php:671
msgid "dis-2019 Custom Post" msgid "Search Formats"
msgstr "dis-2019 Egyedi Tartalom" msgstr "Formátumok keresése"
#: ../functions.php:413 #: ../functions.php:672
msgid "Add New" msgid "All Formats"
msgstr "Új hozzáadása" msgstr "Minden formátum"
#: ../functions.php:414 #: ../functions.php:673
msgid "Add New dis-2019 Custom Post" msgid "Parent Format"
msgstr "Új egyedi dis-2019 tartalom hozzáadása" msgstr "Szülő formátum"
#: ../functions.php:415 #: ../functions.php:674
msgid "Edit" msgid "Parent Format:"
msgstr "Szerkesztés" msgstr "Szülő formátum:"
#: ../functions.php:416 #: ../functions.php:675
msgid "Edit dis-2019 Custom Post" msgid "Edit Format"
msgstr "dis-2019 egyedi tartalom szerkesztése" msgstr "Formátum szerkesztése"
#: ../functions.php:417 #: ../functions.php:676
msgid "New dis-2019 Custom Post" msgid "Update Format"
msgstr "Új dis-2019 egyedi tartalom" msgstr "Formátum frissítése"
#: ../functions.php:418 ../functions.php:419 #: ../functions.php:677
msgid "View dis-2019 Custom Post" msgid "Add New Format"
msgstr "dis-2019 egyedi tartalom megtekintése" msgstr "Új formátum hozzáadása"
#: ../functions.php:420 #: ../functions.php:678
msgid "Search dis-2019 Custom Post" msgid "New Format Name"
msgstr "dis-2019 egyedi tartalomak keresése" msgstr "Új formátum neve"
#: ../functions.php:421 #: ../functions.php:679
msgid "No dis-2019 Custom Posts found" msgid "Formats"
msgstr "Nincs dis-2019 egyedi tartalom" msgstr "Formátumok"
#: ../functions.php:422 #: ../functions.php:699
msgid "No dis-2019 Custom Posts found in Trash" msgid "Search Authors"
msgstr "Nincs dis-2019 egyedi tartalom a kukában" msgstr "Szerző keresése"
#: ../index.php:6 #: ../functions.php:700
msgid "Latest Posts" msgid "All Authors"
msgstr "Legfrissebb bejegyzések" msgstr "Minden szerző"
#: ../search.php:6 #: ../functions.php:701
msgid "Parent Author"
msgstr "Szülő szerző"
#: ../functions.php:702
msgid "Parent Author:"
msgstr "Szülő szerző:"
#: ../functions.php:703
msgid "Edit Author"
msgstr "Szerző szerkesztése"
#: ../functions.php:704
msgid "Update Author"
msgstr "Szerző frissítése"
#: ../functions.php:705
msgid "Add New Author"
msgstr "Új szerző hozzáadása"
#: ../functions.php:706
msgid "New Author Name"
msgstr "Új szerző neve"
#: ../functions.php:707
msgid "Authors"
msgstr ""
#: ../node_modules/yargs-parser/index.js:301
#, javascript-format
msgid "Not enough arguments following: %s"
msgstr "Hiányzó paraméterek a következő után: %s"
#: ../node_modules/yargs-parser/index.js:449
#, javascript-format
msgid "Invalid JSON config file: %s"
msgstr "Érvénytelen JSON fájl: %s"
#: ../node_modules/yargs/lib/usage.js:169
msgid "Commands:"
msgstr "Parancsok"
#: ../node_modules/yargs/lib/usage.js:177
#: ../node_modules/yargs/lib/usage.js:407
msgid "default:"
msgstr "Alapértelmezett:"
#: ../node_modules/yargs/lib/usage.js:179
msgid "aliases:"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:241
msgid "boolean"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:242
msgid "count"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:243
#: ../node_modules/yargs/lib/usage.js:244
msgid "string"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:245
msgid "array"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:246
msgid "number"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:250
msgid "required"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:251
msgid "choices:"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:270
msgid "Examples:"
msgstr ""
#: ../node_modules/yargs/lib/usage.js:385
msgid "generated-value"
msgstr ""
#: ../node_modules/yargs/lib/validation.js:26
#: ../node_modules/yargs/lib/validation.js:49
#, javascript-format
msgid "Not enough non-option arguments: got %s, need at least %s"
msgstr ""
#: ../node_modules/yargs/lib/validation.js:37
#, javascript-format
msgid "Too many non-option arguments: got %s, maximum of %s"
msgstr ""
#: ../node_modules/yargs/lib/validation.js:185
msgid "Invalid values:"
msgstr ""
#: ../node_modules/yargs/lib/validation.js:188
#, javascript-format
msgid "Argument: %s, Given: %s, Choices: %s"
msgstr ""
#: ../node_modules/yargs/lib/validation.js:218
#, javascript-format
msgid "Argument check failed: %s"
msgstr ""
#: ../node_modules/yargs/lib/validation.js:283
msgid "Implications failed:"
msgstr ""
#: ../node_modules/yargs/lib/validation.js:313
#, javascript-format
msgid "Arguments %s and %s are mutually exclusive"
msgstr ""
#: ../node_modules/yargs/lib/validation.js:332
#, javascript-format
msgid "Did you mean %s?"
msgstr ""
#: ../search.php:7
#, php-format #, php-format
msgid "%s Search Results for " msgid "%s Search Results for "
msgstr "%s Találatok " msgstr "%s Találatok "
#: ../searchform.php:3 #~ msgid "Archives"
msgid "To search, type and hit enter." #~ msgstr "Archívum"
msgstr "Keresési feltétel, majd [Enter]."
#: ../searchform.php:4 #~ msgid "Author Archives for "
msgid "Search" #~ msgstr "Szerkesztői archívum - "
msgstr "Keresés"
#: ../single.php:33 #~ msgid "About "
msgid "Tags: " #~ msgstr "Rólunk "
msgstr "Címkék: "
#: ../single.php:35 #~ msgid "Published by"
msgid "Categorised in: " #~ msgstr "Közzétette "
msgstr "Kategória: "
#: ../single.php:37 #~ msgid "Leave your thoughts"
msgid "This post was written by " #~ msgstr "Hozzászólás"
msgstr "Írta: "
#: ../tag.php:6 #~ msgid "1 Comment"
msgid "Tag Archive: " #~ msgstr "1 Hozzászólás"
msgstr "Archívim: "
#~ msgid "Categories for"
#~ msgstr "Kategória: "
#~ msgid "Post is password protected. Enter the password to view any comments."
#~ msgstr "A tartalom jelszóval védett. A jelszó megadása után minden hozzászólás látható lesz."
#~ msgid "Comments are closed here."
#~ msgstr "Hozzászólás zárolva."
#~ msgid "Powered by"
#~ msgstr "Motor:"
#~ msgid "Header Menu"
#~ msgstr "Fejléc Menü"
#~ msgid "Sidebar Menu"
#~ msgstr "Oldalsáv Menü"
#~ msgid "Extra Menu"
#~ msgstr "Extra Menü"
#~ msgid "Widget Area 1"
#~ msgstr "Widget rész 1"
#~ msgid "Description for this widget-area..."
#~ msgstr "A widhet rész leírása..."
#~ msgid "Widget Area 2"
#~ msgstr "Widget rész 2"
#~ msgid "dis-2019 Custom Post"
#~ msgstr "dis-2019 Egyedi Tartalom"
#~ msgid "Add New dis-2019 Custom Post"
#~ msgstr "Új egyedi dis-2019 tartalom hozzáadása"
#~ msgid "Edit"
#~ msgstr "Szerkesztés"
#~ msgid "Edit dis-2019 Custom Post"
#~ msgstr "dis-2019 egyedi tartalom szerkesztése"
#~ msgid "New dis-2019 Custom Post"
#~ msgstr "Új dis-2019 egyedi tartalom"
#~ msgid "View dis-2019 Custom Post"
#~ msgstr "dis-2019 egyedi tartalom megtekintése"
#~ msgid "Search dis-2019 Custom Post"
#~ msgstr "dis-2019 egyedi tartalomak keresése"
#~ msgid "No dis-2019 Custom Posts found"
#~ msgstr "Nincs dis-2019 egyedi tartalom"
#~ msgid "No dis-2019 Custom Posts found in Trash"
#~ msgstr "Nincs dis-2019 egyedi tartalom a kukában"
#~ msgid "Latest Posts"
#~ msgstr "Legfrissebb bejegyzések"
#~ msgid "To search, type and hit enter."
#~ msgstr "Keresési feltétel, majd [Enter]."
#~ msgid "Tags: "
#~ msgstr "Címkék: "
#~ msgid "Categorised in: "
#~ msgstr "Kategória: "
#~ msgid "This post was written by "
#~ msgstr "Írta: "
#~ msgid "Tag Archive: "
#~ msgstr "Archívim: "
#~ msgid "%s results for " #~ msgid "%s results for "
#~ msgstr "%s Ergebnisse für " #~ msgstr "%s Ergebnisse für "

View File

@@ -129,21 +129,21 @@
// } // }
@mixin single-title { @mixin single-title {
font: bold 3rem "Butler"; font: 800 3rem "Butler";
color: #000;
@media #{$smalldesktop} {
font-size: 7rem;
}
}
@mixin single-title2 {
font: bold 3rem "Butler";
color: #000; color: #000;
@media #{$smalldesktop} { @media #{$smalldesktop} {
font-size: 5rem; font-size: 5rem;
} }
} }
// @mixin single-title2 {
// font: bold 3rem "Butler";
// color: #000;
// @media #{$smalldesktop} {
// font-size: 5rem;
// }
// }
@mixin single-metadata { @mixin single-metadata {
font: bold 1rem "Westeinde Caption"; font: bold 1rem "Westeinde Caption";
@media #{$smalldesktop} { @media #{$smalldesktop} {

View File

@@ -131,7 +131,6 @@ $v-unit-6: 24rem;
#{$wh}: max-content; #{$wh}: max-content;
#{$wh}: -moz-fit-content; #{$wh}: -moz-fit-content;
#{$wh}: fit-content; #{$wh}: fit-content;
} }
@mixin transition($transition) { @mixin transition($transition) {
@@ -266,6 +265,7 @@ $v-unit-6: 24rem;
border-left: $bordercolor solid 1px; border-left: $bordercolor solid 1px;
@include transform(skewX(-45deg)); @include transform(skewX(-45deg));
transform-origin: left bottom; transform-origin: left bottom;
border-top: $bordercolor solid 1px;
} }
@if $side==right { @if $side==right {
right: -#{$offset}; right: -#{$offset};
@@ -377,7 +377,7 @@ $v-unit-6: 24rem;
// color: #000; // color: #000;
// fill: currentColor; // fill: currentColor;
filter: invert(100%); //black filter: invert(100%); //black
@include transform(rotate(180deg)) // transform: rotate(180deg);;;;;;;;;;;;;;;;;;;;;;;;;;;;; @include transform(rotate(180deg));
} }
} }
} }
@@ -1083,7 +1083,7 @@ $v-unit-6: 24rem;
&.home-wrapper-s1:not(.home-wrapper-small) { &.home-wrapper-s1:not(.home-wrapper-small) {
margin-left: $h-unit-1 !important; margin-left: $h-unit-1 !important;
} }
&.home-wrapper-s1.home-wrapper-small{ &.home-wrapper-s1.home-wrapper-small {
margin-left: $h-unit-2 !important; margin-left: $h-unit-2 !important;
} }
@@ -1234,46 +1234,42 @@ body.category.category-esemeny {
} }
main { main {
padding-top: 5rem + (2rem * 2); padding-top: 5rem + (2rem * 2);
article{ article {
height: 50vh; height: 50vh;
.thumbnailwrapper{ .thumbnailwrapper {
height: 50vw; height: 50vw;
img{ img {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
} }
.event-metadata{ .event-metadata {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 2rem; padding: 2rem;
.top-row, .bottom-row{ .top-row,
.bottom-row {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
height: 50%; height: 50%;
flex: 0 0 auto; flex: 0 0 auto;
&>*{ // & > * {
// }
.ev-date {
} }
.ev-date{ h2 {
}
h2{
height: unset; height: unset;
} }
} }
.hr{ .hr {
flex: 0 0 auto; flex: 0 0 auto;
height: 1px; height: 1px;
width: 100%; width: 100%;
background-color: #000; background-color: #000;
} }
} }
} }
} }
@@ -1288,6 +1284,7 @@ body.category.category-esemeny {
@media #{$smalldesktop} { @media #{$smalldesktop} {
.wrapper { .wrapper {
height: unset; height: unset;
width: 100%;
.header { .header {
.header-1, .header-1,
.header-2 { .header-2 {
@@ -1303,69 +1300,41 @@ body.category.category-esemeny {
} }
} }
/* ---------------------------- single on mobile ---------------------------- */
article { article {
$padd: 2rem; $padd: 2rem;
@media #{$smalldesktop} { // & > *,
margin-top: 100vh; // h1.single-title {
margin-left: calc(#{$h-unit-1}); // padding: $padd;
background-color: #fff; // margin: 0;
border-left: #000 solid 1px; // }
//border-top: #000 solid 1px;
}
& > * {
padding: $padd;
margin: 0;
@media #{$smalldesktop} {
padding: $padd $h-unit-1;
}
}
.thumbnailwrapper { .thumbnailwrapper {
padding: 0; padding: 0;
@media #{$smalldesktop} {
position: fixed;
top: 0;
right: 0;
left: calc(-#{$h-unit-1});
z-index: -1;
bottom: 0;
}
img.attachment-post-thumbnail { img.attachment-post-thumbnail {
// post thumbnail on home // post thumbnail on home
height: 75vh; height: 75vh;
width: 100vw; width: 100vw;
object-fit: cover; object-fit: cover;
padding: 0; padding: 0;
@media #{$smalldesktop} {
width: 100%;
height: 100%;
}
} }
} }
/* --------------------------- single sub sections -------------------------- */
.titlewrapper { .titlewrapper {
position: absolute; position: absolute;
top: 0; top: 0;
width: 100vw; width: 100%;
height: 100vh; height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-end;
align-content: flex-start; align-content: flex-start;
padding: 0; padding: 0;
@media #{$smalldesktop} {
position: relative;
height: unset;
display: block;
width: unset;
}
.metadata { .metadata {
width: calc(100vw - #{$h-unit-1}) !important; width: calc(100vw - #{$h-unit-1});
bottom: unset !important; bottom: unset !important;
height: $h-unit-1; height: $h-unit-1;
position: relative; position: relative;
@@ -1374,128 +1343,183 @@ body.category.category-esemeny {
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
@include single-metadata(); @include single-metadata();
@media #{$smalldesktop} {
top: -#{$h-unit-1};
background-color: #fff;
margin-left: $h-unit-1;
padding-left: 0;
width: calc(100% - #{$h-unit-1}) !important;
@include triangle-corner-bordered(#{$h-unit-1}, #{$h-unit-1}, white, #000, left);
}
.time-cat { .time-cat {
z-index: 10; z-index: 10;
} }
} }
h1 { h1.single-title {
margin: 0; margin: 0;
@include single-title(); @include single-title();
min-height: 25vh; min-height: 25vh;
padding: $padd; padding: $padd;
background-color: #fff; background-color: #fff;
@media #{$smalldesktop} {
position: fixed;
// height: 100vh;
bottom: 0;
left: 0;
right: 0;
padding: $h-unit-2;
background-color: transparent;
z-index: -1;
}
} }
} }
.title2 {
display: none; /* ---------------------------- single on desktop --------------------------- */
@media #{$smalldesktop} {
display: block; @media #{$smalldesktop} {
@include single-title2(); margin-top: 100vh;
margin-left: $h-unit-1;
background-color: #fff;
border-left: #000 solid 1px;
padding-left: $h-unit-1;
// & > * {
// padding: $padd $h-unit-1;
// }
.thumbnailwrapper {
position: fixed;
top: 0;
left: 0;
// left: calc(-#{$h-unit-1});
z-index: -1;
bottom: 0;
width: 100%;
img.attachment-post-thumbnail {
// post thumbnail on home
object-fit: cover;
padding: 0;
width: 100%;
height: 100%;
}
}
/* ---------------------- title and metadata on desktop --------------------- */
.titlewrapper {
position: relative;
justify-content: flex-start;
height: unset;
// display: block;
.metadata {
top: -#{$h-unit-1};
// width: calc(100% - #{$h-unit-1});
width: 100%;
padding-left: 0;
@include triangle-corner-bordered(#{$h-unit-1}, #{$h-unit-1}, white, #000, left);
.time-cat {
}
}
h1.single-title {
background-color: transparent;
min-height: unset;
top: -#{$h-unit-1};
position: relative;
// //position: fixed;
// // height: 100vh;
// bottom: 0;
// left: 0;
// right: 0;
// // padding: $h-unit-2;
// z-index: -1;
// //ez lehet nem kell, összedolgozni:
// display: block;
// // @include single-title2();
}
} }
} }
/* ----------------------------- single content ----------------------------- */ /* ----------------------------- single content ----------------------------- */
hr { .single-content {
height: 1px; position: relative;
background-color: #ff5f5f; padding: $padd;
padding: 0;
margin: 0 auto;
border: none;
width: 20%;
&.content-wrap {
width: 40%;
}
&.content-begin {
margin-top: calc(25vh + #{$padd});
@media #{$smalldesktop} {
margin-top: 0;
}
}
}
strong {
font-weight: 900;
}
blockquote {
@include single-quote();
p {
background: #ff5f5f;
display: inline;
padding: 2px 0;
@include box-shadow(10px 0 #ff5f5f, -5px 0 #ff5f5f);
}
}
.wp-block-image {
padding: $padd 0;
@media #{$smalldesktop} { @media #{$smalldesktop} {
padding: $padd $h-unit-1; top: -#{$h-unit-1};
} }
figure {
position: relative;
figcaption {
bottom: 0 !important;
&::after { hr {
@include trianglecorner(topright, #{$h-unit-1}); height: 1px;
background-color: #ff5f5f;
padding: 0;
margin: 0 auto;
border: none;
width: 20%;
&.content-wrap {
width: 40%;
}
&.content-begin {
margin-top: calc(25vh + #{$padd});
@media #{$smalldesktop} {
margin-top: 0;
} }
} }
} }
}
.wp-block-image figcaption, strong {
.wp-block-gallery .blocks-gallery-image figcaption, font-weight: 900;
.wp-block-gallery .blocks-gallery-item figcaption { }
background: #fff;
position: absolute;
width: calc(100% - #{$h-unit-1});
height: $h-unit-1;
padding: 1rem $padd;
margin: 0;
bottom: unset;
@include captiontext();
line-height: 1;
text-align: left;
overflow: unset;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 1;
}
.wp-block-gallery { blockquote {
padding: $padd 0; @include single-quote();
li { p {
margin-right: 0; background: #ff5f5f;
&:nth-child(odd) figcaption::after { display: inline;
@include trianglecorner(topright, #{$h-unit-1}); padding: 2px 0;
@include box-shadow(10px 0 #ff5f5f, -5px 0 #ff5f5f);
} }
&:nth-child(even) figcaption { }
right: 0;
top: 0; .wp-block-image {
&::after { padding: $padd 0;
@include trianglecorner(bottomleft, #{$h-unit-1}); @media #{$smalldesktop} {
padding: $padd $h-unit-1;
}
figure {
position: relative;
figcaption {
bottom: 0 !important;
&::after {
@include trianglecorner(topright, #{$h-unit-1});
}
}
}
}
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
background: #fff;
position: absolute;
width: calc(100% - #{$h-unit-1});
height: $h-unit-1;
padding: 1rem $padd;
margin: 0;
bottom: unset;
@include captiontext();
line-height: 1;
text-align: left;
overflow: unset;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 1;
}
.wp-block-gallery {
padding: $padd 0;
li {
margin-right: 0;
&:nth-child(odd) figcaption::after {
@include trianglecorner(topright, #{$h-unit-1});
}
&:nth-child(even) figcaption {
right: 0;
top: 0;
&::after {
@include trianglecorner(bottomleft, #{$h-unit-1});
}
} }
} }
} }

View File

@@ -40,18 +40,20 @@
</div> </div>
</div> </div>
<h1> <h1 class="single-title">
<?php the_title();?>
</h1>
</div>
<!-- /post title -->
<h1 class="title2">
<?php the_title();?> <?php the_title();?>
</h1> </h1>
<hr class="content-wrap content-begin"> </div>
<?php the_content(); // Dynamic Content ?> <!-- /post title -->
<hr class="content-wrap content-end">
<div class="single-content">
<hr class="content-wrap content-begin">
<?php the_content(); // Dynamic Content ?>
<hr class="content-wrap content-end">
</div>
</article> </article>
<!-- /article --> <!-- /article -->

View File

@@ -1,11 +1,11 @@
/* /*
Theme Name: dis-2019 Theme Name: dis-2019
Theme URI: http://gyetvai-peter.hu Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019
Description: dis-2019 WordPress Theme Description: Designisso téma 2019 | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/src/branch/master/K%c3%89ZIK%c3%96NYV.md">Használati utasítás</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a>
Version: 0.0.1 Version: 0.1.0
Author: Gyetvai Peter, based on HTML5blank: http://toddmotto.com Author: Gyetvai Péter
Author URI: http://gyetvai-peter.hu Author URI: https://gyetvai-peter.hu
Tags: Blank, HTML5, CSS3 Tags: Designisso
License: MIT License: MIT
License URI: http://opensource.org/licenses/mit-license.php License URI: http://opensource.org/licenses/mit-license.php
*/ */