I am running into issues where there is a max-length of characters specifically in Appearance - Settings - MD Alpine Theme - Design - Header
"Slide before title"
I am trying to put some HTML in there but there is a max-length on the field itself.
I tried editing both theme-settings-design.inc and tested jquery.choosefont.js by increasing the maximum characters from 128 to 512 but it's not working.
Thanks for pointing me in the right direction!
Hi,
Header video content -> Slide before title
- go to file theme-settting-design.inc
- search to "Slide Before Title"
- change
'#type' => '#textfield'
to
'#type' => 'textarea'
- you also need to make change in line (around) 299 and 328
I love you! :D