Author: Jared Meredith
-
Found this to work really well for a WordPress custom theme where the only option I had was to drop an override via a header/footer plugin option: [sourcecode] <script> var ref= window.location.pathname; var search="/youruniquepagelink/"; if (ref.indexOf(search) > -1) { let myElements = document.querySelectorAll(".your-class"); for (let i = 0; i <…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
With companies evolving their platforms and services every day we know that technology is constantly changing. New efforts are constantly bubbling up to transform old processes and operations must continue to work smoothly. And if you are lucky enough to be in a place where an implemented solution is doing…
-
+
+
+
+
+
+
Background for this post: I was recently working through some summer cleanup in the garage and unearthed what I had discovered as my binder box. As I began to take one last pass through these papers before a final recycling place it gave me pause to reflect and to share…
-
+
+
+
+
+
+
I have enjoyed mentoring in many companies and types of settings. Whether interns at the workplace, up and coming members at my place of worship or with people 3rd party charitable ministries there have been many great learning opportunities that I have been blessed to learn and grow from as…
-
Need to filter your odata query and only have the datetime value to work with? if your format looks like: 2018-12-31T00:00:00 Then you can query it by wrapping it in a datetime tag with quotes. see example below with it combining with an ID filter to only show a person’s…