We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Newsfeed post button | Forum

Marcus
Marcus Jul 29 '19
Hi folks how to make newsfeed post button area visible always. By default user needs to click on it to make it visible. Most users don't know that. Id like to make it visible by default. 
dave Leader
dave Jul 30 '19
According to the console here is the innerhtml


      <span class="ow_attachment_btn"><span class="ow_button"><span class=""><input type="button" value="Send"></span></span></span>  


     
And then the outerhtml


<div class="clearfix comments_hidden_btn" style="display: none; overflow: visible;">        <span class="ow_attachment_btn"><span class="ow_button"><span class=""><input type="button" value="Send"></span></span></span>        </div>


It gets changed from display:none to display:block when you click on it, so you might try playing with the custom css in admin to see if you can force the default of display:block



There is also ow_comments_input


but im not good with css so i cant help much, sorry





 

The Forum post is edited by dave Jul 30 '19
Marcus
Marcus Jul 30 '19
Thanks so much Dave this woks like charm
dave Leader
dave Jul 30 '19
How did you do it?
Marcus
Marcus Jul 30 '19

Thanks to you pretty easy fix:


.form_auto_click .ow_submit_auto_click{display:block !important;}

Oxwall Germany Club
Oxwall Germany Jul 30 '19
Topic was moved from General Questions.