One of the sites I run this on has a similar setup.I am running php7 with redis cache these would be causing issues would they?
Dont have this issue in any threads just within tickets.
That's not an XF file. Could you get the full path it's trying to reach? Could give a better indication (though in your second screenshot, it's not returning a 404 anymore)
I'm using Chrome on Windows 7, so it's not a browser issue. It's specifically down to the ads. I suspect it's your ads manager addon, not being able to calculate the width correctly. I helped fault find something similar with the ThemeHouse ad manager addon causing the exact same errors.It can't be a browser extension as iOS safari has non. I have set with conditionals to show add after every first post on the forum and after last post. Would this be the issue the ads are placed in the default xenforo ad positions with conditionals for the places they display.
I'm using Chrome on Windows 7, so it's not a browser issue. It's specifically down to the ads. I suspect it's your ads manager addon, not being able to calculate the width correctly. I helped fault find something similar with the ThemeHouse ad manager addon causing the exact same errors.
Cheers, thanks for helping out Matt.Courtesy of @Brogan
<xen:if is="!in_array({$contentTemplate}, array('register_form', 'forum_list', 'cta_overtaking_index'))">
AD CODE HERE
</xen:if>
Search for nf_tickets_ in the templates section of the style, and add the required ones to the array.
<xen:if is="!in_array({$forum.node_id}, array(54, 138, 164, 49, 160, 148))">
<xen:if is="{$post.position} % {$xenOptions.messagesPerPage} == 0 AND !{$message.conversation_id}">
Advertisement
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- WCF_AFTER_FIRST_POST -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-000"
data-ad-slot="000"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</xen:if>
</xen:if>
<xen:if is="!in_array({$forum.node_id}, array(54, 138, 164, 49, 160, 148))">
Advertisement
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- WCF_AFTER_LAST_POST -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-000000"
data-ad-slot="0000"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</xen:if>
Ah great I will try this.Cheers, thanks for helping out Matt.![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.