robinpecha
Forum Replies Created
-
SOLVED
On all subsites must must be the same reference user in the MLS plugin settings.Forum: Plugins
In reply to: [Media Library Folders] plugin dont work on multisiteI found the workaround.
Repeat on each subsite:
– disable plugin
– reset library
– enable plugin
– add folders
– open media library plus
– syncFrom now sync works, but only in folders that were found immediately after the reset. If you add a new folder, plugin cant see it.
Another problem is to sync after reset.
I suspect that plugin added to the media item that’s already there from time before reset. I found some duplicate images with same path to disk. But I simulate it again a check this behavior.Third problem – script timeout, Im starting new post for it.
Thanks for response.
Forum: Themes and Templates
In reply to: cant expand post as normally with this theme.Solution is easy.
Effect what we didnt want is in scripts/script.js.
first part is doing effect on menuvar myAccordion = new Accordion($(‘menu’), ‘h2.menuheader’, ‘div.menucontent’, {
second part is doing it on posts
var myAccordion = new Accordion($(‘maincol’), ‘h2.contentheader’, ‘div.content’, {
I ll describe it here
http://rrob.pastebin.com/f18d7b47e