Kisa-chan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Upload not working (http error)I’m having the same problem.
I can upload some images but they are not visible unless using the whole path, and other images are just not saved.Edit: I just read some threads above, so I tried with the permissions and it worked =)
Even though, it would be better if a message is shown instead of a warning=O I didn’t noticed that, thanks a lot!
Resolved! It was just a mistranslation on the .po, sorry!! =S
Hi, I had that problem too, but I solved it adding a little text to the wcm.js archive.
I just add.current-menu-item ul, .current-menu-parent ul
to the second jQuery of the function (the slideDown one), and now it works very well =)
Forum: Themes and Templates
In reply to: How to create a multiple category posts archive pageI think this could work
https://codex.www.ads-software.com/Pages#A_Page_of_Posts
you can change the $cat so it would be an array of the IDs of the categories you want to list, then you only have to change
'category__in' => $cat,
instead of
'category__in' => array($cat),
Hope it helps =)
Forum: Plugins
In reply to: [Newsletter Plugin] [Plugin: Newsletter Plugin] Not working with MultisitesOkay, thanks a lot =), and sorry for the late answer
Try this
How to make pages slug have priority over any other taxonomies like custom-post, post or category
It is working for me and it doesn’t have problems with the sub-categories =)