Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca214fe73c | ||
|
|
de68693d23 | ||
|
|
3f0709ddec | ||
|
|
ae10f90786 | ||
|
|
adf4fac0b6 |
2
404.php
2
404.php
@@ -10,7 +10,7 @@
|
|||||||
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
|
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
|
||||||
<div class="toHome">
|
<div class="toHome">
|
||||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||||
← <?php _e('Back to home:', 'dis2019');?>
|
← <?php _e('Back to home', 'dis2019');?>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
# Single - ✔
|
|
||||||
|
|
||||||
og: tag: pluginnal!
|
|
||||||
|
|
||||||
# egyéb
|
|
||||||
|
|
||||||
`@media print{}`
|
|
||||||
|
|
||||||
scroll a galléria nézetben
|
|
||||||
File diff suppressed because one or more lines are too long
17
footer.php
17
footer.php
@@ -6,11 +6,6 @@
|
|||||||
|
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
|
|
||||||
<?php
|
|
||||||
if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) {
|
|
||||||
// Your third-party non functional code here
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- analytics -->
|
<!-- analytics -->
|
||||||
<script>
|
<script>
|
||||||
@@ -18,10 +13,20 @@
|
|||||||
(f[s].q=f[s].q||[]).push(arguments)},f[s].l=1*new Date();h=i.createElement(r),
|
(f[s].q=f[s].q||[]).push(arguments)},f[s].l=1*new Date();h=i.createElement(r),
|
||||||
l=i.getElementsByTagName(r)[0];h.async=1;h.src=e;l.parentNode.insertBefore(h,l)
|
l=i.getElementsByTagName(r)[0];h.async=1;h.src=e;l.parentNode.insertBefore(h,l)
|
||||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
ga('create', 'UA-72435346-2', 'auto');
|
ga( 'create', 'UA-72435346-2', {'storeGac': false } );
|
||||||
|
ga('set', 'anonymizeIp', true);
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) {
|
||||||
|
// Your third-party non functional code here
|
||||||
|
|
||||||
|
?>
|
||||||
|
|
||||||
|
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/hu_HU/sdk.js#xfbml=1&version=v4.0&appId=525065661232966&autoLogAppEvents=1"></script>
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
37
header.php
37
header.php
@@ -17,7 +17,6 @@
|
|||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<!-- <meta name="viewport" content="height=device-height, initial-scale=1.0"> -->
|
<!-- <meta name="viewport" content="height=device-height, initial-scale=1.0"> -->
|
||||||
<meta name="description" content="<?php bloginfo('description');?>">
|
<meta name="description" content="<?php bloginfo('description');?>">
|
||||||
@@ -29,20 +28,20 @@
|
|||||||
|
|
||||||
<!-- facebook -->
|
<!-- facebook -->
|
||||||
<div id="fb-root"></div>
|
<div id="fb-root"></div>
|
||||||
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/hu_HU/sdk.js#xfbml=1&version=v4.0&appId=525065661232966&autoLogAppEvents=1"></script>
|
|
||||||
|
|
||||||
<!-- wrapper -->
|
<!-- wrapper -->
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<header class="header clear" role="banner">
|
<header class="header clear">
|
||||||
|
|
||||||
<!-- ------------------------------ header-1 ------------------------------- -->
|
<!-- ------------------------------ header-1 ------------------------------- -->
|
||||||
|
|
||||||
<div class="header-1 header-inner">
|
<div class="header-1 header-inner">
|
||||||
<!-- logo -->
|
<!-- logo -->
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="<?php echo home_url(); ?>">
|
<a href="<?php echo home_url(); ?>" aria-label="<?php _e('Back to home', 'dis2019');?>">
|
||||||
<div class="dis-logo">
|
<div class="dis-logo">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -50,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- /logo -->
|
<!-- /logo -->
|
||||||
<div class="fb-link social-link">
|
<div class="fb-link social-link">
|
||||||
<a href="https://www.facebook.com/designisso" target="_blank">
|
<a href="https://www.facebook.com/designisso" target="_blank" aria-label="Designisso Facebook">
|
||||||
<div class="facebook-icon icon menuicon">
|
<div class="facebook-icon icon menuicon">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -58,11 +57,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="search-box">
|
<div class="search-box">
|
||||||
<button type="button" id="search-button">
|
<button type="button" id="search-button" class="kereso-icon icon" aria-label="<?php _e('Show search', 'dis2019');?>">
|
||||||
<div class="kereso-icon icon">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</button>
|
</button>
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
<?php get_search_form();?>
|
<?php get_search_form();?>
|
||||||
@@ -73,43 +68,37 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="header-scroll header-scroll-left">
|
<div class="header-scroll header-scroll-left">
|
||||||
<button type="button"></button>
|
<button type="button" aria-label="<?php _e('Scroll left', 'dis2019');?>"></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="header-scroll header-scroll-right">
|
<div class="header-scroll header-scroll-right">
|
||||||
<button type="button"></button>
|
<button type="button" aria-label="<?php _e('Scroll right', 'dis2019');?>"></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ----------------------------- header 2 ------------------------------ -->
|
<!-- ----------------------------- header 2 ------------------------------ -->
|
||||||
|
|
||||||
<div class="header-2 header-inner">
|
<div class="header-2 header-inner">
|
||||||
<div class="menubutton">
|
<div class="menubutton">
|
||||||
<button type="button" id="toggle-sidebar">
|
<button type="button" id="toggle-sidebar" class="menubutton-icon icon menuicon" aria-label="<?php _e('Menu', 'dis2019');?>"></button>
|
||||||
<div class="menubutton-icon icon menuicon">
|
|
||||||
</div>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="ig-link social-link">
|
<div class="ig-link social-link">
|
||||||
<a href="https://www.instagram.com/design_is_so/" target="_blank">
|
<a href="https://www.instagram.com/design_is_so/" target="_blank" aria-label="Designisso Instagram">
|
||||||
<div class="instagram-icon icon menuicon">
|
<div class="instagram-icon icon menuicon">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="events-link">
|
<div class="events-link">
|
||||||
<a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug'); ?>" target="_top">
|
<a href="/index.php/category/<?php echo get_theme_mod('dis-2019-event-cat-slug'); ?>" target="_top" aria-label="<?php _e('Events', 'dis2019');?>">
|
||||||
<div class="esemeny-icon icon menuicon">
|
<div class="esemeny-icon icon menuicon">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- nav -->
|
<!-- nav -->
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<nav role="navigation" id="sidebar-wrapper" class="nav sidebar-wrapper">
|
<nav id="sidebar-wrapper" class="nav sidebar-wrapper">
|
||||||
|
|
||||||
<?php //dis2019_nav(); ?>
|
<?php //dis2019_nav(); ?>
|
||||||
<?php wp_nav_menu(array('theme_location' => 'main-left-menu'));?>
|
<?php wp_nav_menu(array('theme_location' => 'main-left-menu'));?>
|
||||||
@@ -130,7 +119,7 @@
|
|||||||
<!-- ----------------------------- bedocircle ------------------------------ -->
|
<!-- ----------------------------- bedocircle ------------------------------ -->
|
||||||
|
|
||||||
<div id="tag-nav">
|
<div id="tag-nav">
|
||||||
<nav role="navigation" class="tag-nav">
|
<nav class="tag-nav">
|
||||||
|
|
||||||
<?php wp_nav_menu(array('theme_location' => 'tag-menu'));?>
|
<?php wp_nav_menu(array('theme_location' => 'tag-menu'));?>
|
||||||
</nav>
|
</nav>
|
||||||
@@ -144,4 +133,4 @@
|
|||||||
<div class="loadingscreen">
|
<div class="loadingscreen">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<main role="main">
|
<main>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
slideshowSpeed: 2500,
|
slideshowSpeed: 2500,
|
||||||
slideshowStart: "start slideshow",
|
slideshowStart: "start slideshow",
|
||||||
slideshowStop: "stop slideshow",
|
slideshowStop: "stop slideshow",
|
||||||
photoRegex: /(.*)-\d{2,}x\d{2,}\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,
|
photoRegex: /^(.*?)(?:-\d{2,}x\d{2,})?\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,
|
||||||
|
|
||||||
// alternate image paths for high-res displays
|
// alternate image paths for high-res displays
|
||||||
retinaImage: false,
|
retinaImage: false,
|
||||||
@@ -253,6 +253,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function retinaUrl(settings, url) {
|
function retinaUrl(settings, url) {
|
||||||
|
// console.log(url)
|
||||||
|
// console.log(url.replace(settings.get('photoRegex'), settings.get('retinaSuffix')))
|
||||||
return settings.get('retinaUrl') ? url.replace(settings.get('photoRegex'), settings.get('retinaSuffix')) : url;
|
return settings.get('retinaUrl') ? url.replace(settings.get('photoRegex'), settings.get('retinaSuffix')) : url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: dis-2019 WordPress Theme\n"
|
"Project-Id-Version: dis-2019 WordPress Theme\n"
|
||||||
"POT-Creation-Date: 2019-09-02 21:23+0200\n"
|
"POT-Creation-Date: 2019-10-08 22:39+0200\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Jürgen Rabe | www.egado.de <rabe@egado.de>\n"
|
"Last-Translator: Jürgen Rabe | www.egado.de <rabe@egado.de>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -21,12 +21,8 @@ msgstr ""
|
|||||||
msgid "Page not found"
|
msgid "Page not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../404.php:13 ../singular.php:124
|
#: ../404.php:13 ../header.php:44 ../singular.php:139
|
||||||
msgid "Back to home:"
|
msgid "Back to home"
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../category-esemeny.php:78 ../loop.php:24 ../singular.php:145
|
|
||||||
msgid "Sorry, nothing to display."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../customizer.php:16
|
#: ../customizer.php:16
|
||||||
@@ -77,174 +73,206 @@ msgstr ""
|
|||||||
msgid "Same value applies to mobile and desktop. Use any integer"
|
msgid "Same value applies to mobile and desktop. Use any integer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:182
|
#: ../functions.php:183
|
||||||
msgid "Main menu left"
|
msgid "Main menu left"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:183
|
#: ../functions.php:184
|
||||||
msgid "Main menu right"
|
msgid "Main menu right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:185
|
#: ../functions.php:186
|
||||||
msgid "Circular tags"
|
msgid "Circular tags"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:311
|
#: ../functions.php:321
|
||||||
msgid "View Article"
|
msgid "View Article"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:382
|
#: ../functions.php:392
|
||||||
#, 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:385
|
#: ../functions.php:395
|
||||||
msgid "Your comment is awaiting moderation."
|
msgid "Your comment is awaiting moderation."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:391
|
#: ../functions.php:401
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%1$s at %2$s"
|
msgid "%1$s at %2$s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:391
|
#: ../functions.php:401
|
||||||
msgid "(Edit)"
|
msgid "(Edit)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:701
|
#: ../functions.php:717
|
||||||
msgid "Search Formats"
|
msgid "Search Formats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:702
|
#: ../functions.php:718
|
||||||
msgid "All Formats"
|
msgid "All Formats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:703
|
#: ../functions.php:719
|
||||||
msgid "Parent Format"
|
msgid "Parent Format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:704
|
#: ../functions.php:720
|
||||||
msgid "Parent Format:"
|
msgid "Parent Format:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:705
|
#: ../functions.php:721
|
||||||
msgid "Edit Format"
|
msgid "Edit Format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:706
|
#: ../functions.php:722
|
||||||
msgid "Update Format"
|
msgid "Update Format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:707
|
#: ../functions.php:723
|
||||||
msgid "Add New Format"
|
msgid "Add New Format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:708
|
#: ../functions.php:724
|
||||||
msgid "New Format Name"
|
msgid "New Format Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:709
|
#: ../functions.php:725
|
||||||
msgid "Formats"
|
msgid "Formats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:711
|
#: ../functions.php:727
|
||||||
msgid "View Formats"
|
msgid "View Formats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:712
|
#: ../functions.php:728
|
||||||
msgid "Popular Formats"
|
msgid "Popular Formats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:713
|
#: ../functions.php:729
|
||||||
msgid "Separate formats with commas"
|
msgid "Separate formats with commas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:714
|
#: ../functions.php:730
|
||||||
msgid "Add or remove formats"
|
msgid "Add or remove formats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:715
|
#: ../functions.php:731
|
||||||
msgid "Choose from most used formats"
|
msgid "Choose from most used formats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:716
|
#: ../functions.php:732
|
||||||
msgid "No formats found"
|
msgid "No formats found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:717
|
#: ../functions.php:733
|
||||||
msgid "Back to formats"
|
msgid "Back to formats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:738
|
#: ../functions.php:754
|
||||||
msgid "Search Writers"
|
msgid "Search Writers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:739
|
#: ../functions.php:755
|
||||||
msgid "All Writers"
|
msgid "All Writers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:740
|
#: ../functions.php:756
|
||||||
msgid "Parent Writer"
|
msgid "Parent Writer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:741
|
#: ../functions.php:757
|
||||||
msgid "Parent Writer:"
|
msgid "Parent Writer:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:742
|
#: ../functions.php:758
|
||||||
msgid "Edit Writer"
|
msgid "Edit Writer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:743
|
#: ../functions.php:759
|
||||||
msgid "Update Writer"
|
msgid "Update Writer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:744
|
#: ../functions.php:760
|
||||||
msgid "Add New Writer"
|
msgid "Add New Writer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:745
|
#: ../functions.php:761
|
||||||
msgid "New Writer Name"
|
msgid "New Writer Name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:746
|
#: ../functions.php:762
|
||||||
msgid "Writers"
|
msgid "Writers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:748
|
#: ../functions.php:764
|
||||||
msgid "View Writers"
|
msgid "View Writers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:749
|
#: ../functions.php:765
|
||||||
msgid "Popular Writers"
|
msgid "Popular Writers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:750
|
#: ../functions.php:766
|
||||||
msgid "Separate writers with commas"
|
msgid "Separate writers with commas"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:751
|
#: ../functions.php:767
|
||||||
msgid "Add or remove writers"
|
msgid "Add or remove writers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:752
|
#: ../functions.php:768
|
||||||
msgid "Choose from most used writer"
|
msgid "Choose from most used writer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:753
|
#: ../functions.php:769
|
||||||
msgid "No writer found"
|
msgid "No writer found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../functions.php:754
|
#: ../functions.php:770
|
||||||
msgid "Back to writers"
|
msgid "Back to writers"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../header.php:60
|
||||||
|
msgid "Show search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../header.php:71
|
||||||
|
msgid "Scroll left"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../header.php:75
|
||||||
|
msgid "Scroll right"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../header.php:82
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../header.php:92
|
||||||
|
msgid "Events"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../loop-esemeny.php:73 ../loop.php:24 ../singular.php:163
|
||||||
|
msgid "Sorry, nothing to display."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../search.php:11
|
#: ../search.php:11
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s search results for"
|
msgid "%s search results for"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../singular.php:101
|
#: ../searchform.php:3 ../searchform.php:4
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../searchform.php:5
|
||||||
|
msgid "Submit search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../singular.php:112
|
||||||
msgid "More posts:"
|
msgid "More posts:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: dis-2019 WordPress Theme\n"
|
"Project-Id-Version: dis-2019 WordPress Theme\n"
|
||||||
"POT-Creation-Date: 2019-09-02 21:23+0200\n"
|
"POT-Creation-Date: 2019-10-08 22:39+0200\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Péter Gyetvai <gyetpet@mailbox.org>\n"
|
"Last-Translator: Péter Gyetvai <gyetpet@mailbox.org>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@@ -21,14 +21,10 @@ msgstr ""
|
|||||||
msgid "Page not found"
|
msgid "Page not found"
|
||||||
msgstr "A keresett oldal nem található"
|
msgstr "A keresett oldal nem található"
|
||||||
|
|
||||||
#: ../404.php:13 ../singular.php:124
|
#: ../404.php:13 ../header.php:44 ../singular.php:139
|
||||||
msgid "Back to home:"
|
msgid "Back to home"
|
||||||
msgstr "Vissza a főoldalra"
|
msgstr "Vissza a főoldalra"
|
||||||
|
|
||||||
#: ../category-esemeny.php:78 ../loop.php:24 ../singular.php:145
|
|
||||||
msgid "Sorry, nothing to display."
|
|
||||||
msgstr "Nincs találat"
|
|
||||||
|
|
||||||
#: ../customizer.php:16
|
#: ../customizer.php:16
|
||||||
msgid "Event category id"
|
msgid "Event category id"
|
||||||
msgstr "Esemény kategória ID"
|
msgstr "Esemény kategória ID"
|
||||||
@@ -87,174 +83,206 @@ msgstr ""
|
|||||||
"Ugyanaz az érték érvényes mobilon és asztalin. Használj bármilyen egész "
|
"Ugyanaz az érték érvényes mobilon és asztalin. Használj bármilyen egész "
|
||||||
"számot"
|
"számot"
|
||||||
|
|
||||||
#: ../functions.php:182
|
#: ../functions.php:183
|
||||||
msgid "Main menu left"
|
msgid "Main menu left"
|
||||||
msgstr "Főmenü bal"
|
msgstr "Főmenü bal"
|
||||||
|
|
||||||
#: ../functions.php:183
|
#: ../functions.php:184
|
||||||
msgid "Main menu right"
|
msgid "Main menu right"
|
||||||
msgstr "Főmenü jobb"
|
msgstr "Főmenü jobb"
|
||||||
|
|
||||||
#: ../functions.php:185
|
#: ../functions.php:186
|
||||||
msgid "Circular tags"
|
msgid "Circular tags"
|
||||||
msgstr "Kör címkék"
|
msgstr "Kör címkék"
|
||||||
|
|
||||||
#: ../functions.php:311
|
#: ../functions.php:321
|
||||||
msgid "View Article"
|
msgid "View Article"
|
||||||
msgstr "Tartalom Megtekintése"
|
msgstr "Tartalom Megtekintése"
|
||||||
|
|
||||||
#: ../functions.php:382
|
#: ../functions.php:392
|
||||||
#, 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:385
|
#: ../functions.php:395
|
||||||
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:391
|
#: ../functions.php:401
|
||||||
#, 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:391
|
#: ../functions.php:401
|
||||||
msgid "(Edit)"
|
msgid "(Edit)"
|
||||||
msgstr "(Szerkesztés)"
|
msgstr "(Szerkesztés)"
|
||||||
|
|
||||||
#: ../functions.php:701
|
#: ../functions.php:717
|
||||||
msgid "Search Formats"
|
msgid "Search Formats"
|
||||||
msgstr "Formátumok keresése"
|
msgstr "Formátumok keresése"
|
||||||
|
|
||||||
#: ../functions.php:702
|
#: ../functions.php:718
|
||||||
msgid "All Formats"
|
msgid "All Formats"
|
||||||
msgstr "Minden formátum"
|
msgstr "Minden formátum"
|
||||||
|
|
||||||
#: ../functions.php:703
|
#: ../functions.php:719
|
||||||
msgid "Parent Format"
|
msgid "Parent Format"
|
||||||
msgstr "Szülő formátum"
|
msgstr "Szülő formátum"
|
||||||
|
|
||||||
#: ../functions.php:704
|
#: ../functions.php:720
|
||||||
msgid "Parent Format:"
|
msgid "Parent Format:"
|
||||||
msgstr "Szülő formátum:"
|
msgstr "Szülő formátum:"
|
||||||
|
|
||||||
#: ../functions.php:705
|
#: ../functions.php:721
|
||||||
msgid "Edit Format"
|
msgid "Edit Format"
|
||||||
msgstr "Formátum szerkesztése"
|
msgstr "Formátum szerkesztése"
|
||||||
|
|
||||||
#: ../functions.php:706
|
#: ../functions.php:722
|
||||||
msgid "Update Format"
|
msgid "Update Format"
|
||||||
msgstr "Formátum frissítése"
|
msgstr "Formátum frissítése"
|
||||||
|
|
||||||
#: ../functions.php:707
|
#: ../functions.php:723
|
||||||
msgid "Add New Format"
|
msgid "Add New Format"
|
||||||
msgstr "Új formátum hozzáadása"
|
msgstr "Új formátum hozzáadása"
|
||||||
|
|
||||||
#: ../functions.php:708
|
#: ../functions.php:724
|
||||||
msgid "New Format Name"
|
msgid "New Format Name"
|
||||||
msgstr "Új formátum neve"
|
msgstr "Új formátum neve"
|
||||||
|
|
||||||
#: ../functions.php:709
|
#: ../functions.php:725
|
||||||
msgid "Formats"
|
msgid "Formats"
|
||||||
msgstr "Formátumok"
|
msgstr "Formátumok"
|
||||||
|
|
||||||
#: ../functions.php:711
|
#: ../functions.php:727
|
||||||
msgid "View Formats"
|
msgid "View Formats"
|
||||||
msgstr "Formátumok megjelenítése"
|
msgstr "Formátumok megjelenítése"
|
||||||
|
|
||||||
#: ../functions.php:712
|
#: ../functions.php:728
|
||||||
msgid "Popular Formats"
|
msgid "Popular Formats"
|
||||||
msgstr "Népszerű formátumok"
|
msgstr "Népszerű formátumok"
|
||||||
|
|
||||||
#: ../functions.php:713
|
#: ../functions.php:729
|
||||||
msgid "Separate formats with commas"
|
msgid "Separate formats with commas"
|
||||||
msgstr "Formátumokat vesszővel válaszd el"
|
msgstr "Formátumokat vesszővel válaszd el"
|
||||||
|
|
||||||
#: ../functions.php:714
|
#: ../functions.php:730
|
||||||
msgid "Add or remove formats"
|
msgid "Add or remove formats"
|
||||||
msgstr "Formátumok hozzáadása vagy eltávolítása"
|
msgstr "Formátumok hozzáadása vagy eltávolítása"
|
||||||
|
|
||||||
#: ../functions.php:715
|
#: ../functions.php:731
|
||||||
msgid "Choose from most used formats"
|
msgid "Choose from most used formats"
|
||||||
msgstr "Választás a leggyakoribb formátumok közül"
|
msgstr "Választás a leggyakoribb formátumok közül"
|
||||||
|
|
||||||
#: ../functions.php:716
|
#: ../functions.php:732
|
||||||
msgid "No formats found"
|
msgid "No formats found"
|
||||||
msgstr "Formátum nem található"
|
msgstr "Formátum nem található"
|
||||||
|
|
||||||
#: ../functions.php:717
|
#: ../functions.php:733
|
||||||
msgid "Back to formats"
|
msgid "Back to formats"
|
||||||
msgstr "Vissza a formátumokhoz"
|
msgstr "Vissza a formátumokhoz"
|
||||||
|
|
||||||
#: ../functions.php:738
|
#: ../functions.php:754
|
||||||
msgid "Search Writers"
|
msgid "Search Writers"
|
||||||
msgstr "Cikkírók keresése"
|
msgstr "Cikkírók keresése"
|
||||||
|
|
||||||
#: ../functions.php:739
|
#: ../functions.php:755
|
||||||
msgid "All Writers"
|
msgid "All Writers"
|
||||||
msgstr "Minden cikkíró"
|
msgstr "Minden cikkíró"
|
||||||
|
|
||||||
#: ../functions.php:740
|
#: ../functions.php:756
|
||||||
msgid "Parent Writer"
|
msgid "Parent Writer"
|
||||||
msgstr "Szülő cikkíró"
|
msgstr "Szülő cikkíró"
|
||||||
|
|
||||||
#: ../functions.php:741
|
#: ../functions.php:757
|
||||||
msgid "Parent Writer:"
|
msgid "Parent Writer:"
|
||||||
msgstr "Szülő cikkíró:"
|
msgstr "Szülő cikkíró:"
|
||||||
|
|
||||||
#: ../functions.php:742
|
#: ../functions.php:758
|
||||||
msgid "Edit Writer"
|
msgid "Edit Writer"
|
||||||
msgstr "Cikkíró szerkesztése"
|
msgstr "Cikkíró szerkesztése"
|
||||||
|
|
||||||
#: ../functions.php:743
|
#: ../functions.php:759
|
||||||
msgid "Update Writer"
|
msgid "Update Writer"
|
||||||
msgstr "Cikkíró frissítése"
|
msgstr "Cikkíró frissítése"
|
||||||
|
|
||||||
#: ../functions.php:744
|
#: ../functions.php:760
|
||||||
msgid "Add New Writer"
|
msgid "Add New Writer"
|
||||||
msgstr "Új cikkíró hozzáadása"
|
msgstr "Új cikkíró hozzáadása"
|
||||||
|
|
||||||
#: ../functions.php:745
|
#: ../functions.php:761
|
||||||
msgid "New Writer Name"
|
msgid "New Writer Name"
|
||||||
msgstr "Új cikkíró neve"
|
msgstr "Új cikkíró neve"
|
||||||
|
|
||||||
#: ../functions.php:746
|
#: ../functions.php:762
|
||||||
msgid "Writers"
|
msgid "Writers"
|
||||||
msgstr "Cikkírók"
|
msgstr "Cikkírók"
|
||||||
|
|
||||||
#: ../functions.php:748
|
#: ../functions.php:764
|
||||||
msgid "View Writers"
|
msgid "View Writers"
|
||||||
msgstr "Cikkírók Megtekintése"
|
msgstr "Cikkírók Megtekintése"
|
||||||
|
|
||||||
#: ../functions.php:749
|
#: ../functions.php:765
|
||||||
msgid "Popular Writers"
|
msgid "Popular Writers"
|
||||||
msgstr "Népszerű cikkírók"
|
msgstr "Népszerű cikkírók"
|
||||||
|
|
||||||
#: ../functions.php:750
|
#: ../functions.php:766
|
||||||
msgid "Separate writers with commas"
|
msgid "Separate writers with commas"
|
||||||
msgstr "Cikkírókat vesszővel válaszd el"
|
msgstr "Cikkírókat vesszővel válaszd el"
|
||||||
|
|
||||||
#: ../functions.php:751
|
#: ../functions.php:767
|
||||||
msgid "Add or remove writers"
|
msgid "Add or remove writers"
|
||||||
msgstr "Cikkírók hozzáadása vagy eltávolítása"
|
msgstr "Cikkírók hozzáadása vagy eltávolítása"
|
||||||
|
|
||||||
#: ../functions.php:752
|
#: ../functions.php:768
|
||||||
msgid "Choose from most used writer"
|
msgid "Choose from most used writer"
|
||||||
msgstr "Választás a leggyakoribb cikkírók közül"
|
msgstr "Választás a leggyakoribb cikkírók közül"
|
||||||
|
|
||||||
#: ../functions.php:753
|
#: ../functions.php:769
|
||||||
msgid "No writer found"
|
msgid "No writer found"
|
||||||
msgstr "Cikkíró nem található"
|
msgstr "Cikkíró nem található"
|
||||||
|
|
||||||
#: ../functions.php:754
|
#: ../functions.php:770
|
||||||
msgid "Back to writers"
|
msgid "Back to writers"
|
||||||
msgstr "Vissza a cikkírókhoz"
|
msgstr "Vissza a cikkírókhoz"
|
||||||
|
|
||||||
|
#: ../header.php:60
|
||||||
|
msgid "Show search"
|
||||||
|
msgstr "Keresés megjelenítése"
|
||||||
|
|
||||||
|
#: ../header.php:71
|
||||||
|
msgid "Scroll left"
|
||||||
|
msgstr "Görgetés balra"
|
||||||
|
|
||||||
|
#: ../header.php:75
|
||||||
|
msgid "Scroll right"
|
||||||
|
msgstr "Görgetés jobbra"
|
||||||
|
|
||||||
|
#: ../header.php:82
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menü"
|
||||||
|
|
||||||
|
#: ../header.php:92
|
||||||
|
msgid "Events"
|
||||||
|
msgstr "Események"
|
||||||
|
|
||||||
|
#: ../loop-esemeny.php:73 ../loop.php:24 ../singular.php:163
|
||||||
|
msgid "Sorry, nothing to display."
|
||||||
|
msgstr "Nincs találat"
|
||||||
|
|
||||||
#: ../search.php:11
|
#: ../search.php:11
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "%s search results for"
|
msgid "%s search results for"
|
||||||
msgstr "%s találat"
|
msgstr "%s találat"
|
||||||
|
|
||||||
#: ../singular.php:101
|
#: ../searchform.php:3 ../searchform.php:4
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Keresés"
|
||||||
|
|
||||||
|
#: ../searchform.php:5
|
||||||
|
msgid "Submit search"
|
||||||
|
msgstr "Keresés elküldése"
|
||||||
|
|
||||||
|
#: ../singular.php:112
|
||||||
msgid "More posts:"
|
msgid "More posts:"
|
||||||
msgstr "További cikkeink:"
|
msgstr "További cikkeink:"
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
<?php if (is_home() and $qc == 1): ; //first post on home ?>
|
<?php if (is_home() and $qc == 1): ; //first post on home ?>
|
||||||
<div class="curvyArrow">
|
<div class="curvyArrow">
|
||||||
<object data="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.svg" type="image/svg+xml">
|
<object data="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.svg" type="image/svg+xml">
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.png" />
|
<img src="<?php echo get_template_directory_uri(); ?>/img/curvy_arrow.png" alt="→"/>
|
||||||
</object>
|
</object>
|
||||||
</div>
|
</div>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
|
|||||||
@@ -418,7 +418,7 @@ $v-unit-6: 24rem;
|
|||||||
@media #{$smalldesktop} {
|
@media #{$smalldesktop} {
|
||||||
width: $h-unit-2;
|
width: $h-unit-2;
|
||||||
}
|
}
|
||||||
div {
|
div, button {
|
||||||
z-index: 3500;
|
z-index: 3500;
|
||||||
|
|
||||||
// object {
|
// object {
|
||||||
@@ -553,7 +553,7 @@ $v-unit-6: 24rem;
|
|||||||
&.rotated {
|
&.rotated {
|
||||||
@include transform(rotate($degree));
|
@include transform(rotate($degree));
|
||||||
}
|
}
|
||||||
&.inverted .menubutton-icon {
|
&.inverted.menubutton-icon {
|
||||||
@media #{$tablet} {
|
@media #{$tablet} {
|
||||||
background-image: url(../img/dis-plus-white.png);
|
background-image: url(../img/dis-plus-white.png);
|
||||||
background-image: url(../img/dis-plus-white.svg);
|
background-image: url(../img/dis-plus-white.svg);
|
||||||
@@ -2428,6 +2428,9 @@ $padd: 2rem;
|
|||||||
.fb-page {
|
.fb-page {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
padding: $padd 0;
|
padding: $padd 0;
|
||||||
|
a{
|
||||||
|
@include related-title();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} //body.single, page end
|
} //body.single, page end
|
||||||
// ------------------------------ related posts ----------------------------- */
|
// ------------------------------ related posts ----------------------------- */
|
||||||
|
|||||||
@@ -1,18 +1,7 @@
|
|||||||
<!-- search -->
|
<!-- search -->
|
||||||
<form class="search" method="get" action="<?php echo home_url(); ?>" role="search">
|
<form class="search" method="get" action="<?php echo home_url(); ?>" role="search">
|
||||||
<input class="search-input" type="search" name="s" placeholder="">
|
<input class="search-input" type="search" name="s" placeholder="" aria-label="<?php _e('Search', 'dis2019');?>">
|
||||||
<button class="search-submit" type="submit" role="button">
|
<label for="s"><?php _e( 'Search', 'dis2019' ); ?></label>
|
||||||
<div class="kereso-icon icon">
|
<button class="search-submit kereso-icon icon" type="submit" aria-label="<?php _e('Submit search', 'dis2019');?>"></button>
|
||||||
|
|
||||||
</div>
|
|
||||||
<!-- <object class="white" data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-white.svg"
|
|
||||||
type="image/svg+xml">
|
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-white.png" />
|
|
||||||
</object>
|
|
||||||
<object class="black" data="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-black.svg"
|
|
||||||
type="image/svg+xml">
|
|
||||||
<img src="<?php echo get_template_directory_uri(); ?>/img/kereso_icon-black.png" />
|
|
||||||
</object> -->
|
|
||||||
</button>
|
|
||||||
</form>
|
</form>
|
||||||
<!-- /search -->
|
<!-- /search -->
|
||||||
@@ -79,7 +79,11 @@
|
|||||||
if (is_single()) {
|
if (is_single()) {
|
||||||
?>
|
?>
|
||||||
<div class="fb-like" data-href="<?php the_permalink();?>" data-width="" data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" data-share="true"></div>
|
<div class="fb-like" data-href="<?php the_permalink();?>" data-width="" data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" data-share="true"></div>
|
||||||
<div class="fb-page" data-href="https://www.facebook.com/designisso/" data-tabs="" data-width="" data-height="" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><blockquote cite="https://www.facebook.com/designisso/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/designisso/">designisso</a></blockquote></div>
|
<div class="fb-page" data-href="https://www.facebook.com/designisso/" data-tabs="" data-width="" data-height="" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false">
|
||||||
|
<blockquote cite="https://www.facebook.com/designisso/" class="fb-xfbml-parse-ignore">
|
||||||
|
<a href="https://www.facebook.com/designisso/">designisso</a>
|
||||||
|
</blockquote>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
};
|
};
|
||||||
?>
|
?>
|
||||||
@@ -136,7 +140,7 @@
|
|||||||
?>
|
?>
|
||||||
<div class="toHome">
|
<div class="toHome">
|
||||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||||
← <?php _e('Back to home:', 'dis2019');?>
|
← <?php _e('Back to home', 'dis2019');?>
|
||||||
</a>
|
</a>
|
||||||
<hr class="related-wrap single-end">
|
<hr class="related-wrap single-end">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Theme Name: dis-2019
|
Theme Name: dis-2019
|
||||||
Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019
|
Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019
|
||||||
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 magyarul</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a>
|
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 magyarul</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a>
|
||||||
Version: 1.0.13
|
Version: 1.0.16
|
||||||
Author: Gyetvai Péter
|
Author: Gyetvai Péter
|
||||||
Author URI: https://gyetvai-peter.hu
|
Author URI: https://gyetvai-peter.hu
|
||||||
Tags: Designisso
|
Tags: Designisso
|
||||||
|
|||||||
Reference in New Issue
Block a user