#dev 2020-01-01
2020-01-01 UTC
# KartikPrabhu that ^ looks interesting
gRegorLove, [Michael_Beckwit, testy, [tantek], BeatusHomo, [schmarty], [Rose], mblaney, [LewisCowles], [mapkyca], asymptotically and [KevinMarks] joined the channel
[tantek] joined the channel
# [tantek] GWG, here’s something small, read this and tell us your opinions about it (applies to a IndieWeb devs IMO) https://www.eff.org/deeplinks/2019/08/interoperability-and-privacy-squaring-circle
dmcweeney joined the channel
# dmcweeney Go to consulting.drewmcweeney.com and you will see the menu options (ex: formats, clients, videos, training options) white with no black nav bar background. Yet, when you scroll down the page, the nav bar across the top of the screen is black. How do I get the nav bar to stay black the whole time?
# KartikPrabhu dmcweeney: there is some javascript there which is changing the colours on scroll by adding a class "navbar-shrick" to the <nav> element
# KartikPrabhu navbar-shrink*
# KartikPrabhu if you want it to always remain black, you can change the CSS for #mainNav, and set the background-color there to "#212529"
# KartikPrabhu works for me on my FF
# KartikPrabhu maybe that javascript is interfering with the CSS when it loads (?)
# dmcweeney #mainNav
{background-color:#212529}#mainNav .navbar-toggler{font-size:12px;right:0;padding:13px;text-transform:uppercase;color:#fff;border:0;background-color:#fed136;font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}
# KartikPrabhu dmcweeney: that color you added is getting overridden by a "background-color: transparent" in another CSS block for #mainNav
# Loqi admin tax is all the time you spend maintaining your personal site, rather than actually using it (like to create posts) https://indieweb.org/admintax
# KartikPrabhu in CSS a style can be overridden if it appears later
# KartikPrabhu yes
# KartikPrabhu or just remove the line "background-color: transparent" which I believe is on Line 146
# KartikPrabhu that line is making the nav bar transparent on screen sizes greater than 992px I think
# KartikPrabhu now it shows up as black on my FF
# KartikPrabhu you might need to do a hard refresh "Control + F5"
# KartikPrabhu why is that an API thing?
# KartikPrabhu dmcweeney: sure 1 min
# KartikPrabhu this is on just loading with no scroll
# KartikPrabhu I think just the caching for that page needs to be cleared
# KartikPrabhu so a "Control+F5" or "Command+F5" on a mac
# KartikPrabhu seems like you want to un-do everything that the bootstrap scrolling thing is doing :P
# KartikPrabhu dmcweeney: on Lines 141 and 142 make the "padding" to "0"
# KartikPrabhu if the content is published you can directly scrap it from the URL so why is this an API problem? Unless unpublished content is getting through
# KartikPrabhu oh ok
# KartikPrabhu dmcweeney: it looks correct in the CSS but not in the minified CSS
# KartikPrabhu I think your site is generating that automatically, but I don't know how
# KartikPrabhu depends on your backend
# dmcweeney #mainNav
{background-color:#212529}#mainNav .navbar-toggler{font-size:12px;right:0;padding:13px;text-transform:uppercase;color:#fff;border:0;background-color:#fed136;font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}
#mainNav .navbar-brand{color:#fed136;font-family:'Kaushan# dmcweeney Script',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}#mainNav .navbar-brand.active,#mainNav .navbar-brand:active,#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover
{color:#fec503}
#mainNav .navbar-nav .nav-item .nav-link{font-size:90%;font-weight:400;padding:.75em# dmcweeney 0;letter-spacing:1px;color:#fff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}#mainNav .navbar-nav .nav-item .nav-link.active,#mainNav .navbar-nav .nav-item .nav-link:hover
{color:#fed136}
@media (min-width:992px){#mainNav{padding-top:25px;padding-bottom:25px;-webkit-transition:padding-top .3s,padding-bottom# dmcweeney .3s;transition:padding-top .3s,padding-bottom .3s;border:none;}#mainNav .navbar-brand
{font-size:1.75em;-webkit-transition:all .3s;transition:all .3s}#mainNav .navbar-nav .nav-item .nav-link{padding:1.1em 1em!important}#mainNav.navbar-shrink{padding-top:0;padding-bottom:0;background-color:#212529}#mainNav.navbar-shrink .navbar-brand{font-size:1.25em;padding:12px 0}}
# KartikPrabhu dmcweeney: no need, I can see your CSS directly in my browser :P
# KartikPrabhu I'm guessing you are editing the "agency.css" and uploading to your server?
# KartikPrabhu yes. But your backend uses "agency.min.css" do you know how that minified version is generated?
# KartikPrabhu no. Maybe it expects you to upload the minified version
# KartikPrabhu dmcweeney: you can use this https://csscompressor.com/
# KartikPrabhu so everytime you edit "agency.css" you can run it through that and update "agency.min.css"
# KartikPrabhu yes
# KartikPrabhu yes
# KartikPrabhu usually these things are automated but I am sure your site is doing that
# KartikPrabhu I am *not* sure
# KartikPrabhu hmm yeah let me check
# KartikPrabhu hmm somehow the image URL seems to have been messed up. On Line 170 make the URL into "/img/Woodtick_Recreation_Area_2.jpg". Note the leading "/" which is missing
# KartikPrabhu yeah
# KartikPrabhu sorry you have to jump through all these hoops, I usually have a command line to minify the CSS
# KartikPrabhu yes. because your HTML says that one of them is a "heading" and the other is a "paragraph"!
# KartikPrabhu this bootstrap markup is pretty bad :P
# KartikPrabhu well there are a few ways. 1) you can change the CSS for the <h3> element. 2) or you can change the HTML to not have that as a heading
# KartikPrabhu 1) will change the heading styles everywhere on your site
# KartikPrabhu at this point you are essentially changing most things that Bootstrap gave you, so I would think over whether you need to do it :)
# KartikPrabhu wait looks like it is already done now?
# KartikPrabhu Line 200 you can adjust the padding-top value
# KartikPrabhu yeah
# KartikPrabhu everytime you edit agency.css you will have to generate the compressed agency.min.css
# KartikPrabhu it seems tedious but using minified CSS is a good idea, to make it load faster
# KartikPrabhu yup, no worries
# @hartlco Don’t mind me, just testing my IndieAuth flow. (twitter.com/_/status/1212483260204429318)
bltavaresDiscord joined the channel
[Michael_Beckwit joined the channel
# Loqi It looks like we don't have a page for "allowlist" yet. Would you like to create it? (Or just say "allowlist is ____", a sentence describing the term)
# Loqi It looks like we don't have a page for "allow list" yet. Would you like to create it? (Or just say "allow list is ____", a sentence describing the term)
# [tantek] allow list is /allowlist
# [tantek] Want to start by defining what you think an /allowlist is or means?
# GWG It was this... https://indieweb.org/2018/Berlin/responses
Jas joined the channel
# [Michael_Beckwit why go wild like that Tantek? jk
# [tantek] Good! Start by defining /allowlist then and writing down *why* it’s useful
mblaney joined the channel
mblaney joined the channel; mblaney left the channel