Try to learn something about everything, and everything about somethingThomas Huxley “Darwin's bulldog” (1824-1895)

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:computers:dokuwiki_tweaks [02/02/26 18:19 GMT] johnpublic:computers:dokuwiki_tweaks [17/02/26 16:25 GMT] (current) – [jpg upload error - XML] john
Line 120: Line 120:
  
 </code> </code>
 +==== Symbol Chooser font size ====
 +
 +The drop-down picker for choosing a symbol to insert in the text being edited is very small in Monobook as standard.
 +
 +It's controlled by the ''pickerbutton'' class and is set at ''80%'' in the standard ''monobook'' css.
 +
 +It's adjusted thus (to 1.2em) and some extra margin added around the symbols:
 +
 +button.pickerbutton {
 +  padding: 0px;
 +  margin: 2px 2px 2px 2px;
 +  border: 0;
 +  background-color: transparent;
 +  font-size: 1.2em;
 +  cursor: pointer;
 +}
 +
 +
 +Put this in ''user/screen.css'' with all the other tweaks.
 +
 +
 ====  Mobile Scaling ==== ====  Mobile Scaling ====
  
Line 204: Line 225:
 } }
  
 +button.pickerbutton {
 +  padding: 0px;
 +  margin: 2px 2px 2px 2px;
 +  border: 0;
 +  background-color: transparent;
 +  font-size: 1.2em;
 +  cursor: pointer;
 +}
 .pBody { .pBody {
  font-size: 1.1em;  font-size: 1.1em;
Line 340: Line 369:
 </code> </code>
  
 +
 +===== jpg upload error - XML =====
 +
 +Media manage red warnings when uploading jpg image files
 +
 +<note warning>
 +Error: Call to undefined function xml_parser_create()
 +</note>
 +
 +New VPS was missing the '' php-xml '' package.
 +
 +  sudo apt install php-xml
 +  sudo service apache2 restart
 +  
 +
 +[[https://forum.dokuwiki.org/d/21045-error-call-to-undefined-function-xml-parser-create]]
 ===== Acronyms & Abbreviations ===== ===== Acronyms & Abbreviations =====
  
Line 723: Line 768:
  
 Page Updated: ~~LASTMOD~~ Page Updated: ~~LASTMOD~~
 +
 +
  
 {{tag>dokuwiki}} {{tag>dokuwiki}}
  
  

Navigation