🐇🍵 Leporidebug HTML [Updated: 04/11]

Posted 2 years, 1 month ago (Edited 23 days, 2 hours ago) by Leporidebug
damageorb

Here were the last few lines of code:

image.png

It looks like there was an error with one of the </div> tags - an extra one showed up some way or another so I removed it, and it looks like the little icon is there again. Thank you, I completely forgot about the red X ^^; It shows up on my profile now!

Leporidebug

damageorb ^^)b glad to hear that you were able to resolve it!

Leporidebug

small update on 62.(´・_・`) [F2U], added one last version

Zarcsart

Using 59. slim ... but id like make the character list like one for line, i try to find the part of code that let me do it ... but i dont find... someone can help me? 

Leporidebug

Zarcsart Let's hope I understood you correctly... for the featured characters to be only one column (one per line), go back to the template: under the heading for each character (ie. character one) you can find a column class with col-lg-6 pl-lg-2 pr-lg-1 p-1. Change col-lg-6 to col-12 and delete pl-lg-2 pr-lg-1 for every featured character.

Keiimin

Hello! I wanted to ask a bit about 53. Live (Light). I'm not good with codes so please bare with me on this one ahh

I'm still working on the code for this character but the play button for "SONG- ARTIST" doesn't seem to be working and I don't really know why? I don't think I edited that part yet so I'm assuming it was like that by default and was wondering how to properly link to a Youtube video.

<!----- replace OgCj6OpPbAw with the part of URL after [https://www.youtube.com/watch?v=] ----->
<a href="" style="text-decoration:none;color:#ffffff;text-shadow:0 0 3px rgba(0,0,0,0.5);">
<iframe frameborder="0" style="height:1rem;width:1rem;position:absolute;opacity:0.002"
src="https://www.youtube.com/embed/4xvRVjUmaSc"></iframe>

I'm guessing I'm supposed to change the highlighted part - I tried that and it didn't really work ;;

Leporidebug

Keiimin I was not able to replicate your error (as in, I copy-pasted the original template without edits, the music player works normally for me), but I took a look... it looks like for some reasons your edited profile never compiled the youtube popup embed? Is it possible for you to show me that entire section (from music player to music player end in the annotataion) in a screenshot or some other methods?

Keiimin

Oh! Alright, would this work?

<!----- music player ----->
<div class="container">
<div class="row no-gutters">
<!----- play button ----->
<div class="col-auto my-auto">
<!----- replace OgCj6OpPbAw with the part of URL after [https://www.youtube.com/watch?v=] ----->
<a href="" style="text-decoration:none;color:#ffffff;text-shadow:0 0 3px rgba(0,0,0,0.5);"><span class="fr-video fr-fvc fr-dvi fr-draggable" contenteditable="false"><iframe frameborder="0" style="height:1rem;width:1rem;position:absolute;opacity:0.002;" src="https://www.youtube.com/embed/4xvRVjUmaSc"></iframe></span><!----- fontawesome icon here -----><i class="fas fa-play fa-fw"></i></a></div>
<!----- artist info ----->
<div class="col my-auto px-1">

<p class="small text-uppercase" style="color:#ffffff;text-shadow:0 0 3px rgba(0,0,0,0.5);">Song - Artist</p>
</div>
</div>
</div>
<!----- music player end ----->

Leporidebug

Keiimin There we go... You didn't disable WYSIWYG and turn on Code Editor in your settings, right? Please do that. It was stated in my terms and service, code descrption, and many other places, it would seem that you did not read them.

After you've done that, re-copy and paste the template and edit.

Keiimin

I COMPLETELY FORGOT! I'm so sorry for the bother, it won't happen again, sorry ;; Thank you for reminding me!

Leporidebug

Keiimin No worries, it happens... a lot... Best of lucks! 🙌

AleeCat

Hello... Just wanted to let you know that I'm using 59.slim for my profile.Thank you!!!

Edit: fixed it ,now it's right.sorry thought I did have settings right.

Leporidebug

AleeCat Thanks for using, but I want to guess that you did not follow the steps to use a template either, judging from your profile... please follow them to ensure it works properly =v=;

 63.Seaswept [F2U] Leporidebug

63.Seaswept

Welcome back! I bring a simple minimalistic user profile to you for the first of this month's Coders' Quarters challenge...!