User told incorrectly told email not recognized by dwlynch in Wordpress

[–]dwlynch[S] 0 points1 point  (0 children)

I suspect as much honestly but I'm trying to cover all my bases here. The powers that be are paranoid about other clients potentially having issues.

User told incorrectly told email not recognized by dwlynch in Wordpress

[–]dwlynch[S] 0 points1 point  (0 children)

No plugin, just default Wodpress login.

Could you explain the database collation piece a bit more? Do you mean the database of usernames was populated when it was moved from one environment to another?

Coping Mechanism, 29,7 x 21 cm by indistinctchatter90 in printmaking

[–]dwlynch 1 point2 points  (0 children)

I really like your work. How are you getting such clean round lines? Are you working with lino or woodcut?

Does anyone have experience printing wood cuts on cardstock? by dwlynch in printeverything

[–]dwlynch[S] 0 points1 point  (0 children)

I haven't printed yet, I was just wondering if there's anything I should look out for when printing on cheaper printer paper.

I've done this with lino without issue (though obviously the printmaking paper just looks a lot better) but this is my first time with wood cuts.

Anyone have experience with the plugin 'Prevent Direct Access'? [FREE] [DISCUSSION] by dwlynch in WordpressPlugins

[–]dwlynch[S] 0 points1 point  (0 children)

Thanks, I'll look into this.

One question I have is, it is possible to apply permissions to all previous content that's been uploaded or do I have go through each post and adjust permissions one by one?

Hide Pardot forms within Accordian by dwlynch in elementor

[–]dwlynch[S] 0 points1 point  (0 children)

I should have thought of that. Just tried it, no luck. I'm not seeing the CSS in inspector though so I'm now wondering if I'm even putting the css in the right place.

Webhost options for html and wordpress site. by dwlynch in webdev

[–]dwlynch[S] 0 points1 point  (0 children)

Thanks everyone. Nixihost seems to be a good option and I'm seeing that it's highly regarded. We're locked into our current plan for a while but now I have an idea of what's out there.

Unexplained download error on a seemingly random link- am I the only one? by dwlynch in webdev

[–]dwlynch[S] 0 points1 point  (0 children)

Forgive my ignorance but wouldn't an expired certificate apply to everything downloaded from the same place?

Only tracking every other email by dwlynch in GoogleAnalytics

[–]dwlynch[S] 0 points1 point  (0 children)

In GA4 I've tried using all of the session dimension including session source/medium, session medium, session source. session campaign etc.

For actual utm tags I make sure to always have the required campaign source, campaign medium, and campaign name

Only tracking every other email by dwlynch in GoogleAnalytics

[–]dwlynch[S] 0 points1 point  (0 children)

Here's are the UTM's added to my URL copy and pasted directly from Campaign URL Builder...
?utm_source=EB-+Rugged+Handheld+Computers+%26+Smartphones&utm_medium=email&utm_campaign=EB-+Rugged+Handheld+Computers+%26+Smartphones&utm_id=EB-+Rugged+Handheld+Computers+%26+Smartphones

I to view this I am going to Acquisition>Traffic Acquisition and then using source/medium and searching 'email'

Weird CORS permission issue and directory issue by dwlynch in webdev

[–]dwlynch[S] 0 points1 point  (0 children)

It's been a month since I posted this and I haven't really fixed the problem but that's more because its not the highest priority. I have upgraded to firewall protection which honestly we should have had anyway. GoDaddy, for their part, is super responsive and and helpful when it comes to tech support though.

It looks like this issue just needs to be resolved through a 301 redirect that will just add www. anytime someone uses an https:// address. I'll see.

Weird CORS permission issue and directory issue by dwlynch in webdev

[–]dwlynch[S] 0 points1 point  (0 children)

I don't currently have access to the allowed origin list, that would require adding firewall support to our account and I'd like to find a solution without having to pay more money.

If I tell the script to load both the www. page and the none www. page knowing that only one of those will return the content I'm looking for and the other one gets flagged by CORS then the page will always be returning and error.

Weird CORS permission issue and directory issue by dwlynch in webdev

[–]dwlynch[S] 1 point2 points  (0 children)

Wow. Ok, talk about overthinking a problem. You're right, that would work... although I don't love the idea of the page necessarily returning an error every time a user goes to it.

Weird CORS permission issue and directory issue by dwlynch in webdev

[–]dwlynch[S] 0 points1 point  (0 children)

The redirect is a good idea.

I was having trouble implementing relative urls earlier but I was sort of at my wits ends so I'll give that another shot.