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

Tag input box is disable on Blog and Video plugin | Forum

dekmai99
dekmai99 Sep 30 '17

Tag feature not working on Blog and Video plugin.

Tag input box is disable, can't fill anything.


Could you please help me?

The Forum post is edited by dekmai99 Sep 30 '17
Attachments:
  Capture.PNG (18Kb)
Darryl B Leader
Darryl B Sep 30 '17
Have you tried typing in the field, and pressing the enter button to see if the text you typed shows up?
I encountered this while playing around with adding bootstrap libraries to a theme, and the bootstrap css interfered with the input field. I had to add a font size to the field to correct it.
You can also try deactivating the two plugins in the admin panel, and then re-activating them, but since it's the same field from two different plugins, I'm not sure this will do anything, but worth a shot.
dekmai99
dekmai99 Sep 30 '17
Thank you very much, Darryl!


The problem related to Bootstrap plugin. After the plugin deactivated, the problem is solved!


Darryl B Leader
Darryl B Sep 30 '17
If you want to use that plugin, you can try adding the below css to you custom css for the theme in the admin panel. With that being a plugin it will have the same effect on any theme. You would have to add this to each theme's custom css.

div.tagsinput input {
    font-size: 12px;
}
dekmai99
dekmai99 Sep 30 '17
Thank you very much for your kind support. I'll try it. ;)