jeanlouis
asked 10 years ago
  1. When people click on “tweet this” or any other “share” functionality, the output displays “article name” via @designwall (on twitter for example). 
  2. When I click the “envelope” on top of the article, it sends an email to DW as well. How do I change it.
  3. If possible, where can I find documentation or video tutorials for the Argo theme.

Thank you.

2 Answers
DominicStaff
answered 10 years ago

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.

jeanlouis
replied 10 years ago

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

Dominic Staff
replied 10 years ago

Please send me your site for further checking.

DominicStaff
answered 10 years ago

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.

jeanlouis
replied 10 years ago

All fixed. Thank you!

Powered by DW Question & Answer Pro