Change default comment box in Mobile Theme.

Posted in: Newspaper
Post count: 5

Hi Guys.

How to change the comments box and put Disqus in the Mobile Theme instead.

Which file should I change to take effect in Mobile Theme?

Many thanks,
Anderson

  • This topic was modified 5 years by andertjf.
  • This topic was modified 5 years by andertjf.
Post count: 5

No matter which line I delete in the source code, the comment box does not disappear. I want to replace it with another code but don’t find where it works.

Post count: 35449

Hi andertjf,
If you are using the mobile theme plugin, then the files that need to be edited is this one -> wp-content/plugins/td-composer/mobile/comments.php
Hope this will help you!
Thank you!

Post count: 5

I’m trying to add this code to the file instead of the original comment box, but it’s giving an error.

Which line exactly do I have to replace with this code?

<div id=”disqus_thread”></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = ‘<?php echo get_permalink(); ?>’;
this.page.identifier = ‘<?php echo dsq_identifier_for_post($post); ?>’;
};
*/
(function() { // DON’T EDIT BELOW THIS LINE
var d = document, s = d.createElement(‘script’);
s.src = ‘https://vidaecovegan.disqus.com/embed.js&#8217;;
s.setAttribute(‘data-timestamp’, +new Date());
(d.head || d.body).appendChild(s);
})();
</script>

Post count: 5

Thanks, I managed to fix it.

Post count: 35449

I’m glad that you manage the situation!
If you have other questions, let us know!
Have a nice week!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.