Keren Min
Hapus
Balas
mau tanya min, web untuk cari code svg
pake ajax berat soalnya
👋
pake ajax berat soalnya
inikah maksudmu https://materialdesignicons.com/
iya, thanks :D
o ya min, cara nerapin ke dalam css nya gmna?
kyk icon yg di input geser dark mode
kyk icon yg di input geser dark mode
masukkan code svg di situs ini https://yoksel.github.io/url-encoder/
copy code yang di Ready for CSS:
setelah itu baru bisa dipakai di :before atau :after
copy code yang di Ready for CSS:
setelah itu baru bisa dipakai di :before atau :after
Min, Template Horriblesubnya 😂
👋
wkwk, itu pesanan orang. tidak dibagikan.
Template untuk blog album musik ada ga min?
👋
your templates are really really amazing!!
can i request a template for comics/manga? like this script: nhentai.com
website is for doujins, r-18 (sorry for that)
and thanks for your awesome templates, keep the good work up!
👋
can i request a template for comics/manga? like this script: nhentai.com
website is for doujins, r-18 (sorry for that)
and thanks for your awesome templates, keep the good work up!
belum jadi,
baru mulai dibikin, mudah2 selesai dalam dua minggu
baru mulai dibikin, mudah2 selesai dalam dua minggu
im glad you like it.
i will put that on my projects list
i will put that on my projects list
thank you very very much
Min untuk template ini pemasangan url feed post yang dari website bukan blog gimana penulisannya? itu semua kan yang sudah tersedia pada template url feed post dari blogger semua. nah saya coba mengganti misal menjadi contoh.com gk valid, tp yang dari blogspot valid. nah untuk yang url feed yang dari web com, net, dan lain-lain itu gmna ya? Terima kasih.
@Benny Hermawan
Untuk wordpress url feed-nya seperti ini
https://www.namawebsite.com/feed
Untuk wordpress url feed-nya seperti ini
https://www.namawebsite.com/feed
Can you develop a simple free theme to use with this theme? There is no need for a novel page, homepage or anything else. A decent chapter template with just reading settings is enough.
The home page can just be a stream of chapters.
I'm thinking of using one blog for 1 novel and collecting all the novels I've translated under this theme. I think it's a good idea.
👋
The home page can just be a stream of chapters.
I'm thinking of using one blog for 1 novel and collecting all the novels I've translated under this theme. I think it's a good idea.
Hmm, I get the idea. I kind of like it.
I will give it a shot.
👋
I will give it a shot.
Thank you very much. I will look forward to this. I think there is unlimited potential for Pelacak Novel. You should improve this design also like your new themes.
👋
I'm still looking for suitable design.
Actually the design is inspired by https://animetosho.org/
😅
👋
Actually the design is inspired by https://animetosho.org/
😅
Well, you can do it like the "Latest Updates" section on this site? https://www.scribblehub.com/
Trending and Latest Series sections are also will be blogs we add.
👋
Trending and Latest Series sections are also will be blogs we add.
Sure.
That's a nice looking website design.
👋
That's a nice looking website design.
bro what is the status for moopa bt ?
👋
After completing the simple novel template.
Moopa is relatively easy to make because they're already using Tailwind CSS.
👋
Moopa is relatively easy to make because they're already using Tailwind CSS.
bro can you please make a tutorial of cloning a site using tailwindcss on blogger .
needed steps :
HOW TO CREATE A BLOGGER POST FEED USIGN TAILWINDCSS
needed steps :
HOW TO CREATE A BLOGGER POST FEED USIGN TAILWINDCSS
Hi, I really liked the new novel demo ScribbleHub. When will it be ready, brother? I want to try this demo asap. I sent a mail to you
👋
You can test beta release tomorrow night.
👋
I installed the theme and managed to publish chapters bro. Even without making any adjustments the chapters looks great. I just need the previous/next chapter buttons and chapter list to appear in chapter page.
How do I setup the theme like in your demo? When you're ready, can you start a separate topic for Scribblehub template and share the installation details please?
👋
How do I setup the theme like in your demo? When you're ready, can you start a separate topic for Scribblehub template and share the installation details please?
I need more time to fix menu and other stuff.
Here is label to show chapter navigation: [Screenshot]
👋
Here is label to show chapter navigation: [Screenshot]
I am testing the Scribble Hub template. I want to remove the top sections(log uptade, trending, latest) until you finish the template . But i noticed that blogger won't let me remove it. The layout part won't stop loading. i think there is a bug in this template that is causing this.
👋
Edit theme and change b:js='false' to b:js='true' now you can disable the widget.
👋
Thanks, it worked! I can't wait for this theme to be as good as your other themes. I'm ready to buy the full version.
👋
I no longer interested working on scribblehub anymore,
so im working on scribblehub v2 instead.
Work in progress: [Demo]
👋
so im working on scribblehub v2 instead.
Work in progress: [Demo]
interesting but modern design. I think you are trying to combine the original Pelacak Novel with the Scrible hub design? I can't wait to see the result.
(Off-topic question: How should I go about learning how to make a blogger template from scratch? I am thinking of learning basic html, css and js first and then looking into Tailwind. How long do you think it will take me to learn?)
👋
(Off-topic question: How should I go about learning how to make a blogger template from scratch? I am thinking of learning basic html, css and js first and then looking into Tailwind. How long do you think it will take me to learn?)
First, pick a project and try your best to replicate it.
This project should not be your own idea, but based on a real website.
Second step, download [Base Theme]
Third, learn CSS box model (find on youtube), or you can sneak peak at code from website you want to clone.
That's a good idea.
Don't start with Tailwind, just go down to the basics.
👋
This project should not be your own idea, but based on a real website.
Second step, download [Base Theme]
Third, learn CSS box model (find on youtube), or you can sneak peak at code from website you want to clone.
That's a good idea.
Don't start with Tailwind, just go down to the basics.
hey min , i have also learnt css box model but i want to know how to design the post block (Blog1) using css . i tried but i am noyt getting it to a proper grid and the posts are in 1 line vertically rather being side by side . please help
👋
.class {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 1rem;
}
👋
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 1rem;
}
Wondering where did u got the base theme that you are using now for the version 2
👋
Version 12, not release yet.
I add turbo hotwire to make it faster.
I add turbo hotwire to make it faster.
hey, can I have text protection code for the Scribblehub demo pls?
👋
Paste this css above </b:skin>
#setting_Novel_hirutshuji {
user-select: none;
pointer-events: none;
}
#setting_Novel_hirutshuji {
user-select: none;
pointer-events: none;
}
iseng buat mempercantik nya, hasinya seperti ini: [link]
Kalau mau biar saya kirim file xml nya melalui email
👋
Kalau mau biar saya kirim file xml nya melalui email
Ini bagus banget
👋
Wah, keren.
Showing this error: How to fix it? <div class="item-time">
<!--Can't find substitution for tag [item.timePeriodSinceLastUpdate]-->
</div>
👋
<!--Can't find substitution for tag [item.timePeriodSinceLastUpdate]-->
</div>
???
Post a Comment
Penyedia Novel