1201 – 1400 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
#2
Serial Details Page has such a problem:

At first I thought it was only in the ZeistManga theme, but then I realized that the MakuraNovel theme has the same problem. The problem is that the image links mentioned are in the chapter pages, not in these detail pages. And when I test those pages (chapter), it doesn't give this error PageSpeed.


ZeistManga:
[Screenshot]
[Screenshot]

[PageSpeed Test Page]

MakuraNovel:
[Screenshot]
[Screenshot]

[PageSpeed Test Page]
#6
Users care about page speed as much as they care about page content. If you have a slow loading site/page, the user tends to leave.

Also a feedback on this theme. So if there is a problem you can eliminate it in later versions.
#8
Oh, mantap. Dapat codenya, belum dicoba sih, baru kubaca.
Ada regex juga untuk filter Volume.

Kalau ingin drawer sidebar kayak gitu gunakan Flowbite. Komponen sudah lengkap semua, menu navigasi, footer, modal box, dll. Tinggal di modif doang.
Semua tema baruku pakai komponen ini untuk mempercepat proses development.
Kalau km mau, aku bikin tutorial buat tema dengan tailwindcss + flowbite.
Km pakai HP atau PC? Kalau pakai HP masih bisa kok, cuman beda cara compile CSS-nya.
#18
Ini tutorial instalasi Tailwind dan Flowbite di blogger [Link].
Untuk pemasangan [Drawer] tinggal di copy dan paste dalam tema.
Aku lihat drawer mu sudah bagus, teruskan.
Catatan: Drawer adalah komponen sidebar tersembunyi di luar kanvas biasanya dipakai untk navigasi atau untuk menampilkan informasi. Di tema manga kita memakainya untuk menyembunyikan daftar chapter.
#33
Hello. If you have time, can we talk to you? There is a problem with my theme and I don't understand what the problem is. Telegram, Whatsapp would be any place to talk. If payment is required, I am willing to accept it, but as long as this problem is resolved.
#39
Halo, saya punya template Anda, cantik, tapi saya punya masalah, ketika saya pergi dan mencari label hanya 2 entri yang muncul, bagaimana cara memperbaikinya, saya ingin beberapa muncul, terima kasih atas waktu Anda dan saya suka blog Anda.
#58
ZeistManga v6 is premium theme. I'm not selling it at full price nor giving it away for free. Small fee is for maintenance, updates and support.
I personally design it, unlike cloning, I can do whatever i want without any design constraints.
Some people might not like the design.
#61
kuharap ini bekerja dengan baik..
soalnya itu cuman menghapus bagian belakang Text Volume,
awalnya ini untuk Novel Jadi gak Terlalu Cocok dengan Manga

jadi kalau judulnya
The Scholar Reincarnation Chapter 0 : end

bagian belakang Chapter gak akan di hilangkan

sedangkan kalau
The Scholar Reincarnation Volume 1 Chapter 0 : end
yang muncul cuman
Volume 1 Chapter 0 : end

#71
I already watch v.4-v.5 tutorial and the recommend section between them was different.
Here [https://imgur.com/a/NDRhC0N] how can I active them?
Also some object like [RELOAD] or [VIEW ALL] button have no tutorial too. I just don't know what link should I put in the button🥹
#76
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVhrs7l05WCYqV30XrKi4amSMEPhVRJJjnUxLN3OH_aQjpK1hOddut843ZBLMsqBI-2gYH43pyMGwh_-KfL6QSIUJv4snUN2DhHNPa3fYB08k3VLTXO6HSPt030cRuUWpvW7OZPASK73BcnN52yzAchF2vI130ynsB9wQfqTCoFj3WscznUIYb-693CJo/s1600/.PNG
#92
I added a feature to the site to browse other novels, but it does not go to the link. I'm putting this code inside posts so it will show people other novels as well. But when I press on it, it doesn't go to the post. Is there an obstacle in the writing part? Or is there a copy or right-click barrier in the theme?

https://mikrokosmosfb.blogspot.com/2023/07/bolum-1.html
#98
aku coba pasangkan form login untuk ZeistmangaV5 dan ya.. berhasil..
cuman ada masalah dibagian Chapter Project update, disitu jadi ke index double atau berantakan Chapternya karena gak bisa nerima label lebih dari 3 (Chapter,Judul Series,Project).

label baru (Chapter,Judul Series,Project,Admin),(Chapter,Judul Series,Project,User),(Chapter,Judul Series,Project,Member)

Role User: unlock konten Label 'User'.
Role Member: unlock konten Label 'User' dan 'Member'
Role Admin: unlock Semua label.

Pertanyaannya ada yang tau gak solusi atasi masalah kayak gini.
nyerah aku, 4jam edit js tapi gak berhasil.
#104
ehehe ketemu, aku udah nemu caranya. Seharian kayak gini doang padahal masalah nya tinggal sepeleh,maklum bisanya modif.

ini caranya agar bisa lebih dari 3 label,
masalahnya disni
s = s.filter(function(t) {
if ("Novel" !== t) return t
}),

aku ubah jadi kayak gini
s = s.filter(function(t) {
if ("Novel" !== t && !["User", "Admin", "Member", "NSFW"].includes(t)) return t
}),





#109
I guess I am one of those people. 😂😂And I had a question. zeistManga v6 will we not be able to load episodes normally? You wrote in a comment that we would publish the episodes in such a place. Maybe I misunderstood, I don't know.

I really thank you for your hard work. We have beautiful themes thanks to you. And what about zeist manga v6 price? I will buy the theme too.
#116
Aku udah coba gitu, tapi gak merasakan perbedaan.. mungkin karna banyaknya js yang perlu diload, Opsi lain yang bisa dilakukan kayaknya nuruin Resolusi gambar supaya agak ringan dikit.
Berbicara tentang 'New'
Apa bisa dihilangkan pakai tanggal postingan,seperti.. jika sudah 12 jam berlalu maka akan disembunyikan
Aku cuman bisa pakai metode Timer.
cara kasih tanggal postingan di link itu bagaimana bang
#118
Pindahkan JS dari head ke body juga mempercepat loading, tapi gk semuanya bisa.

Meskipun simple tapi rumit. Logikanya seperti ini:
Bandingkan tanggal postingan dengan waktu saat ini, kalau jaraknya diantaranya 24 jam atau lebih tambahkan style display:none. Kalau jarak waktu postingan dan waktu saat ini kurang dari 24 jam display:block. Hanya ide, belum tentu bisa.
#119
Don't degrade photo quality, here is my workaround: [Link]

Here's how it works: All [ img ] in class="check-box" will be included inside the JS from the start, after the whole [HTML] resource has finished loading, it will put all the [ img ] go to class=" check -box" followed by class="lazyload" and the src converts to data-src, using the lazysizes library to load the image. So with this method all resources will take precedence except [ img]
#123
I added reading settings for novel to the theme, but when I refresh the page or move to the next page, the settings I made are reset. How do I fix this so it doesn't reset?
Code: https://drive.google.com/drive/folders/11vxSqEoxd_n-d1sTTesgMRq8TO4rFm_2

Link: https://mikrokosmosfb.blogspot.com/2023/07/bolum-1.html?textSize=20&m=1
#141
Yes this looks similar.😍 Sorry I forgot to send you the style codes.

#text2 { font-size: 16px; margin: 3px; padding: 10px; border-radius: 7px;}
.mode-option { display: inline-block; width: 20px; height: 20px; margin-right: 5px; border: 1px solid #000; border-radius: 7px;}
.container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.zoom-button{background-color:#7812a3;border:1px solid #7812a3;color:#fff;padding:5px 10px;text-align:center;text-decoration:none;font-size:16px;border-radius:15px;margin-bottom:10px}.zoom-button i{font-size:16px}.zoom-in-button,.zoom-out-button{margin-left:5px}#fontSelect,#readModeSelect{background-color:#7812a3;border:1px solid #7812a3;color:#fff;padding:5px 5px;text-align:center;text-decoration:none;font-size:14px;border-radius:15px;margin-bottom:10px;flex:1}@media (min-width:768px){.container{justify-content:space-between}#fontSelect{margin-right:2px}#readModeSelect{margin-left:3px}}
#147
Chapter sama Vol aja yang diubah posisinya?, Season Gak perlu kan?.
masalanya terletak pada Include
a = (season || volume) + i + " " + t.split(e)[1].replace(/[^0-9\.-]+/g, ""));

Ubah jadi kayak gini posisinya
a = (season || '') + i + ' ' + t.split(e)[1].replace(/[^0-9\.-]+/g, "") + ' ' + (volume || ''));


sedangkan untuk menghapus titik,
ada pada kode ini, hapus aja titik di Vol.
volume = 'Vol. ' + volumeMatch[1] + ' ';


Judul manganya bisanya gini
Judul Manga Volume 2 Chapter 10 outputnya Ch 10 Vol 2

masih belum bisa kalau kayak giniJudul Manga Chapter 10 Vol 2
outputnya jadi error Ch 102 Vol 2
#164
begini kan bang.. [Demo]

ini kode gabungan milik yukine. makasih yukine uda bagi kodenya.

var episode = '';
var season = '';
var episodeRegex = /Ep(?:isode)? (\d+)/i;
var seasonRegex = /S(?:eason)? (\d+)/i;
var episodeMatch = a.match(episodeRegex);
var seasonMatch = a.match(seasonRegex);
if (episodeMatch) {
episode = 'Eps ' + episodeMatch[1] + ' ';}
if (seasonMatch) {
season = 'S' + seasonMatch[1] + ' ';
}
mangaPost.settingTitle.forEach(function({
name: e,
news: i
}) {
ftl1 = t.split("Volume")[0],
ftl2 = ftl1.split("Chapter")[0],
a.includes(e) && (a = t.replace(ftl2, "").replace("Volume", "Vol").replace("Season", "S").replace("Chapter", "Chp").replace(/[^0-9]+$/g, "") + ' ' + (season || '') + (episode || ''));
}),
#169
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgy-pIj9JBhC_zn9yFG01CT2UQCZ7mPz1tCDDqRwA9xuShnazHZ9HMMxJH1SDCMic4P0xLZPq1F58y9uKlJlK2NpApT9kRVNREc18aEBKIKjdZU3Ago4mTIaDEQfWVFXuFUnNLVY7vO0kYlIxjtAkw7shGSbfviSB9IIE4tSG_NhPb7Ua8B3T6SnR25Vm_2/s1600/Screenshot_20230712-022532_Soul.jpg
#174
Gimana min, saya posting chapter manga terbaru tapi Ditampilan web nya gk naik ke atas, kalau gini orang gk tau manga yang upadte

Sc:https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgo0WRXjK9kbdYCuL8kjR1ArbvlotpYMZTXIRQ3LbFJytaoH9b3sdcAxJk1t0rR1mFszbA9Kemfr_pxKeacMj4TQHpqOVGsuZwOs7dvH2icgXL_L1YeSyRvHH5TBrnaYmC-BskFju2VY6BgVXRLhXYxIsOmuz_yuuaW9UhfXXBKmNAIrVkl7t9bAcv1hvMs/s1600/Screenshot_20230713-162434_Soul.jpg

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9VU-D_ax4uIG1mRDhsiLI1sx-EOA0fo99SzeQznko0vVKmbhNsnAtpJ_F4dnWawCUGCZDa5X0Rtf02teXDSyLD2-2N4F4fp49-7lOcbAO3AtIAlCzzUvEnuaMEJFUVgtl92XYTYINeD_SVr8tN_Ymq5uXUeMs6AGioMuHUEBC_GnmfGZu6NZGHfP_NGUp/s1600/Screenshot_20230713-162442_Soul.jpg
#175
agar post muncul di project Update,
Post Series
Judul,Series,Project,Update
Label untuk post Chapter

Judul,Chapter,Project


Muncul di Latest Update,
Post Series
Judul,Series,Project,
Label untuk post Chapter

Judul,Chapter,Project


Selalu hapus LABEL 'Project' pada Chapter lama dan berikan Label "Project" ketika Rilis Chapter Terbaru
#177
POPULER POST gk bisa Untuk menampilkan postingan populer hari ini ya, soalnya nyoba ubah LAST_WEEK Di widget POPULERPOST2 Malah eror, soalnya kurang tau koding diliat liat lagi kyknya itu dari blogger.
#181
Pictures of the series do not look good as they are full screen in computer mode. how do i reduce the size a little bit? so that people can easily read the illustrated series from the computer.

https://mikrokosmosfb.blogspot.com/2022/02/bolum-2_9.html
#186
Jadi terpaksa nyari digoogle tapi masalahnya chapternya ikut, harusnya cuma judul yang butuh.https://www.random-screenshots-from-manga.my.id/p/sitemap.html

Contohnya kaya gini: https://kiryuu.id/manga/
1201 – 1400 of 3223

Forum rules
You can use English or Indonesian


image quote pre code