3001 – 3128 of 3128
#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
#3

min tolong check kenapa di web equal pada /search/label/ tidak bisa muncul? terus di search nya juga, bantu check. link web equal masih inget kan min? sorry ga bisa aku cantumin disini.

#8

wah iyaaa, aku baru ingat telah menambahkan kode dibawah untuk memanggil icon svg dalam blogger

<b:includable id='link-icon'>
<svg class='line' viewBox='0 0 24 24'><path d='M8.18009 16.0199C7.42009 15.9499 6.6701 15.5999 6.0901 14.9899C4.7701 13.5999 4.7701 11.3199 6.0901 9.92989L8.2801 7.6299C9.6001 6.2399 11.7701 6.2399 13.1001 7.6299C14.4201 9.0199 14.4201 11.2999 13.1001 12.6899L12.0101 13.8399'/><path d='M15.8202 7.97998C16.5802 8.04998 17.3302 8.39998 17.9102 9.00998C19.2302 10.4 19.2302 12.68 17.9102 14.07L15.7202 16.37C14.4002 17.76 12.2302 17.76 10.9002 16.37C9.58016 14.98 9.58016 12.7 10.9002 11.31L11.9902 10.16'/><path d='M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z'/></svg>
</b:includable>


sudah ketemu masalahnya, terima kasih

#13

Maksudumu warna background?
Perasaan gk ada warna biru di temaku.
Tambahkan label Series untuk menampilkan rekomendasi.
Ganti 2 code : <b:include data='post' name='threadedComments'/> dengan: <b:include data='post' name='Disqus'/>

#16

Min bisa ga di buat ga ada space kosong (maksudnya judul,sinopsis dan gerennya auto panjanga/lebar) pas dilayar 767px kebawah lebar px dan di layar 768px di perkecil supaya tidak tabrakan dengan gambarnya(pas jadi 2 gambar, bagian judul,sinopsis dan genrenya malah tabrakan dengan gambarnya) [Screenshot] yg kiri 767px yg kanan 768px

#17

Maksudnya jarak gambar (padding/margin) dengan deskripsi 5px, nanti bagian deskripsinya panjang/lebarnya auto/100% width layar hp/komputer gitu min,kan kalo disitu saya pakenya 230 width untuk deskripsi bukan auto/100% width untik layar hp/desktop
ul.list-post {
margin: 0;
padding: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-start;
--ukuran-jdl-dan-label:230px; <!--[ ini untuk lebar deskripsi ]-->
}

ul.list-post li{
position: relative;
margin:10px 5px;
padding:0;
list-style: none;
width: 390px; <!--[ ini untuk jarak dari gambar ]-->
height: auto;
}

#18

Everything should follow the same design as of now
I've maintained a minimalistic approach for the main page, summary page and reading site. Added an automatic hero slider and a popular slider. Also, should I increase the size of the thumbnails in the popular slider? And I've removed related posts to keep things minimalistic.

[Screenshot]
[Screenshot]

#35

kak wernayasa, gimana caranya di post chapter bisa menggunakan label lain? example: wattpad, novel, atau lainnya? karena kalau pakai label lain di select chapter tuh jadi ganda (error), please help me :(

#36

Buat: <b:includable id='Wattpad'>
<data:post.body/>
</b:includable>

Tambahkan name dan label Watttpad di b:elseif code berikut. <b:loop index='i' values='data:posts' var='post'>
<b:if cond='data:post.labels any (l =&gt; l.name == &quot;Chapter&quot;)'>
<b:include data='post' name='postChapter'/>
<b:elseif cond='data:post.labels any (l =&gt; l.name == &quot;Novel&quot;)'/>
<b:include data='post' name='postNovel'/>
<b:elseif cond='data:post.labels any (l =&gt; l.name == &quot;Wattpad&quot;)'/>
<b:include data='post' name='Wattpad'/>
<b:else/>
<b:include data='post' name='postCommentsAndAd'/>
</b:if>
</b:loop>
Untuk isi dalam id='Wattpad' bisa km custom sendiri.

#45

bukan gitu, jadi hao lagi bikin beberapa fitur yang dimana hanya muncul di label tertentu. contoh:

Label Wattpad : munculin fitur typografi dan reading setting
Label Video : munculin fitur aiueo
Label Chapter : munculin fitur resolusi

nah jika di post chapter di tambahkan salah satu dari label diatas, maka akan terjadi error, sedangkan yang hao mau itu di post chapter bisa pakai beberapa label tambahan.

idk y, udah hao coba sesuai instruksi kak wernayasa, tapi masih error di bagian select chapternya.

#46

Yg bagian next and prevnya sudah di tambahin labelnya?
Ini untuk othernya(kalo ga salah supaya tidak error) ada di atas head, tambahin label yg ingin di pakai, hanya contoh di bawah
<b:with value='[&quot;Label1&quot;,&quot;Label2&quot;,&quot;Label3&quot;,&quot;Nonton&quot;,&quot;Chapter&quot;,&quot;Novel&quot;,&quot;Ongoing&quot;,&quot;Hot&quot;,&quot;New&quot;,&quot;Color&quot;]' var='Other'>

Ini untuk label chapter, hanya contoh di bawah
<b:include name='chapNextPrev'/>
<b:with value='[&quot;Chapter&quot;,&quot;Project&quot;,&quot;Label2&quot;,&quot;Label1&quot;,&quot;Label3&quot;]' var='checkLabel'>
<b:if cond='data:post.labels any (i =&gt; i.name in data:checkLabel)'>
<b:loop values='data:post.labels filter (i =&gt; i.name not in data:checkLabel)' var='l'><div expr:data-label='data:l.name' id='nextPrevJS'/></b:loop></b:if></b:with>

#51

min coba bantu test apakah lazyload image dibawah berhasil atau tidak pada zeistmanga v5?

<b:comment><!--[ Script Lazy Load Image ]--></b:comment>
<b:comment><!-- ini udah ga berfungsi, karena pakai data-src
<script type='text/javascript'>//<![CDATA[
(function(){var elements = document.querySelectorAll('img[data-src]');var index = 0;var lazyLoad = function() { if(index >= elements.length) return;var item = elements[index]; if((this.scrollY + this.innerHeight) > item.offsetTop) {var src = item.getAttribute("data-src");item.src = src;item.addEventListener('load', function() {item.removeAttribute('data-src');});index++;lazyLoad();}};var init = function(){window.addEventListener('scroll', lazyLoad);lazyLoad();};return init();})();
//]]></script>

NAH PAKAI YANG BAWAH INI, KARENA DI CONVERT data-src ke src aja, jadi berfungsi lazyloadnya tanpa merubah hasil html image dari blogger--></b:comment>
<script type='text/javascript'>//<![CDATA[
!function(){var t=document.querySelectorAll("img[data-src]"),e=0,r=function(){if(!(e>=t.length)){var n=t[e];if(window.scrollY+window.innerHeight>n.offsetTop){var a=n.getAttribute("data-src");n.src=a,n.addEventListener("load",function(){n.removeAttribute("data-src")}),e++,r()}}};window.addEventListener("scroll",r),r()}();
//]]></script>

#56

Ini hao cara gunainya taruh di setiap postingan chapter, kalo untuk zeistv5
<div><a id="downBTN" href="ini juga link yg mau dipakai, ini untuk postingan chapter"></a></div>

<script>

setTimeout(function() {

document.getElementById("dl").href = "ini link download yg mau di pakai, sama ini juga nanti muncul di chapterlist";

}, 3000);</script>

#59

Menurutku agak sulit, setiap tema punya struktur berbeda2.
kuncinya ada di: <b:loop index='i' values='data:posts' var='post'>
<b:include data='post' name='postCommentsAndAd'/>
</b:loop>
dan: <!-- Post Series and Chapter -->
<b:include cond='data:view.isPost and data:post.labels none ( l =&gt; l.name in [&quot;Chapter&quot;] )' data='post' name='post'/>

<b:include cond='data:view.isPost and data:post.labels any (l =&gt; l.name == &quot;Chapter&quot;)' data='post' name='postChapter'/>

lihat codenya di [base_theme_v11.xml]
Skrip next prev: [Membuat Next Prev Blogger berdasarkan label tertentu.md]
Tidak ada skrip chapter list post series, coba ambil dari tema zeistmanga.

#70

I did, I use default settings but still same. TOP of the page's chapter selection part are mixed.
[TOP page selection]

Chapter 000 (Manga A)
Chapter 001 (Manga B)
Chapter 001 (Manga A)
Chapter 001 (Manga C)
Chapter 002 (Manga A)
Chapter 002 (Manga B)

It's like that. But this is TOP of the page's chapter selection part. BOTTOM of the page's chapter selection part is CORRECT.
[TOP page selection]

BUT next and prev buttons are working for TOP part selection.

#72

I found the error. It's happaned bacause of 'project' label. When I remove project label all the mangas chapter are become correct order. But I do not understand why that happaned and now I don't know how should I use 'project' label? If I don't use 'project' label, the chapters can't be seen on home page.

[screenshot]

#73

I solved my problem, If anyone has the same problem as I did, this is how to solve it, at least this is how I solved it.
[screenshot]

[solution]

For each manga, you need to put a 'Project' tag + 'Manga Name' tag. For the chapters of that manga, create a tag like 'Manga Name Chapters'. This is how I solved my problem.
Add the 'Manga Name Chapters' tag to the last 3 chapters of the manga.
You need to create a new tag for each new manga.

#74

Or just do it like this. Find this code mangaPost.settingTitle = [{
name: 'Chapter',
news: 'Ch'
}, {
name: 'Episode',
news: 'Ep'
}];
and then replaced it like this.
mangaPost.settingTitle = [{
name: 'Bölüm',
news: 'Bölüm'
}, {
name: 'Episode',
news: 'Ep'
}];
Same process with the Nextprev script. Change the Chapter to your language. settings:{max:150,start:1,title:[{in:"Episode",out:"Ep."},{in:"Chapter",out:"Ch."},{in:"Volume",out:"Vol."}]

#100

Nice, can't wait to see the finished result.
I really like the Tailwind CSS theme, it's easy to style and consistent across multiple browsers.
Minor complain: - No main tag
- Using background img as thumbnail is bad for SEO
- Post chapter using 2 header tag, not an issue but that weird

#111

Slot iklan, episode range, episode search, light on/off.
Biasanya itu sih fitur standar stream video.
Slot ikan berupa gambar sebelum diplay, biasanya menuju link donasi/iklan.

Tidak perlu dibuatkan, skripku sudah ada.
Mungkin untuk dev lain yg butuh skrip ini untuk proyek tema mereka.

3001 – 3128 of 3128

Forum rules
You can use English or Indonesian


image quote pre code