-
Author
-
May 4, 2015 at 10:13 #57164taigerParticipant
Hi I am using disqus plugin for our comments but when you look at the comments on the portfolio page, the comments field is full width and not contained within the page.
May 4, 2015 at 17:29 #57230RaduModeratorHello,
Can you provide a link of that page ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 6, 2015 at 15:12 #57575RaduModeratorHi,
I need admin credentialsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 10, 2015 at 01:01 #58151topnationParticipant@radu is there a setting or a plugin you can recommend to make comments on portfolio’s, Thanks.
May 11, 2015 at 19:13 #58386RaduModeratorCopy the single-portfolio.php from wp-content/themes/kleo to -> wp-content/kleo-child/ then here edit single-portfolio.php and add after this disqus script code
COPY CODE<div class="container"> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'rdutest2'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> </div>
Then replace rdutest2 with your disqus website name.
If you want to have also in portfolio archive page copy the archive-portfolio.php from kleo to kleo-child and add that code after the
NOTE : to fit with the theme wrapper you need to put the code in this div
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 15, 2015 at 18:05 #62906RaduModeratorUnfortunately this was not added to latest version, you should implement by yourself.
Sorry for inconvenience.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.