webarter
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] Adminimize does not work with Contact Form CFDB7Probably it’s not Adminimize that is to blame, it’s CFDB7 that is not available for any other user but of type Administrator, it’s defined by WordPress access rights – thing working at a deeper level than Adminimize that is just hiding the menus you don’t want to show.
So you may try user role editor plugin (free), you’ll find the capability cfdb7_access there, turn it on for the needed user type (others than Administrator) – it should become visible.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] WPMU template problemI’m SO SORRY, I messed up the definitions. Long time without WP development ??
Actually it’s multisite that’s introduced since WP 3.0 and actually is the idea developed from something that in first versions of WP was WPMU.
So once more: I have multisite network. I uploaded your plugin into folder there. Activated it ONLY FOR site #16. Using it only in site #16.
I am including the shortcode and getting that error. So the default repeater template for site #16 IS NOT BEING CREATED by plugin, although it’s required.
Am I doing smth wrong? Is it written somewhere that I’m SHOULD create that template? (before the next user figure it out from getting this error while trying to debug XHR request and turn on debugging output in wordpress as I did?)
At the meantime I also tried standard standalone WP and everything works out of the box as for standalone WP it just requires /repeater/default.php
Now it’s clear?
Your plugin is awesome and I love it, just trying to help us all fix this problem ??
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] WPMU template problemI’m working on dev site only at the moment.
Don’t know it this might be changed.
The thing is that I didn’t create the repeater template anywhere, I just installed/activated the plugin and wanted to test it with everything by default.
I did the same on my localhost standalone wordpress installation and everything works fine out of the box (i guess, it uses /repeater/default.php that is there by default), but on remote WPMU test environment where I did all the same it didn’t create /repeater/16/default even though the plugin wants to use it.
note: I copied default.php to /16/default.php manually and now it works like a charm, but I created this thread to help anyone else who might stumble upon this problem in the future.