Hi,
I am inserting a Trustpilot widget into my left sidebar.
I have entered the Head Code in the Responsive Outer Layout in the head;
and I am placing the Widget Code in the Left Sidebar layout.
I can make it all work fine if I put the widget right at the top of the sidebar... just under;
However if I put it anywhere else in the sidebar (I want it under the brochure links) it breaks all the brochure links above it. They no longer highlight on hover or open the links.
I've been trying to put it above the Best Sellers list just above this;
but as I say, it breaks the brochure links there and anywhere else I put it. I have it working but dont really want it right at the top.
Any ideas?
I am inserting a Trustpilot widget into my left sidebar.
I have entered the Head Code in the Responsive Outer Layout in the head;
Code:
<!-- TrustBox script --> <script type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" async></script> <!-- End Trustbox script -->
Code:
<!-- TrustBox widget - Mini --> <div class="trustpilot-widget" data-locale="en-GB" data-template-id="53aa8807dec7e10d38f59f32" data-businessunit-id="4d600abe00006400050eb921" data-style-height="110px" data-style-width="80%" data-theme="light"> <a href="https://uk.trustpilot.com/review/arka-shop.co.uk" target="_blank">Trustpilot</a> </div> <!-- End TrustBox widget -->
Code:
<div class="sidebar">
I've been trying to put it above the Best Sellers list just above this;
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz9%5fBestSellers%22%20%2f%3e%20%3d%3d%20%22Left%20Side%22%20AND%0d%3cactinic%3avariable%20name%3d%22BestsellersListIsEnabled%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%21%3d%20%22Home%20Page%20Only%22" >
<div id="bestSellerLeft" class="sidebar-element"<actinic:block if="%3cactinic%3avariable%20name%3d%22MobileLeftColumn%22%20%2f%3e%20%3d%3d%20%22After%20Main%20Content%22"> style="display:block;"</actinic:block>>
<actinic:variable name="BestSellerListSidebar" />
</div>
</actinic:block>
<div id="bestSellerLeft" class="sidebar-element"<actinic:block if="%3cactinic%3avariable%20name%3d%22MobileLeftColumn%22%20%2f%3e%20%3d%3d%20%22After%20Main%20Content%22"> style="display:block;"</actinic:block>>
<actinic:variable name="BestSellerListSidebar" />
</div>
</actinic:block>
Any ideas?
Comment