- When people click on “tweet this” or any other “share” functionality, the output displays “article name” via @designwall (on twitter for example).
- When I click the “envelope” on top of the article, it sends an email to DW as well. How do I change it.
- If possible, where can I find documentation or video tutorials for the Argo theme.
Thank you.
1. If you want to change the “via @designwall” when click on the “tweet” in the single page. Please open the functions.php file / change at line 137
2. To change my email link when you click the “envelope” in the single page. You can open the content-single.php file / change at line 17
3. We are under the update stage to publish the documentation for DW Argo. Please hang on with us. We will notify you when it is released
Please let me know your issues, our technical team will help you solve.
Thank you for your reply.
I have another minor issue. The comment box doesn’t fully appear. Users can enter text but they can’t click or fill the required space because the bottom section of the comment box doesn’t show.
Thank you for you help
Please send me your site for further checking.
To resolve the issue with the comment box doesn’t fully appear. you can log in to Dashboard > Theme > Customize > General Setting then add the following code to the “Header Script”
<style>
#respond #commentform {
max-height: none;
}
</style>
If you still face there issue. You can end me username & password your site . I will help you resolve this issue.
All fixed. Thank you!
Please login or Register to submit your answer