Oren Margalit
asked 5 years ago

Hello again,
i am asking again since i didn’t receive proper response to my earlier question.
i was wandering if any new solution was found regarding my problem with the comment boxoverflowing in to hidden territory. i want to keep using jetpack and have the comment box showing correctly. there must be some code edit to solve this issue.
also another question, in the bottom of the single question page there is a navigation menu with “next question” and “previous question” links. what css code do i need to input in order to hide this menu?
also i wanted to ask how do i change the background color of the comments?
Greetings,

1 Answers
DominicStaff
answered 5 years ago

To remove the navigation menu in the single question, you can use the following code: 

.single-dwqa-question .post-navigation {
   display: none;
}
Oren Margalit
replied 5 years ago

Thank you! that worked.
what about the other questions?

Dominic Staff
replied 5 years ago

Yes, I have checked and helped you resolve this issue, you can check your site now.
The Jetpack does not allow override/customize the CSS. So, very hard to resolve this issue.
I have customized the core file of the plugin. Please back-up the plugins/jetpack/modules/comments/comments.php file before update the plugin.

Oren Margalit
replied 5 years ago

Thank you!

Oren Margalit
replied 5 years ago

Hello again, something happened and the fix disappeared for some reason. i tried to reupload the comments.php file that i saved after you changed it, but it didn’t help. can you help me resolve this issue?

Dominic Staff
replied 5 years ago

I can not access your site, I think you have changed the account. In this case, you can replace the code in the plugins/jetpack/modules/comments/comments.php file with the following code:
http://snippi.com/s/5p22e7x
Hope this helps!

Oren Margalit
replied 5 years ago

thank you very much!

Powered by DW Question & Answer Pro