Skip to main content

ZeistManga v5 - Template Manga Blogger

Subscribe to:
Image

Messages
3396
Points
+6503

Reputation: 100%

New #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.

Tutorial: https://app.box.com/s/11s9y6augxq23c753od0yq8j75p2yrz1

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
0
Zion

Zion
Top Poster

Messages
21
Points
+138

Reputation: 100%

New #3
Is there any way to block that when I put the Project tag it is always shown in Project Update, I only want it to appear in Latest Release
0
Zion

Zion
Top Poster

Messages
21
Points
+128

Reputation: 100%

New #5
How can I change the name of Manhwa or manga to another name for example: Comic, Novel, etc. but still show it in latest release
0
Wernayasa

Wernayasa
ADMIN

Messages
87
Points
+679

Reputation: 100%

New #9
Modified this code, there are 2 : var typ = "";
var label2 = r.find(i => "Manga, Manhua, Manhwa".includes(i));
if ("Manga" == label2) {
typ = "<span class='absolute po manga'>Manga</span>";
} else if ("Manhua" == label2) {
typ = "<span class='absolute po manhua'>Manhua</span>";
} else if ("Manhwa" == label2) {
typ = "<span class='absolute po manhwa'>Manhwa</span>";
} else typ = "";
You can find it above: </head>
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+723

Reputation: 100%

New #10
How to make the desktop and on tablet the display the same only the mobile is different? I want to make it display this desktop and tablet/ipad.
@media screen and (min-width: 1024px)
.gtc-235fr {
grid-template-columns: 235px minmax(200px, auto);
grid-template-areas:
"a1 a2"
"a3 a3"
"a4 a4";
}

Mobile display
@media (max-width: 1024px)
.gtc-235fr {
grid-template-columns: auto;
grid-template-areas:
"a1"
"a2"
"a3"
"a4";
}
0
Wernayasa

Wernayasa
ADMIN

Messages
87
Points
+420

Reputation: 100%

New #11
Adjust max-width to whatever device you are using. For example 640px: @media screen and (min-width: 640px){
.gtc-235fr {
grid-template-columns: 235px minmax(200px, auto);
grid-template-areas:
"a1 a2"
"a3 a3"
"a4 a4";
padding-left: 10px;
padding-right: 10px;
}
}
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+164

Reputation: 100%

New #14
Hi, how can I make the text in the novel chapters not stick to the edges of the page, similar to the Makura Novel template where the text is not stuck to the edges?
0
Zion

Zion
Top Poster

Messages
21
Points
+394

Reputation: 100%

New #17
Thanks another question I deleted the download button but now prev and next at the top looks more extended than the one at the bottom how can I make it the same as the one at the bottom image:
https://cdn.discordapp.com/attachments/1187379780459429938/1213336767155937310/IMG_5644.png?ex=65f51aeb&is=65e2a5eb&hm=71130f60d2339c22c48d64608c74eeffda36010dda4f05a688b50b9bfdbce1e5&
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+151

Reputation: 100%

New #21
Min gimna caranya waktu posting manga baru, munculnya paling atas, jadi tersusun postingan terbaru paling atas postingan lama dibawah, smoga dijawab 🙏
0
Zion

Zion
Top Poster

Messages
21
Points
+319

Reputation: 100%

New #32
How can I add this button to redirect to where all the chapters are with the synopsis?
Image:
https://cdn.discordapp.com/attachments/1195874388151648359/1213981237706760242/imagen_2024-03-03_174758596.png?ex=65f77321&is=65e4fe21&hm=488b3481a1e4b4134c71284b0d1f0ca8536e62fdc929e78bd828fe05a405b1bd&
0
Zion

Zion
Top Poster

Messages
21
Points
+227

Reputation: 100%

New #33
Image:
https://cdn.discordapp.com/attachments/1204628193793810522/1213982109950283796/imagen_2024-03-03_174758596.png?ex=65f773f1&is=65e4fef1&hm=2f3e8a28ce7464e5f4b7f09d3e04c54d7bb82bc7784b9adc5784cd5b4970c578&
0
Zion

Zion
Top Poster

Messages
21
Points
+1533

Reputation: 100%

New #46
Bro when I want to paste the CSS above the tag

]]>

I don't get it as you have it and it doesn't let me it comes out like this look:

@media only screen and (max-width:600px){#nPL{flex-direction:column;align-items:center;}#nPL > div{width:100%;}#nPL_select{width:100%;max-width:100%;}.inner_nPL > a{width:100%;}}
@media only screen and (max-width:350px){.inner_nPL{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);}#dl{grid-column:1/3;}}
@media only screen and (max-width: 600px)
.customAF.scroll .scrollButton {
display: none;
}

.m-10{margin:10px;}
#sidebar .active{background-color:$(keycolor);color:white;}
#popular .PopularPosts {display: none}
#popular .PopularPosts.current {display: block}


.check-box {
padding: 10px;
}
/* values */
font-size: xx-small;
font-size: x-small;
font-size: small;
font-size: medium;
font-size: large;
font-size: x-large;
font-size: xx-large;
font-size: xxx-large;

/* values */
font-size: smaller;
font-size: larger;

/* values */
font-size: 12px;
font-size: 0.8em;

/* values */
font-size: 80%;

/* math value */
font-size: math;

/* Global values */
font-size: inherit;
font-size: initial;
font-size: revert;
font-size: revert-layer;
font-size: unset;]]>



What do I do?
0
Zion

Zion
Top Poster

Messages
21
Points
+223

Reputation: 100%

New #55
Bro I still have this button problem it only affects on my phone on my ipad and computer it looks fine but how do I fix it on my phone? it happened after I deleted the download button
Image:
https://ibb.co/z6FdBH6
0
Wernayasa

Wernayasa
ADMIN

Messages
87
Points
+334

Reputation: 100%

New #61
Change height:auto to 100%: .bookItem .snippet-thumbnail img {
width: 90px;
height: 100%;
object-fit: cover;
border-radius: 3px;
}
Set aspect ratio from 3/4 to 3/4.5: .snippet-thumbnail {
aspect-ratio: 3/4.5;
}
0
Zion

Zion
Top Poster

Messages
21
Points
+199

Reputation: 100%

New #65
Bro why when I update in Latest Release the posts are not updated? I mean what I mean is that it remains in the same position of order only the chapter is updated but not the order how do I fix that?
0
Zion

Zion
Top Poster

Messages
21
Points
+132

Reputation: 100%

New #70
Bro if i want to make the latest release thumbnail bigger how do i do please? i want it at least the size of this page asuratoon.com
0
Wernayasa

Wernayasa
ADMIN

Messages
87
Points
+319

Reputation: 100%

New #71
Try change : repeat(3,1fr) to : repeat(2,1fr) To make it two column. Next change 90px to 110px: .bookItem .snippet-thumbnail img {
width: 110px;
height: auto;
object-fit: cover;
border-radius: 3px;
}
0
Ragna

Ragna

Messages
4
Points
+258

Reputation: 40%

New #73
I am trying to add the Ko-fi widget to show in the chapters and in the home page through design but the floating button does not appear in the chapters and in the home page it does not appear as a floating button what do I do? how can I add it in edit theme?
0
Zion

Zion
Top Poster

Messages
21
Points
+162

Reputation: 100%

New #85
I was trying to add this visitor widget but where do I paste the counter for it to display?
wendycode.com/2023/05/widget-visitor-counter-dengan-firebase.html
0
New #92
woaw i came here after a long time 😩 why didn't zeistmanga start from v5.5 😅 Gosh I have lots of customizations to do . Well @Wernayasa thanks for being the pioneer your work is great 😃 you opened a ground to other templates 🙇🏾‍♂️ they all are versions cut out from since your first release. Anyways I still have some personal issues with flowbite 😶 I don't know if it's okay by you tho I removed flowbite dependency 😐 everything is now cracked up so it looks like I'm doing a rebuild. I just want plain css and js .
0
Wernayasa

Wernayasa
ADMIN

Messages
87
Points
+297

Reputation: 100%

New #97
Don't use v5.5 yet. Better wait next update.
Ok, i will remove js library on future update.

Start forking my repo on GitHub, any future updates will be applied without breaking your existing customizations.

You can find explanation about github sync fork on youtube.
0
Zion

Zion
Top Poster

Messages
21
Points
+178

Reputation: 100%

New #116
I'm trying to add this icon to the menu but I can't find the html to paste it like in your video zeistv4 help!
https://icon-sets.iconify.design/arcticons/novelworld/
0
Wernayasa

Wernayasa
ADMIN

Messages
87
Points
+267

Reputation: 100%

New #122
You want to add icon on navigation right?
Maybe missing data attribute like [data="Home"] or maybe [data="Bookmark"]
I don't know what the name is, make sure its match your menu name.
Watch again if you are unsure.
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+172

Reputation: 100%

New #125
Why when I click on view all in Latest Release it does not send me to where the updates are but stays on the home page?

Unlike view all Updates? How do I fix it?
0
Wernayasa

Wernayasa
ADMIN

Messages
87
Points
+1228

Reputation: 100%

New #129
Use URI CSS: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30px' height='30px' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m23.875 39.923l.1-28.09M10.056 8.078l-.05 25.434M7.553 11.134l.25 24.533m30.291-1.654l.05-25.935m-14.169 3.755c4.747-1.544 9.545-3.696 14.17-3.755m-28.089 0c5.512.488 9.355 2.437 13.919 3.755m-.046 25.583c4.554-2.305 9.348-2.938 14.165-3.403'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M10.006 33.512c5.588.449 9.6 2.316 13.923 3.904m16.618-26.082l-.2 24.633m-16.422 2.954a48.979 48.979 0 0 1 16.422-2.954m-32.544-.3c6.199.012 11.24 1.53 16.122 3.254m14.212-27.538l2.41-.05m-32.994-.199l2.496.351m19.793-1.677l.291 8.634l-1.552-1.603l-1.502 1.803l-.198-7.806'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m40.53 13.38l1.97-.043v25.384c-6.512-.58-12.298.72-18.625 1.202A84.636 84.636 0 0 0 5.5 38.57V13.537l2.077-.003'/%3E%3C/svg%3E")
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+249

Reputation: 100%

New #134
If I want to modify the slider and remove this:

8.10
Type: Manga Genres: Action
Adventure, Revenge, Supernatural and the overlapping dark background and just leave the title that is centered and a small description what do I do?
0
Zion

Zion
Top Poster

Messages
21
Points
+157

Reputation: 100%

New #143
How can I modify the top menu like this?

But also leaving the bookmark button next to the dark to light button.
image: https://ibb.co/N1Qg0VQ
0
New #148
Hello, I can't add posts in the Latest Release or Recommendation option, in Project Update it normally goes according to the step by step video, I followed the tutorial but it doesn't appear, I've already tried going back to the old versions of V5.4 and V5.5 and I can't.
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+370

Reputation: 100%

New #151
So hey I have copied flamecomic website css to mine and made adjustments but I want to make the new chapters glow like that website what I want to know is how to add condition the js code if the time of published is within 48 hours I want it to add class “example” to the chapter like :[Screenshot]
0
Dida

Dida
Top Poster

Messages
5
Points
+573

Reputation: 50%

New #152
Why the font Poppins isn't showing up on iPad, is this wrong? <link as='style' 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;family=Merriweather: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' onload='this.onload=null;this.rel=&apos;stylesheet&apos;' rel='preload'/>
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+225

Reputation: 100%

New #154
Bro was watching this video

https://youtu.be/0jvd1IGHXl4?si=F4QC0vmSu-F5Eom9

but the home button is only added to the top prev and next but not the bottom how do I do? And I want the color to be purple.
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+197

Reputation: 100%

New #161
Chapter listnya gak semua muncul, yang muncul cuma 160 ch bro, ch 1nya gak ada, udah nyoba ubah jadi 180..dll. dilingkar merah itu tapi gk berubah jga, minta petunjuknya bro. pake : (ZeistManga V5)
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+188

Reputation: 100%

New #170
This page has 549 chapters published, do you think it modified the theme or is it like that by default?
Page: https://www.chingatunovela.xyz/2023/12/the-second-coming-of-gluttony.html
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+185

Reputation: 100%

New #177
If I want to put a link in text in the entries that redirects suppose one of discord without the need to use a link in blogger how do I do it?

Example: https://ibb.co/rkppprX
0
Anonymous

Anonymous
Top Poster

Messages
66
Points
+250

Reputation: 100%

New #184
Hello sir I have copied flamescan css to my blog home page I was wondering if u can tell me how to make the manga chapter like that website because I tried and it got all messed up, so can u take a look and see how to re arrange the to look like that
0
2401 – 2600 of 3396
Post a Comment
Forum rules
You can use English or Indonesian
Back to top Back to bottom