mrengy / vanguard-history

History site for the Santa Clara Vanguard
GNU General Public License v3.0
0 stars 0 forks source link

Shekhar/prod script bg images #142

Closed shekharkhedekar closed 1 year ago

shekharkhedekar commented 1 year ago

https://3.basecamp.com/5067876/buckets/22032865/todos/5883136001

shekharkhedekar commented 1 year ago

Yeah, noticed the wrong url too and forgot to push it. That didn't seem to fix it.

RE: the backgrounds, I'll switch the order. For the color, what do you think about a third image that is the overlay between the distress and photo?

mrengy commented 1 year ago

Oh, okay. Hm, not sure on the url then. Maybe there’s a history.scvanguard.org (without the https://) or something in the db? Try wp search-replace to find variations like that? You can also pass —dry-run to the command to just show what replacements it would make without actually making them.

Good idea on the background color. Maybe a tiled 1px png could work?

-- Mike Eng (he/him) mike-eng.com linkedin.com/in/mikeeng401

On Apr 12, 2023, at 6:24 PM, Shekhar Khedekar @.***> wrote:

 Yeah, noticed the wrong url too and forgot to push it. That didn't seem to fix it.

RE: the backgrounds, I'll switch the order. For the color, what do you think about a third image that is the overlay between the distress and photo?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.

shekharkhedekar commented 1 year ago

btw it ended up working when I hit https://vanguard-history.local - not sure why it required https but it works

mrengy commented 1 year ago

Hm, maybe something in your .htaccess file, but I'm not sure off-hand how to resolve it. Or perhaps you should change the replace-urls scripts and readme documentation to replace the url to https://vanguard-history.local ?

For what it's worth, my local works when going to http://localhost:10003 without https. There's some reason I had to use the port in there like that, but that's a separate thing

mrengy commented 1 year ago

Trying to use https:// on my local is giving me a Secure Connection Failed error in the browser, actually, so probably not best to change the script to replace to https. I'd assume this is a local config thing on your end.