Questions & Comments field appearing where it should not…
December 1, 2014 3:05 pmHi! If you look at http://blog.graphisoftus.com/event/archicad-out-of-the-box-15, you’ll see that there is a field for Questions/Comments. However, when you look at my GTW page (https://www1.gotomeeting.com/register/972741961), you can see that field is NOT active. How can I get the WordPress page fields to match what I have selected in GTW? Thanks!
3 Comments
3 Replies
The Questions & Comments field has periodically given us problems for sometime now 🙂 For some reason, the API returns it as active, even when it is set to NOT active. The best work around for now is to add a line of CSS to hide the row:
tr.gotowp-questionsAndComments {dispay: none;}
That should remove it from display. Please let me know if you have any other questions or if I can help in any other way.
Thanks!
Brandon
Hi! Color me a non-coder, but where do I place this code? Functions.php or elsewhere? Thanks!
Placing it in your theme’s style.css file should take care of it – let me know… Thanks!