Thank you.
I did disable the option in the API-write module, and now it's working in a shell terminal when I send the above CURL command.
But when I try to use CURL in HTTPS within my PHP program,
I get this message (401) : A valid login session was not found. Please log in and try again.
I don't understand why I get this message, because :
replied user box on mobile
-
Hi,
on computer, we can see whose post is replied , when screen is less than 767 px, it is hidden...
I am trying to bring that box to mobile, however could not make it work...
I am trying codes similar to this:
@media (max-width: 767px) { .post-header .clearfix .pull-left .hidden-xs { display: inline !important ; } }
Any suggestion?
-
any suggestion on how to revive this box on mobile?
-
this is becoming more and more necessary when the thread gets longer...
-
This should work I think ?
[component="post/parent"] { display: block!important; }
Since you always want to display it.
-
@baris said in replied user box on mobile:
This should work I think ?
[component="post/parent"] { display: block!important; }
Since you always want to display it.
Yes, this code worked. Thanks a lot.
Should I close the issue? or do you want to consider adding this as a setting? I think forums with long threads may want to use this...
-
You can close the issue, I think this is simple enough to modify in custom css.