2401 – 2600 of 2866
#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
#10

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>

#11

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";
}

#12

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;
}
}

#18

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&

#33

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&

#34

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

#47

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?

#56

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

#66

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?

#74

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?

#93

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 .

#98

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.

#130

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")

#135

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?

#149

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.

#152

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]

#153

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'/>

#155

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.

#162

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)

#185

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

2401 – 2600 of 2866

Forum rules
You can use English or Indonesian


image quote pre code