hi ! i feel like this is a really dumb question but im super new to dealing with code and stuff and i was just wondering if/how to get rid of some of the extra link icons (when i think of you theme)? if this is something you've already answered or if ive just missed it im so sorry for the trouble T_T

first, delete everything starting with ‘text:custom link [#] icon’ in the meta options

image

then, delete everything starting from <!– custom link [#] icon –> to <!– custom link [#] icon –>

the first custom link is used as an example in this screenshot

image

hope this helps!

hi it's nan chun anon again, did you mean to add the bit of code after the = or at the end of the line (after the 4rem)) )? i tried both ways and unfortunately it didn't help and it also forced the theme into the header layout from the left sidebar layout i was using.

thank you for your help!! it's a really good theme otherwise and i really hope to keep using it ^^

hi, nan chun anon !! apologies for my explanation from yesterday, i wasn’t specific enough.

here’s a screenshot of where you’re supposed to put everything. just copy the code from this and everything should be good.

image

i hope this helps!

hi! i noticed an issue with the ask page on the theme nan chun (on desktop) - not sure how to explain this but basically the askbox is maybe not adjusting properly on the page and thus keeps changing size VERY rapidly and doesn't seem to stop??

find this in the css @media screen and (width > calc({select:Post Width} + {select:Sidebar Width} + 250px + 4rem))

and add an equals sign after the ’>’, so it’s now: (width >= calc({select:Post Width} + {select:Sidebar Width} + 250px + 4rem))

then add this bit of code after it:
.main-content { width: var(–container-size); }

this should solve the resizing issue, but let me know if you have any other questions !! i rly hope this helps !!

I'm loving your "when I think of you" theme but I can't seem to find the profile/"about me" page. Are you able to help?

what do you mean by profile/“about me” page? if it’s the modal, then you have to click on the icon on the top left of the sidebar image.

image
image

yet: a header and dual sidebar theme by pouthongwon

live preview / code

features:
- 400px - 540px posts
- header and sidebar images that change depending on the theme (light or dark)
- dual sidebars: one with a custom description and the other with five tabs
- tab buttons can be positioned at the either the left, center, or right of the screen
- tab panels: custom title and optional subtitle and extra links, six user stats, ten likes/dislikes, five updates, and five tasks in the tasklist
- six custom links and six more extra links

note: if you want to add more likes/dislikes and tasks to the tasklist, please follow the theme guide.

i luuuuuuv ur when i think of you theme its so cute <3 i wanted to make the heart icon on the like button text instead of a link bc i changed the colour scheme but im honestly out of my element lol could u maybe help me?

okay, i had to mess around with the code bc i couldn’t figure out why it was functioning as a link to save my life, but !! i finally figured out a solution!

(i’ve already updated the code with it, but if you don’t want to, then just read on ahead.)

copy and paste this code into your html:

<a href=“#” class=“custom-like-container”> {LikeButton}
<button class=“custom-like-text” title=“like the post”>
<p>like</p>
</button>
</a>

and that should fix the problem! thank you for pointing out that error, anon, and i hope it helps!