• Resolved Arsenii Yesaulov

    (@rivizzz)


    Hi guys,

    I’m experiencing an issue with embedding a Trustindex widget inside a Meta Slider on my website. The widget works perfectly when placed in other sections of the site, but it does not load properly within the Meta Slider.

    Here’s what I’ve tried so far:

    1. Adding the widget inside a Raw HTML Slide in Meta Slider
      • I used: <div>[trustindex data-widget-id=d05f67b35ec40554d686c83757e]</div>
      • However, the widget still does not load inside the slider.
    2. Ensuring Trustindex scripts load correctly
      • I placed the shortcode elsewhere on the page (footer, hidden div) to force script loading, but it didn’t help.
    3. Checking for JavaScript conflicts
      • I inspected the console (F12 → Console Tab) and found no clear script errors related to Trustindex.
    4. Defer or Async Script Loading
      • I tried manually loading the Trustindex script using: htmlCopyEdit<script> setTimeout(function() { var script = document.createElement("script"); script.src = "https://cdn.trustindex.io/loader.js"; document.body.appendChild(script); }, 1000); </script>
      • This also did not resolve the issue.

    Since the widget loads fine in other areas of the website, I suspect the issue may be related to how Meta Slider handles external scripts or shortcode execution. Could you provide guidance on making Trustindex work properly inside a Meta Slider?

    Looking forward to your help. Thanks!

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.