Search:
Search took 1.00 seconds.
-
Hi,
I too had the same problem. Mine was a multi site installation, I hope yours too will be.
For multi site there is an option to set Attachment types, I added doc docx xls and xlsx there. Its...
-
You will need to hack a theme file for now to enable the editor
open the includes/utils.php file and change the line
'tinymce'=>false
to
'tinymce'=>true
-
With the QC taxonomy widget you have the select the last option from the drop-down 'taxonomy'.Did you try that?
-
What permalinks do you use? Please set it to 'postname' (wp>settings>permalinks) if that does not help, you can post your url here or send it to me with a pm.
-
Add this to your style.css
ol {
list-style-type:none;
margin: 0;
}