Compare commits
2 Commits
916439f4d5
...
c1ad3bba53
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c1ad3bba53 | ||
|
|
4766e59307 |
@@ -811,12 +811,6 @@
|
|||||||
|
|
||||||
/* ------------------------- Click on small articles ------------------------ */
|
/* ------------------------- Click on small articles ------------------------ */
|
||||||
|
|
||||||
// $('article.home-small').click(function () {
|
|
||||||
// let href = $(this).children('a.thumbnailwrapper').attr("href")
|
|
||||||
// window.open(href, "_self")
|
|
||||||
// })
|
|
||||||
|
|
||||||
|
|
||||||
$(document).on({
|
$(document).on({
|
||||||
mouseup: function () {
|
mouseup: function () {
|
||||||
let href = $(this).children('a.thumbnailwrapper').attr("href")
|
let href = $(this).children('a.thumbnailwrapper').attr("href")
|
||||||
@@ -1060,7 +1054,7 @@
|
|||||||
/* ----------------------------- images, gallery ---------------------------- */
|
/* ----------------------------- images, gallery ---------------------------- */
|
||||||
|
|
||||||
//wrap old galleries
|
//wrap old galleries
|
||||||
$('.single-content>p').each(function () {
|
$('.single-content>p, .single-content>wp-caption').each(function () {
|
||||||
let nrOfImgs = $(this).children('img').length
|
let nrOfImgs = $(this).children('img').length
|
||||||
if (nrOfImgs > 1) {
|
if (nrOfImgs > 1) {
|
||||||
$(this).addClass('wp-block-gallery')
|
$(this).addClass('wp-block-gallery')
|
||||||
|
|||||||
@@ -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.4
|
Version: 1.0.5
|
||||||
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