Compare commits
2 Commits
916439f4d5
...
1.0.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1ad3bba53 | ||
|
|
4766e59307 |
@@ -811,12 +811,6 @@
|
||||
|
||||
/* ------------------------- Click on small articles ------------------------ */
|
||||
|
||||
// $('article.home-small').click(function () {
|
||||
// let href = $(this).children('a.thumbnailwrapper').attr("href")
|
||||
// window.open(href, "_self")
|
||||
// })
|
||||
|
||||
|
||||
$(document).on({
|
||||
mouseup: function () {
|
||||
let href = $(this).children('a.thumbnailwrapper').attr("href")
|
||||
@@ -1060,7 +1054,7 @@
|
||||
/* ----------------------------- images, gallery ---------------------------- */
|
||||
|
||||
//wrap old galleries
|
||||
$('.single-content>p').each(function () {
|
||||
$('.single-content>p, .single-content>wp-caption').each(function () {
|
||||
let nrOfImgs = $(this).children('img').length
|
||||
if (nrOfImgs > 1) {
|
||||
$(this).addClass('wp-block-gallery')
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Theme Name: 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>
|
||||
Version: 1.0.4
|
||||
Version: 1.0.5
|
||||
Author: Gyetvai Péter
|
||||
Author URI: https://gyetvai-peter.hu
|
||||
Tags: Designisso
|
||||
|
||||
Reference in New Issue
Block a user