By Alex Lee on Friday, 26 January 2018
Posted in General Issues
Likes 0
Views 0.9K
Votes 0
Hey guys how are you? I've got an issue with the Converskit conflicting wit ha twitter aggregator i think, for some reason i'm seeing this:


access is below and the page in question is this page.
http://www.digitalcoincrew.com/index.php/news/17-twitter-feeds

any idesa what could be going on? i'm using an external third party called curator.io
Okay, found the issue, It seems like this </body> caused the issue.

How Conversekit render HTML content on the page is actually inject the content before </body> tag on the page , but somehow this script did included this tag </body> under the commented line then Conversekit HTML content injected before </body>.

Try edit your existing article content and remove those commented line code or remove this </body> , it should solve this issue.

E.g.

<div id="curator-feed-coins"><a href="https://curator.io" target="_blank" class="crt-logo crt-tag">Powered by Curator.io</a></div>
<script type="text/javascript">
(function(){
var i, e, d = document, s = "script";i = d.createElement("script");i.async = 1;
i.src = "https://cdn.curator.io/published/4ddcd85d-5c8c-4650-b0ff-1de2328c.js";
e = d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
})();
</script>
·
Monday, 29 January 2018 22:47
·
0 Likes
·
0 Votes
·
0 Comments
·
I believe that is browser cache, because when i access your site, it seems that Conversekit look fine for me, you can check my attached screenshot below.

Perhaps you can try following step and see how it goes.

1. Clear your site backend cache
2. If your site got do some CSS/Javascript compression, if you have temporary disable it then enable it, let it re-compress the latest javascript/css on the site.
3. Clear the server cache if you have enabled any cache system from your server

The reason why need to do this is because the newest version of Conversekit did revamped the whole Javascript and CSS structure, it might caused your browser or server still cached those old Javascript/css file.
·
Friday, 26 January 2018 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey can you go to the page i talk about please its only on one page
·
Friday, 26 January 2018 19:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh, it didn't realised that is different page after login, I've compare with your Conversekit css on the page http://www.yourdomain.com/plugins/system/conversekit/assets/css/style.css?522c33efdda0b8dc6ce90c991beb9666 , it seems like it quite different than my locally, you can refer on my attached screenshot below.

Can you clear your cloudflare cache and see how it goes?

If the issue still persists, can you provide us with your FTP access so we can better have a check?
·
Friday, 26 January 2018 21:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Its actually to do with the Script:


<!-- Place <div> tag where you want the feed to appear -->
<div id="curator-feed-charlie-lee"><a href="https://curator.io" target="_blank" class="crt-logo crt-tag">Powered by Curator.io</a></div>
<!-- The Javascript can be moved to the end of the html page before the </body> tag -->
<script type="text/javascript">
// curator-feed-charlie-lee
(function(){
var i, e, d = document, s = "script";i = d.createElement("script");i.async = 1;
i.src = "https://cdn.curator.io/published/66cde53d-df84-4539-9e95-cd29446c.js";
e = d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
})();
</script>


Some thing in there is conflicting with the Plugin and i can't seem to figure out why nothing has been changed to Converskit, the only the only thing that is different on the this page is that script it works fine on all other pages, so i know its not coming from the template, so it must be some thing in that snippet of code
·
Friday, 26 January 2018 21:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok snippet of code has changed:

<!-- Place <div> tag where you want the feed to appear -->
<div id="curator-feed-coins"><a href="https://curator.io" target="_blank" class="crt-logo crt-tag">Powered by Curator.io</a></div>
<!-- The Javascript can be moved to the end of the html page before the </body> tag -->
<script type="text/javascript">
// curator-feed-coins
(function(){
var i, e, d = document, s = "script";i = d.createElement("script");i.async = 1;
i.src = "https://cdn.curator.io/published/4ddcd85d-5c8c-4650-b0ff-1de2328c.js";
e = d.getElementsByTagName(s)[0];e.parentNode.insertBefore(i, e);
})();
</script>


new link to Page: -- > http://www.digitalcoincrew.com/index.php/component/content/article/17-twitter-feeds/38-user-aggregator?Itemid=145
·
Saturday, 27 January 2018 00:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Is it possible to update your FTP access at your first thread so we can better have a check?

Because it seems like some how that Conversekit HTML injected into below that <div id="curator-feed-coins"> HTML code.

May i know what is full name for this twitter aggregator plugin?
·
Saturday, 27 January 2018 14:37
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm not using a plugin or module actually i'm using curator.io and using that snippet of code that i have just paste into a custom HTML module.

some thing is conflicting with the script you can use that Embeded code above in html page so you can test
·
Monday, 29 January 2018 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Ha! awesome man! thanks a bunch!
·
Tuesday, 30 January 2018 04:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 30 January 2018 10:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post