#k:polaris
Explore tagged Tumblr posts
Note
hi, i' currently using polatis theme and i was wondering if i could change the size for the menu icons? thank you sm in advance :)
hello! thanks for using polaris <3
search for #left svg{ and just change the height and width.
0 notes
Note
is it possible to add a fourth (5th, 6th, etc) update 'box' to the theme polaris? i can't seem to find in the code where it might be possible to do this!
hello!! thanks for using polaris <3
of course it's possible (but pay attention to how many boxes you are going to use, or the size of their contents. some things might not show up)! search {/block:ifUpdateSectionTwo} and paste the code below under that.
<section>
<div class="update-title">update title</div>
</section>
if you don't want to use a title, delete the bold part.
3 notes
·
View notes
Note
Hi! thank you for making such beautiful themes! I'm using polaris in a trans pride themed sideblog @trans-rising and absolutely love it, we allow people to submit their dragons, a user told us that the layout wasn't fully allowing them to submit, sending the following images as reference: imgur(.)com/a/lj43n5e and media(.)discordapp(.)net/attachments/611788381667459125/855886307208200192/Screenshot_20210619-150621(.)png i was wondering how to fix it i can reproduce it on chrome & firefox
hi! thanks for your feedback. i had to install polaris on my personal blog to understand what was going on.
the problem is a script i use to resize the iframes, but it's pretty easy to fix. you just have to be careful not to misplace anything.
first, you need to look for // flexible frames within your code, and below you will have the script. so, you will see that you have this code snippet here:
$(this).find("iframe").wrap("<div class='capframe'></div>");
just change to this one:
$(this).find("iframe:not(#submit_form)").wrap("<div class='capframe'></div>");
1 note
·
View note
Note
Hey I’m using the Polaris theme you made and loving it! Is there any way to remove the custom links and updates since I don’t have any use for them?
hi! polaris has the option to disable the update tab (and also hide the update link from the menu). you have to switch it off in the customization panel.
and custom links can be hidden, leaving their url field blank. delete that "/" and the links will disappear.
0 notes