2201 – 2400 of 3223
#1

ZeistManga v5 - Versi ini merupakan versi terakhir, tapi bukan berarti saya berhenti mengupdatenya.
Update akan terus dilakukan untuk meningkatkan kestabilan dan penambahan fitur baru.

Ada beberapa code lama yang dihapus, jika kamu update dari versi 1-3, kemungkinan akan banyak yang tidak berfungsi. Juga penghapusan beberapa code yang tidak penting agar tema ini sedikit ramping. Mudah-mudahan tidak menimbulkan masalah.

v5.5 – 19 Februari 2024

  • Fixed - Perbaikan CSS, lupa apa yang diubah
  • New - Novel Mode (put label: Novel)
  • New - Related Post
  • New - Slider
  • New - BloggerScript 1.2
  • New - Pagination Series homepage
  • Remove - Hot Manga

Apa saja yang baru

  • Font fira sans
  • Back to top
  • History reading
  • Download chapter
  • Homepage layout mode
Credit:
Reading History (Vu Tran)
Recent Post Blogger Widget 3
Random Post Slider // Dragable + Mouse Wheels
Script dari dagruel
Version Release date Downloads Perubahan
v5.2 Download 4 Changes
v5.1 Unavailable 3 Changes
v5.0 Unavailable Init Release
= v5.2 =
= Berkas ZIP =
  • bookmark.xml
  • post.format.xml
  • ZeistManga_v5.0.xml
#ads
#7
Javascript yg di external host sudah mati.
Skrip ini: <link href='https://cdn.staticaly.com/gh/Arleth98/2019/8c8b1630/slick.css' rel='stylesheet' type='text/css'/>
<script src='https://cdn.staticaly.com/gh/Arleth98/2019/d642f925/slickdz.js' type='text/javascript'/>
Aku gk punya backupnya, jadi gk bisa di recover.
Tombol likenya ada bug, kalau km double klik bisa menghasilkan dislike.
#8
Di letakkan di mana ya?
Aku pasang di bawah skrip firebase, bugnya masih ada. Kalau double klik angka 0: -1
Kalau double klik angka positif: +1
Kalau double klik angka negatif: -1
Biarin aja deh, gk perlu di perbaiki. Ini bukan bug, tapi fitur.
Orang bisa like dan dislike sebanyak mereka mau.
#9
waktu ditest dilocalhost itu normal...aku juga baru tau ada bug ini.

document.addEventListener("DOMContentLoaded", function() {

// URL Database Firebase
var dbLike_hiru = "https://hiru-af04f-default-rtdb.firebaseio.com";

var delayLike = 2000; //2 detik


var likes_btn_class_hr = document.querySelectorAll('.hartomy-bookmark-btn');
var lokasi_likes_ditampilakan_hr = document.querySelectorAll('.likes_ditampilkan_hiru');

if (dbLike_hiru) {
if (likes_btn_class_hr && lokasi_likes_ditampilakan_hr ) {
function NFrtBookmark(nZeroBook) {
if (nZeroBook === 0) {
return 0;
} else if (nZeroBook >= 1000000000) {
const formatted_angka = (nZeroBook / 1000000000).toFixed(1);
return formatted_angka.endsWith('.0') ? formatted_angka.slice(0, -2) + 'M' : formatted_angka + 'M';
} else if (nZeroBook >= 1000000) {
const formatted_angka = (nZeroBook / 1000000).toFixed(1);
return formatted_angka.endsWith('.0') ? formatted_angka.slice(0, -2) + 'JT' : formatted_angka + 'JT';
} else if (nZeroBook >= 1000) {
const formatted_angka = (nZeroBook / 1000).toFixed(1); return formatted_angka.endsWith('.0') ? formatted_angka.slice(0, -2) + 'K' : formatted_angka + 'K';
} else {
return nZeroBook;
}
}

likes_btn_class_hr.forEach(function(likes_btn_hiru, dataLike) {
var websiteKu_hr = "Hirutshuji";
var postId_hr = likes_btn_hiru.getAttribute('data-id');
var postUrl_hr = likes_btn_hiru.getAttribute('data-link');
var postTitle_hr = likes_btn_hiru.getAttribute('data-title');
var tampilkan_likes_hr = lokasi_likes_ditampilakan_hr[dataLike];

var localStorageid = `likeStatus_${websiteKu_hr}_${postId_hr}`;
var likeStatus = localStorage.getItem(localStorageid) === 'true';


likes_btn_hiru.addEventListener('click', function() {
likes_btn_hiru.disabled = true; fetch(`${dbLike_hiru}/likes_hiru/${websiteKu_hr}/${postId_hr}.json`)
.then(response => response.json())
.then(data => {

var likes_saat_ini = data ? data.like || 0 : 0;

var angka_like_hr = parseInt(tampilkan_likes_hr.textContent, 10) || 0;
if (!likeStatus) {
angka_like_hr = 1;
} else {
angka_like_hr = -1;
}

var likes_hr = likes_saat_ini + angka_like_hr;
tampilkan_likes_hr.textContent = likes_hr;

//struktur data realtime
var likeData = {
web: websiteKu_hr,
idpost: postId_hr,
url: postUrl_hr,
like: likes_hr,
title: postTitle_hr
};
likeStatus = !likeStatus;
localStorage.setItem(localStorageid, likeStatus.toString());


fetch(dbLike_hiru + `/likes_hiru/${websiteKu_hr}/${postId_hr}.json`, {
method: 'PUT',
body: JSON.stringify(likeData),
headers: {
'Content-Type': 'application/json'
}
});
})
.catch(error => {
console.error('gagal update data likes:', error);
}).finally(() => {
setTimeout(() => {
likes_btn_hiru.disabled = false;
}, delayLike);
});
});

fetch(`${dbLike_hiru}/likes_hiru/${websiteKu_hr}/${postId_hr}.json`)
.then(response => response.json())
.then(data => {
var angka_like_hr = 0;
if (data) {
angka_like_hr = data.like || 0;
}
tampilkan_likes_hr.textContent = NFrtBookmark(angka_like_hr);
})
.catch(error => {
console.error('Error Update datanya: ', error);
});
});

} else {
console.log("error button like: class (.button_likes_hiru) dan class (.likes_ditampilkan_hiru) gak ada.");
}
} else {
console.log("error button like: url database (dbLike_hiru) kosong atau error.");
} });
#12
Ahhh iyaa masalah button nanti Hao mau pakai yang premium dari kak hiru kak, cuman ini lagi mau rombak beberapa style dan fitur di ZV5, ini masih belajar CSS buat nerapin fitur2nya.

But masalah image dengan 3 gaya itu kenapa ga berfungsi yang scrollnya yah kak? (Default). Hao engga tau apa penyebabnya, mungkin bisa dibantu check? (Ada button floating sebelah kiri bawah, itu DJ klik akan muncul opsinya)
#13
Help I think that after I gave to monetize with Google Adsense I got that above the Slider that can be removed?

Image: https://cdn.discordapp.com/attachments/1196713414186258434/1197643573382881280/IMG_4909.png?ex=65bc037f&is=65a98e7f&hm=a1551fd0aff3b6b49dc943d48da24e0a867d34d8f21e3b7f294c10833e842126&
#18
Thank you very much I have another question I can add in the menu options such as:
1. Option for Home
2. Option for discord
Image: https://cdn.discordapp.com/attachments/1196713414186258434/1198879032331218987/IMG_4930.png?ex=65c0821b&is=65ae0d1b&hm=1be731815c4e22a739c81afaace42fb2d7f3ed7d467fb69f67547cc67510aea1&
#48
Untuk avatar author coba ganti: <b:if cond='data:cb.level.authorAvatarSrc != &quot;//resources.blogblog.com/img/blank.gif&quot;'>
<img class='post-thumb lazy' expr:alt='data:cb.level.author' expr:data-src='resizeImage(data:cb.level.authorAvatarSrc, 100, &quot;1:1&quot;)' expr:title='data:cb.level.author' src='data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs='/>
</b:if>
Dengan : <b:if cond='data:cb.level.authorAvatarSrc != &quot;//resources.blogblog.com/img/blank.gif&quot;'>
<img class='post-thumb lazy' expr:alt='data:cb.level.author' expr:src='resizeImage(data:cb.level.authorAvatarSrc, 100, &quot;1:1&quot;)' expr:title='data:cb.level.author' loading='lazy'/>
<b:else/>
<img alt='Anonymous' class='post-thumb lazy' src='https://upload.wikimedia.org/wikipedia/commons/a/a6/Anonymous_emblem.svg' title='Anonymous'/>
</b:if>
Ini slider yg kupakai buatan Rasgane: [Link], masalahnay tidak ada CSS karena aku memakai Tailwindcss.
#50
Hi a question, how can I place this only so that it appears on the main page and where the synopsis is, except for the chapters?
Image:
https://cdn.discordapp.com/attachments/1196713414186258434/1200581684773539910/photo-output.png?ex=65c6b3d3&is=65b43ed3&hm=b887a0e232b3e70f84530f4eb89aeee812a23d9290b346530e2f9089c789f4ba&
#56
Min itu yg sliderv2 udh bisa tapi ga ada gambarnya :v, cssnya ga tau apa yg perlu dipasang, untuk sliderv2 bisa ga pake code css recomendation,terus yg untuk auto slider infinitednya itu apa saja cssnya min, takut ke hapus ntar di classnya,dan komentar blogger di bikin jadi darkmode min,soalny ga keliatan kalo mode gelap
#57
@Anonymous
Hi, your comment cause some problem, I had to delete it.
This is your code: <b:comment>ADDRESS BAR COLOR (MOBILE ONLY)</b:comment>
<b:comment>Chrome, Firefox OS, Opera, Vivaldi</b:comment>
<meta content='#1ab188' name='theme-color'/>
<b:comment>Windows Phone</b:comment>
<meta content='#1ab188' name='msapplication-navbutton-color'/>
<b:comment>iOS Safari</b:comment>
<meta content='#1ab188' name='apple-mobile-web-app-status-bar-style'/>
<meta content='yes' name='apple-mobile-web-app-capable'/>
#60
Copy this: <b:comment>ADDRESS BAR COLOR (MOBILE ONLY)</b:comment>
<b:comment>Chrome, Firefox OS, Opera, Vivaldi</b:comment>
<meta content='#1ab188' name='theme-color'/>
<b:comment>Windows Phone</b:comment>
<meta content='#1ab188' name='msapplication-navbutton-color'/>
<b:comment>iOS Safari</b:comment>
<meta content='#1ab188' name='apple-mobile-web-app-status-bar-style'/>
<meta content='yes' name='apple-mobile-web-app-capable'/>
Paste bellow <head> Thank you Anonymous for providing this code.
#67
halo min saya pengguna baru untuk template zeist manga, kalo untuk post light novel itu lebih baik pake yang versi 4 atau 5? trus cara biar rekomendasi label aktif saat nulis postingan gimana soalnya saya gak muncul rekomendasi labelnya pake yang 5
#94
How can I make it so that when I touch the title of the series it redirects to where the synopsis and chapters are directly and not where all the chapters are located?
Image: https://cdn.discordapp.com/attachments/1196713414186258434/1202516773274914896/IMG_5041.png?ex=65cdbe04&is=65bb4904&hm=cfd35b44c2c1db905a45783ec97f84468bcb6fce0d998353871bcaa30241d378&
#139
Min I still have the problem when I add project the chapters are shown in project update and latest release I just want to show in latest release the chapter not in project update as in this web site:

https://www.aresscanlation.com
#140
Did you modified the js code? standard label is Update
Screenshot your label and screenshot your script.
Post chapter must contain word Chapter on title.
Or try copy and paste my working label: Martial Arts,LN,Adventure,Ch 24 Vol 1,K,Katainaka no Ossan,Update,8.54,Series,Project,Fantasy,Ongoing,Action
Martial Arts,
[Demo]
#143
Do you know how to fix the thread on Disqus? There are two separate threads—one for desktop and the other for mobile (?m=1). I can't see their comments on desktop when they comment using their mobile phone. Is it because of the script or any meta tags on Blogger?
#150
According to another question is it possible to add that to modify the font in the text in the novel as in this example:

https://cdn.discordapp.com/attachments/1204628207224234025/1209778504174932008/IMG_5408.png?ex=65e82907&is=65d5b407&hm=a4e3c664f128cdfff542c2505d007d71a9b37b3791d824c863c2d1a9c4a512c1&
#161
Menurut kalian ini web seperti apa? untuk aku source yang punya tidak di hapus terus banyak di ganti tapi masih tidak ada kelihatan di ganti, kalau teliti lagi pasti ketemu apa saja di ganti di tampilan ini.

reading464.blogspot.com
#166
Itu web mu?
Iya, sama kayakna design yg aslinya.
Codenya belum kucek.

Kalau ingin redesign, cari inspirasi dari web komik besar.
Tinggal ganti tampilan doang, karena inti programingnya sudah tersedia.
Aku sarankan mulai dari v5.5.

Banyak hasil mosifikasi yang bagus2, tapi mereka terikat lisensi.
Aku pengen update lisensinya dimana km boleh modifikasi dan jual temanya.
Credit footer boleh dihapus. Tapi dalam tema jangan, tambahkan aja Redesign by: namamu:
#167
Adding Color tag [Tutorial]
Code: .absolute.cl{bottom:3px;left:5px;background-color:#eccf07;font-size:12px;padding:0 6px;border-radius:3px;color:#463e00;font-weight:bold;}
.absolute.cl::before{content:"";display:inline-block;width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 24 24'%3E%3Cpath fill='%23463e00' d='M17.5 12a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 17.5 9a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m-3-4A1.5 1.5 0 0 1 13 6.5A1.5 1.5 0 0 1 14.5 5A1.5 1.5 0 0 1 16 6.5A1.5 1.5 0 0 1 14.5 8m-5 0A1.5 1.5 0 0 1 8 6.5A1.5 1.5 0 0 1 9.5 5A1.5 1.5 0 0 1 11 6.5A1.5 1.5 0 0 1 9.5 8m-3 4A1.5 1.5 0 0 1 5 10.5A1.5 1.5 0 0 1 6.5 9A1.5 1.5 0 0 1 8 10.5A1.5 1.5 0 0 1 6.5 12M12 3a9 9 0 0 0-9 9a9 9 0 0 0 9 9a1.5 1.5 0 0 0 1.5-1.5c0-.39-.15-.74-.39-1c-.23-.27-.38-.62-.38-1a1.5 1.5 0 0 1 1.5-1.5H16a5 5 0 0 0 5-5c0-4.42-4.03-8-9-8'/%3E%3C/svg%3E");margin-inline-end:3px;}


var cl = "";
var label = r.find(i => "Color".includes(i));
if ("Color" == label) {
cl = "<span class='absolute cl flex aic'>Color</span>";
} else cl = "";


'+lang+typ+cl+'
#175
Entire website or just menu?
I will change entire website font from "Fira" to "Poppins", because looks much nicer.
Remove: <link href='https://fonts.googleapis.com/css?family=Fira Sans' rel='stylesheet'/> Replace with: <link href='https://fonts.googleapis.com' rel='preconnect'/>
<link crossorigin='' href='https://fonts.gstatic.com' rel='preconnect'/>
<link href='https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap' rel='stylesheet'/>
Replace: font-family:fira sans,sans-serif With: font-family:"Poppins", sans-serif;
#191
the one that doesn't appear seems like this
<li class="cp1_items "><div class="cp1_item"><img alt="Moto Sekai Ichi Subchara Ikusei Nikki: Hai Player, Isekai wo Kouryakuchuu! " class="absolute inset-0 object-cover w-full h-full shadow" loading="lazy" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuHXXFrWE41qTVAMFaytXjre5JXdoJfUg75G8Rmh4SPGthqFTN3fvJCVAoQbMhFo98I9ABrbUuj5GqMQOxHL-aeg4QjCxuEqynca5xjKPsDDZktRKC3Vg0HrnOQ2KriUuY-x_YIvyi-XSy1N1gtKdHsjfpi_em69SihACjoW3iPgyKsJY3yXEm4XRz4w/s320/Moto%20Sekai%20Ichi.jpg"><span class="cp1_status "></span><a href="https://rocker-tes.blogspot.com/2022/06/moto-sekai-ichi-subchara-ikusei-nikki.html"></a><span class="absolute po manga">Manga</span></div><div class="cp1_bigor"><a class="cp1_tt" href="https://rocker-tes.blogspot.com/2022/06/moto-sekai-ichi-subchara-ikusei-nikki.html">Moto Sekai Ichi Subchara Ikusei Nikki: Hai Player, Isekai wo Kouryakuchuu! </a>
<div class="cp1_adds"><span class="cp1_epxs" data-name="">?</span>
<div class="cp1_rating">
<div class="cp1_rating-prc">
<div class="cp1_rtp">
<div class="cp1_rtb"><span style="width:81%"></span></div>
</div>
</div>
<div class="num" content="8.10">8.10</div>
</div></div>
</div></li>
2201 – 2400 of 3223

Forum rules
You can use English or Indonesian


image quote pre code