Skip to main content

Tanya Jawab - Forum

Halaman tanya jawab tentang topik umum, seputar template atau sharing pengetahuan tentang blogger.
New #2
Bisa menggunakan Tag If //Hanya tampil di halaman utama (https://myblog.blogspot.com/)
<b:if cond='data:view.isHomepage'>
<style>
/* Code Css Is Here */
</style>
</b:if>

//Hanya tampil di halaman Post & Page
<b:if cond='data:view.isSingleItem'>
<style>
/* Code Css Is Here */
</style>
</b:if>

//Hanya tampil di halaman Post
<b:if cond='data:view.isPost'>
<style>
/* Code Css Is Here */
</style>
</b:if>

//Hanya tampil di halaman Page
<b:if cond='data:view.isPage'>
<style>
/* Code Css Is Here */
</style>
</b:if>

//Hanya tampil di halaman Error atau 404
<b:if cond='data:view.isError'>
<style>
/* Code Css Is Here */
</style>
</b:if>


0
Yukine

Yukine
Top Poster

Messages
11
Points
+554

Reputation: 100%

New #5
kurang lebih sama bisa menggunakan tag if <b:if cond='data:view.url == data:blog.homepageUrl path "URL_Halaman"'>
<style>
/* Code Css Is Here */
</style>
</b:if>

//Contoh ingin memasang di https://emissionhex.blogspot.com/p/tanya-jawab.html
<b:if cond='data:view.url == data:blog.homepageUrl path "/p/tanya-jawab.html"'>
<style>
/* Code Css Is Here */
</style>
</b:if>
0
New #6
okeh dev misal ada 10 page terus 3 aja yang mau gunain cssnya apa begini kodenya <b:if cond='data:view.url == data:blog.homepageUrl path "/p/page-1.html" "/p/page-2.html" "/p/page-2.html"'> bener enggak ya...?
0
Yukine

Yukine
Top Poster

Messages
11
Points
+605

Reputation: 100%

New #8
bisa menambah Operator [or] <b:if cond='data:view.url == data:blog.homepageUrl path "/p/page-1.html" or data:view.url == data:blog.homepageUrl path "/p/page-2.html" or data:view.url == data:blog.homepageUrl path "/p/page-3.html"'>
note :
data:view.url = url yang tampil atau yang dilihat.
data:blog.homepageUrl = Url halaman blog (https://emissionhex.blogspot.com/)
[==] = operator perbandingan yang nilainya persamaan.
path = penggambungan atau jalur baru.
or = Operator yang nilainya atau dan antara.
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+495

Reputation: 100%

New #11
Bukan. Pindah dari KDE Plasma ke Hyprland.
Sudah lama gk pakai Windows, lebih nyaman coding dengan linux.

Beda script, 9stream dari ProjectXCode.
Iya, codenya lebih simple dan mudah di modif. Gk ada tutorialnya, km pelajari sendiri strukturnya.
Coba alternative dari Bookmark igniel, dokumentasinya sudah lengkap, tinggal ikuti aja.
0
audi sw

audi sw

Messages
1
Points
+314

Reputation: 10%

New #12
min itu web chapter nya nanti mau dibuat sebagai database khusus chapter berarti 2 website apa nanti digabung kan ke zeistmanga 1 website min saya mau pasang mau dijadikan 1 website saya bingung pasang nya yang dibagian tampilan chapter itu gimana min yang diubah dibagian mana sampai apa aja kalau di zeistmanga
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+328

Reputation: 100%

New #13
Engk perlu bikin 2 website, itu hanya pilihan aja, soalnya ada yang request minta buatkan tema khusus post chapter.
Iya itu digabung nanti sebagai manga reader untuk ZMv6.
Cuman aku belum pasti cara memasangnya di ZMv5, takut ada konflik sesama CSS.
Aku belum bisa login ke google untuk nyoba memasangnya di ZMv5.
0
New #14
ok thnks terus ada tema kaya gini vidio

yang mau di tanyain gimana supaya pas kita ngklik postingan yang tampil post berlebel foto terus pas ngklik gedget nampilin post yang berlebel vidio 1 lagi pas kita ngklik foto saya nampilin postingan yang berlebel dokumen

apa punya scripnya...? atau artikel yg sejenis...? kayaknya thema dame masang sekrip kaya gitu masih ada mentahanya kah dev...? thankssss
0
Anonymous

Anonymous
Top Poster

Messages
30
Points
+549

Reputation: 100%

New #22
can some help me to modify this script where you can click it once you confirm? I don't know JS. What to use addEventListener or return false; ? <script type='text/javascript'>
//<![CDATA[
$(".resWarn").css("display","flex").hide().fadeIn(),$("#resEn").click(function(){$(".resWarn").fadeOut(function(){$(this).remove()})}),$("#resEx").click(function(){window.location.href="/"});
//]]>
</script>
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+1118

Reputation: 100%

New #23
I dont know javascript either, try asking chat GPT.
I dont know if this working or not, good luck: $(document).ready(function() {
// Menampilkan pesan dan menyembunyikannya dengan efek fade in
$(".resWarn").css("display", "flex").hide().fadeIn();

// Menghapus pesan saat tombol "resEn" diklik
$("#resEn").click(function() {
$(".resWarn").fadeOut(function() {
$(this).remove();
});

// Menyimpan status pesan ke local storage
localStorage.setItem("resWarnDismissed", true);
});

// Mengarahkan ke halaman utama saat tombol "resEx" diklik
$("#resEx").click(function() {
window.location.href = "/";
});

// Mengecek status pesan pada local storage saat halaman dimuat
var resWarnDismissed = localStorage.getItem("resWarnDismissed");
if (resWarnDismissed) {
$(".resWarn").remove();
}
});
0
Caelis

Caelis
Top Poster

Messages
9
Points
+159

Reputation: 90%

New #39
https://ibb.co/9vQQq4Q

Is it possible to change these icons? Like adding different icons according to the content

https://ibb.co/9nL3Nzq
0
Caelis

Caelis
Top Poster

Messages
9
Points
+232

Reputation: 90%

New #41
Thank you. Are there any other tutorials for HexForum? I want to use the theme better. For example, how to use features such as "pinned post" is not available in the publicly posted video (youtube.com/watch?v=D7LG86DEjhk).
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+448

Reputation: 100%

New #46
For thread and rank remove class='md-dn' from this html (use text editor search and replace, there are many of them): <dt class="md-dn">Threads</dt> Screenshot2 is for post status, circle is for label Update
other one is for hot thread, this icon will show up when post has more than 50 comments.
[Tutorial]
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+1076

Reputation: 100%

New #58
Syaratnya harus pakai custom komentar, bukan dari bawaaan blogger.
Ini code xml-nya: <b:if cond='data:commentLevel1.inReplyTo'>
<a expr:href='&quot;#c&quot; + data:commentLevel1.inReplyTo'>
<b:loop values='data:post.comments where (c =&gt; c.id == data:commentLevel1.inReplyTo)' var='mention'>
<data:mention.author/>
</b:loop>
</a>
</b:if>
Tidak bisa memakai komentar bawaan blogger, makanya perlu dihapus dan ganti dengan yg custom.
Masalanya, km harus bikin komentar baru style-nya harus dibuat ulang, ini sulit kalau belum paham blogger.
Contoh custom komentar blogger ada dalam tema dasar [v9]. Cari id='threadedComments' dan bandingan codenya dengan punyamu.
Atau kirim screenshot code di dalam id='threadedComments' temamu, natar aku lihat apakah memakai komentar bawaan blogger tau bukan.
0
Anonymous

Anonymous
Top Poster

Messages
30
Points
+1486

Reputation: 100%

New #61
We can or we can't make the <data:post.body.size/> depends on the views like how to create custom data tag <data:post.rating><--something like this?
<script type='application/ld+json'>
{"@context":"https://schema.org","@type":"CreativeWorkSeries","mainEntityOfPage":{"@type":"WebPage","url":"<data:blog.url/>","name":"<data:blog.pageTitle/>","alternateName":"<data:blog.pageTitle/>","description":"<data:blog.metaDescription/>","inLanguage":"<data:blog.locale/>"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"<data:item.name/>","bestRating":"10","worstRating":"1","ratingCount":"<data:post.body.size/>","reviewCount":"<data:post.body.size/>","itemReviewed":{"@type":"ComicSeries","name":"<data:post.title/>"}},"author":{"@type":"Person","name":"<data:post.author.name/>"},"publisher":{"@type":"Organization","name":"<data:blog.title/>"}}
</script>
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+285

Reputation: 100%

New #64
Aku lihat ok semua, responsive dan bagian2 sudah lengkap.
Tinggal nunggu tanggal rilisnya, kalau ada bug/masalah tinggal patch aja.
Tambahkan versi 1.1 dan seterusnya, sampai stabil.
Kita sebagai developer kadang tidak menemukan masalahnya, biarkan user yang mengujinya.
0
Anonymous

Anonymous
Top Poster

Messages
30
Points
+608

Reputation: 100%

New #67
how can i insert loading="lazy" attribute in this include line data?
<div class='tooltipstered'>
<a expr:href='data:post.url'>
<b:include data='{ image: data:post.featuredImage, imageSizes: [380, 500], imageRatio: &quot;1:2&quot;, sourceSizes: &quot;500px&quot; }' name='responsiveImage'/>
</a>
</div>
0
Anonymous

Anonymous
Top Poster

Messages
30
Points
+432

Reputation: 100%

New #80
Is it possible to do the "New" tag in this code with timing? For example, when episode 12 is released, the New tag will appear next to it, but it will disappear by itself after 12 hours. Each new episode released in its current version has the New label next to it, giving it that broken look. Wouldn't it be better if it would appear next to each newly aired episode and disappear after 12 hours? Can you do this?
0
Anonymous

Anonymous
Top Poster

Messages
30
Points
+232

Reputation: 100%

New #85
@Wernayasa
Gini Kamu Bisa Clone Template Shinigami Kah, Buat 2 Versi
> 1. Versi WordPress
> 2. Versi Blogger
Clone 100% Sama, Kalo Bisa Kira² Kamu Mau Kasih Harga Berapa Yah

https://shinigami.id/
0
Alethia

Alethia
Top Poster

Messages
5
Points
+262

Reputation: 50%

New #87
Sebenarnya mau belajar tpi alatnya kurang memadai, pc sama laptop aku nggak ada, edit ala kadarnya pke hp. Kerja pun di outdoor, anak rantau, sama kawan sekamar pegang laptop kayak gimana gitu bkn anak kuliah hehe..

Baru bales gara² nggak dapet notif
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+379

Reputation: 100%

New #92
On home page remove following javscript widget: - Recomendation
- Reading History
- Show only 1 chapter per title
- Blog
- Slider
Do everything you can to reduce reliance on javascript.
Next add defer='defer' on every <script> tag: <script defer='defer'> except for jquery.
0
MSKTeam

MSKTeam
Top Poster

Messages
34
Points
+248

Reputation: 100%

New #107
With this method I have put almost all the js code at the bottom of the body, no js in "head"
Except the homepage still put jquery in the "head" (in the future I will try to put all the js under the "body" end) :v
0
Anonymous

Anonymous
Top Poster

Messages
30
Points
+190

Reputation: 100%

New #109
Is there a way to replace the NIneStream numeric pagination code document.write with another method?
<b:includable id='postPaginationNumeric'>
0
MSKTeam

MSKTeam
Top Poster

Messages
34
Points
+295

Reputation: 100%

New #113
This error occurs because google server cannot process the request in time. For example, if you "spam" the "next chapter" button repeatedly too quickly, the site will stop working. The condition is that you have to apply "prefetch". The fix is ​​to reload the page.
0
Asel

Asel
Top Poster

Messages
5
Points
+238

Reputation: 50%

New #116
This is the site.
https://mikrokosmosfb.blogspot.com/2022/08/bolum-5_16.html

And I have one more question. I am not using npl partition list. This is the next prev feature I use.
https://youtu.be/LZ0kW9SMM8Q
0
Asel

Asel
Top Poster

Messages
5
Points
+352

Reputation: 50%

New #125
Thank you. I have successfully added.

There is also a pagination problem. It doesn't show all posts. it also does not paginate correctly when switching from page to page. Some posts don't show at all. is there a solution for this?

Demo: https://mikrokosmosfb.blogspot.com/search/label/search/label/search/label/Seriler
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+319

Reputation: 100%

New #131
The best one is the default. Its simple and not buggy.
Remove this to get default pagination: <b:include cond='data:view.isMultipleItems' name='postPagination-numeric'/> Btw, I had an internet issue for a couple of days, so I cannot reply to your message quickly.
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+239

Reputation: 100%

New #134
I've always wanted a manga lists with the Series labels.
You're using ?page=1 which I think is great.
I have a few questions. Does this script use jQuery?
Why only one Series per page?

Thank you
0
MSKTeam

MSKTeam
Top Poster

Messages
34
Points
+396

Reputation: 100%

New #140
the reason the chapter didn't load was "because the CORS (Cross-Origin Resource Sharing) policy blocked access to resources from another source. CORS is a security mechanism on web browsers to prevent different websites from accessing it. unauthorized access to each other's resources." Also, I'm still editing a bit more, in a few days there will be a video of this code :v
0
New #141
Min, bisa buat kyk gini gak? yuukihyakuya.blogspot.com
Buat kyk gitu tpi yang link random nya bisa di pake dari link mega, megaup, krakenfiles, uptobox, dll kan klo itu saya tau nya dari pixeldrain sama gdrive doang, bisa ga bang buatnya? Kabarin saya aja harganya ke wa/ig
085920797921/@yukii.hy
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+252

Reputation: 100%

New #143
Yes, amazing. There's even a loading animation.

Do you have GitHub account?
Email or account name. I want to invite you to get access ZM v6 private repo.
The theme is still last month's build, there is still nothing there.
0
MSKTeam

MSKTeam
Top Poster

Messages
34
Points
+405

Reputation: 100%

New #155
Code completed. But it has a huge downside. I don't know if I should share or not. Great code is probably only for experts because they will know how to overcome the disadvantages it creates. If you use it and create errors I won't be able to help you (because it's very time consuming).
Demo: https://youtu.be/4HSqYNAk00E
I will test it in a few days, if no progress I will share it
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+433

Reputation: 100%

New #159
Oh ya, aku mau bantu km bikin forum di halaman blogger.
Desainnya berbeda dari komentar biasa.
Kalau mau invite emissionhex@gmail.com, jadikan admin,
nanti aku kerjakan kalau ada waktu luang.

Sudah lama ingin install forum di tema biasa, cuman tidak ada tempat buat praktek.
Sekalian aja aku belajar praktek di temamu.
0
MSKTeam

MSKTeam
Top Poster

Messages
34
Points
+173

Reputation: 100%

New #171

Please take a look and give your feedback. If anyone has any good ideas, please share them with me =))
https://test-mskteam.blogspot.com/2023/07/chapter-4_16.html
0
New #172
I can only say "Very nice feature".
Maybe given a few extra features..
1: If possible... maybe change the voice to anime,Or add a back button to the previous sentence.
2: speech speed
3: Automatic scroll follows the blue reading box.
0
Kurakudesu

Kurakudesu
Top Poster

Messages
5
Points
+376

Reputation: 50%

New #184
mw tanya min, aku di bagian post kok gada search deskription ya? habistu lokasi Status: Airing nya pengen di ubah jadi ongoing itu gimana? aku mau latihan dulu pakai ninestream, dan mimin juga gada kah web siap jadi buat stream anime?

schedule nya pas di pencet beralih ke punyamu min
dan cara biar bisa milih resolusi gimana ya min? di bagian server milih eps
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+1031

Reputation: 100%

New #185
Tema ninestream sudah tidak gw rekomendasikan untuk dipakai.
Ini tema pertama streaming buatanku, tentunya banyak masalah.

Tinggal cari aja kalimat Airing, atau cari var='Status'
Aktifkan search description di pengaturan [Screenshot]

Schedule itu masih manual, aku sudah beli yg label tapi kayaknya engk kupasang di tema ninestream.
Skrip streaming juga ada ku beli, bisa memilih resolusi juga udah, tapi ku simpan untuk v2 atau tema premium.

Bukannya gk mau dipasang, engk sempat bikin stylenya.

Ini tema [HexaNime] yg belum selesai kugarap.
Nunggu 3 skrip lagi baru selesai.
0
Yukine

Yukine
Top Poster

Messages
11
Points
+195

Reputation: 100%

New #192
ini salah satu thema streaming yang ingin saya clone, tampilan keran tapi ada 1 pertanyaan bagaimana mambuat efek hover pada artikel post tersebut? apakah menggunakan javascript atau yang lainya?
0
Kurakudesu

Kurakudesu
Top Poster

Messages
5
Points
+401

Reputation: 50%

New #198
ditunggu kalau udah jadi min aku pen coba,, harganya oke juga 100k cukup terjangkau.. kalau bisa min req adakan video iklan khusus dari kita tambahkan sendiri, dan peringatan web tapi yang text berjalan.

sekalian mau tanya min ini cara nambahin label di bagian filter webrip dan juga hd gimana y
a? di nine stream. Aku uda coba otak atik semoga nanti sudah paham pas pembelian kedepan.
0
Wernayasa

Wernayasa
ADMIN

Messages
65
Points
+879

Reputation: 100%

New #200
Skripnya sudah lama selesai, aku gk mau ganggu si pembuatnya untuk nambahin fitur baru.
Cari data-toggle='dropdown' for='Quality'
Codenya ada dua.
Misalkan kita tambahkan TV.
Pastekan xml berikut sesuai gambar: <li>
<input class='hidden genre' id='TV' type='checkbox' value='TV'/>
<label for='TV'>TV</label>
</li>
[Screenshot]
0
1401 – 1600 of 2505
Post a Comment
Forum rules
You can use English or Indonesian
Back to top Back to bottom