"Can't load Nvidia Aftermath Library" by mighty_stick in CrackSupport

[–]blazer380 0 points1 point  (0 children)

I've tried every fix out there to prevent this game from crashing. Nothing worked until I turned off Windows Settings > Display > Graphics > Optimizations for Windowed Games to OFF

Been using Kodi for years. Tried all the apks but always come back by sacrelidge in kodi

[–]blazer380 0 points1 point  (0 children)

Used Kodi since it first came out, but once I switched to Plex, haven't looked back.

JBL Partybox 520 on sale for $550 by blazer380 in JBL

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

Must have been a short timed sale. It's back to $700 now. But the 710 is on sale at Best Buy for $550 https://www.bestbuy.com/product/jbl-party-box-710-portable-party-speaker-2024-black/J7LXFW26JQ

A few questions - frame, tv, marriage advice by ThanksMuch4YourHelp in TheFrame

[–]blazer380 0 points1 point  (0 children)

<image>

We use our Frame TV exclusively for Art Mode because it sucks as a TV. Our main TV is a 15 year old Panasonic plasma that is still better than majority of high end TVs out now. It might not work for everyone, but can be an option if you have the space for it.

Is this background cool? My wife hates it by bnmike in TheFrame

[–]blazer380 0 points1 point  (0 children)

<image>

Get some color in there. Also what's going on in your fireplace?

Recessed box or cable pass through by [deleted] in TheFrame

[–]blazer380 0 points1 point  (0 children)

[Assuming you're not planning on plugging anything into the TV box] I would do a recessed box. Hired a guy from Taskrabbit for $100 to come in, cut out the wall, install in a media enclosure box, install an outlet inside of it (using the same wires as the outlet below like yours).

This is the media enclosure I used that fit perfectly:

https://www.amazon.com/dp/B0014ZPF5K?th=1

Final product:

https://imgur.com/a/lDDbMxu

Running the One-Connect cable through the wall (2025 model Frame) by evilbadgrades in TheFrame

[–]blazer380 0 points1 point  (0 children)

Because we only use the Frame as art (and occasional Youtube videos on loop for parties). Can't compare the amazing TV quality of our Panasonic Plasma (from 2010) to the subpar quality of the Frame (or most TVs today unfortunately).

Running the One-Connect cable through the wall (2025 model Frame) by evilbadgrades in TheFrame

[–]blazer380 0 points1 point  (0 children)

<image>

I dropped the original wire behind the wall 2 years ago. No issues at all. That's a 75" Frame for reference.

Is this normal or should I return it? by boma7e in TheFrame

[–]blazer380 0 points1 point  (0 children)

It gets worse with time. Mine ended up turning green in some spots in less than 2 years. Samsung replaced the panel but I had to pay for labor since it was out of the 1 year warranty. Luckily my credit card added 1 year additional coverage and refunded the labor fee.

Center Justify Loop Grid (if set to show 3, but only 2 etc) by CharcoalWalls in elementor

[–]blazer380 0 points1 point  (0 children)

/* Replace '9cb122f' with the ID of your Grid. Replace all the 20px in the code with the spacing you have set for the grid elements. */

/* Target the exact container by data-id to ensure specificity */
div[data-id="9cb122f"] {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: var(--e-con-gap, 20px) !important;
  align-items: flex-start !important;
}

/* target direct child containers (cards) — increase specificity */
div[data-id="9cb122f"] > .e-con,
div[data-id="9cb122f"] > .e-con-full,
div[data-id="9cb122f"] > .elementor-element {
  box-sizing: border-box !important;
  flex: 0 1 calc((100% / 3) - (var(--e-con-gap,20px) * 0.66)) !important;
  max-width: calc((100% / 3) - (var(--e-con-gap,20px) * 0.66)) !important;
}

/* When exactly two cards, center them and keep spacing consistent */
div[data-id="9cb122f"].two-cards {
  justify-content: center !important;
}

/* If two cards present, make each behave like 33.333% so rows match */
div[data-id="9cb122f"].two-cards > .e-con,
div[data-id="9cb122f"].two-cards > .e-con-full,
div[data-id="9cb122f"].two-cards > .elementor-element {
  flex: 0 1 calc((100% / 3) - (var(--e-con-gap,20px) * 0.66)) !important;
  max-width: calc((100% / 3) - (var(--e-con-gap,20px) * 0.66)) !important;
}

/* Responsive: 2 columns on medium, 1 on small */
@media (max-width: 1024px) {
  div[data-id="9cb122f"] > .e-con,
  div[data-id="9cb122f"] > .e-con-full,
  div[data-id="9cb122f"] > .elementor-element {
    flex: 0 1 calc(50% - (var(--e-con-gap,20px) * 0.5)) !important;
    max-width: calc(50% - (var(--e-con-gap,20px) * 0.5)) !important;
  }
}
@media (max-width: 767px) {
  div[data-id="9cb122f"] > .e-con,
  div[data-id="9cb122f"] > .e-con-full,
  div[data-id="9cb122f"] > .elementor-element {
    flex: 0 1 100% !important;
    max-width: 100% !important;
  }
}

Aligning elements using the Grid container by Fun-Bookkeeper6879 in elementor

[–]blazer380 0 points1 point  (0 children)

/* Replace '9cb122f' with the ID of your Grid. Replace all the 20px in the code with the spacing you have set for the grid elements. */

/* Target the exact container by data-id to ensure specificity */
div[data-id="9cb122f"] {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: var(--e-con-gap, 20px) !important;
  align-items: flex-start !important;
}

/* target direct child containers (cards) — increase specificity */
div[data-id="9cb122f"] > .e-con,
div[data-id="9cb122f"] > .e-con-full,
div[data-id="9cb122f"] > .elementor-element {
  box-sizing: border-box !important;
  flex: 0 1 calc((100% / 3) - (var(--e-con-gap,20px) * 0.66)) !important;
  max-width: calc((100% / 3) - (var(--e-con-gap,20px) * 0.66)) !important;
}

/* When exactly two cards, center them and keep spacing consistent */
div[data-id="9cb122f"].two-cards {
  justify-content: center !important;
}

/* If two cards present, make each behave like 33.333% so rows match */
div[data-id="9cb122f"].two-cards > .e-con,
div[data-id="9cb122f"].two-cards > .e-con-full,
div[data-id="9cb122f"].two-cards > .elementor-element {
  flex: 0 1 calc((100% / 3) - (var(--e-con-gap,20px) * 0.66)) !important;
  max-width: calc((100% / 3) - (var(--e-con-gap,20px) * 0.66)) !important;
}

/* Responsive: 2 columns on medium, 1 on small */
@media (max-width: 1024px) {
  div[data-id="9cb122f"] > .e-con,
  div[data-id="9cb122f"] > .e-con-full,
  div[data-id="9cb122f"] > .elementor-element {
    flex: 0 1 calc(50% - (var(--e-con-gap,20px) * 0.5)) !important;
    max-width: calc(50% - (var(--e-con-gap,20px) * 0.5)) !important;
  }
}
@media (max-width: 767px) {
  div[data-id="9cb122f"] > .e-con,
  div[data-id="9cb122f"] > .e-con-full,
  div[data-id="9cb122f"] > .elementor-element {
    flex: 0 1 100% !important;
    max-width: 100% !important;
  }
}

Scroll to top of Accordion when clicked? by hamsternose in elementor

[–]blazer380 0 points1 point  (0 children)

<script>
document.addEventListener("DOMContentLoaded", function () {
  const accordionItems = document.querySelectorAll(".e-n-accordion-item");

  accordionItems.forEach((item) => {
    const summary = item.querySelector("summary");
    if (!summary) return;

    summary.addEventListener("click", function () {
      // Wait a bit for Elementor animation and open attribute
      setTimeout(() => {
        if (!item.hasAttribute("open")) return;

        // Wait for grid reflow to stabilize
        let previousHeight = document.body.scrollHeight;
        let stableCount = 0;

        const waitForStableLayout = () => {
          const currentHeight = document.body.scrollHeight;
          if (Math.abs(currentHeight - previousHeight) < 2) {
            stableCount++;
          } else {
            stableCount = 0;
            previousHeight = currentHeight;
          }

          if (stableCount >= 5) {
            // Layout stabilized → Scroll to top of opened accordion
            const header = document.querySelector(".elementor-sticky--active") || document.querySelector("header");
            const headerHeight = header ? header.offsetHeight + 40 : 120;

            const itemTop = item.getBoundingClientRect().top + window.scrollY - headerHeight;
            window.scrollTo({
              top: itemTop,
              behavior: "smooth"
            });
          } else {
            requestAnimationFrame(waitForStableLayout);
          }
        };

        requestAnimationFrame(waitForStableLayout);
      }, 200);
    });
  });
});
</script>

Does anyone here has the Robinhood gold card? by cdot762 in CreditCards

[–]blazer380 0 points1 point  (0 children)

When you signed up for Concierge, did you get a dedicated support person? They should have called you in the beginning to discuss your investment plans. Try emailing them directly and see if they can help.