pivotpoint
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Can’t enable a mega menu on the Menus pageHi Tom-
It I thought it was loaded as a dependency of jquery, but it looks like the migrate script wasn’t being loaded. I specifically enqueued it in my functions.php file, and the Save now works properly.
Thanks,
- This reply was modified 7 years, 2 months ago by pivotpoint.
Forum: Plugins
In reply to: [Export User Data] Email field not an optionI just found the option to incude standard User Profile fields, which does give me the email field.
Is there any way to include just the email field out of the standard User Profile fields?
Thanks again.
Forum: Plugins
In reply to: [CKEditor WYSIWYG for Gravity Forms] Getting shortcuts on narrow screenThat fixed it! Thank you so much for the quick turnaround… I have to present this site tomorrow!
Forum: Plugins
In reply to: [New User Approve] User Approved Filter still not workingAfter weeks with no response from Josh, the developer, I had to revert to v1.7.2 to be able to use the “pending” filter. And… this only works if you use dropdown at the bottom of the All Users listing page. The dropdown at the top of the page doesn’t filter the Users.
Forum: Plugins
In reply to: [New User Approve] Bulk Approve Not Showing?After weeks with no response from Josh, the developer, I had to revert to v1.7.2 to be able to use the “pending” filter. And… this only works if you use dropdown at the bottom of the All Users listing page. The dropdown at the top of the page doesn’t filter the Users.
Forum: Plugins
In reply to: [New User Approve] User Approved Filter still not workingWondering if the developer will be updating this plugin to fix this bug.
Forum: Plugins
In reply to: [New User Approve] Bulk Approve Not Showing?I’m having the same issue… please let us know if a fix is on its way.
Thanks for making this fix… I updated the plugin, and the errors went away.
Hi Adrian –
I’m experiencing the same error (it’s repeated multiple times on the page, above the confirmation message), and I do have debug_mode set to false. Do you have any other options for a quick fix, just to prevent the error from appearing on the page?
Thanks.
Thanks for the reply. I updated the plugin to v1.6.1, but am still not getting the character count working.
I checked Console in Chrome’s DevTools, and got this:
Uncaught ReferenceError: changed is not defined
in this part of the code:
‘ for (var i in CKEDITOR.instances) {
CKEDITOR.instances[i].on(‘change’, function() {
CKEDITOR.instances[i].updateElement();
changed = true;
});
}
});
‘Does that help in any way? The form is accessible to certain registered users.. I could get you set up as one, if that would help.
Thanks,
Forum: Plugins
In reply to: [Firelight Lightbox] Mixing images and videos causes problemsRavanH – the development version fixed the problem. Right now, when it gets to the last image, it keeps the next arrow active and moves to the first video, which is OK, and I think the client will be fine with that, but is there a way to separate two sets of media on one page into two distinct groups?
Thanks for the quick reply.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancy Box stopped working after update 1.5.2I was having the same issue… I upgraded to 1.5.2 (WP3.5.2) and the plugin stopped working. I had to go back to version 1.3.4.9 of Easy Fancybox to get it working again.
I’m trying to do something similar to this… I have a client with an existing 260+ page website. He’s opening a new branch of his company in a different city, and wants to have a second site for the new location. The new website would share about 250 pages with the old site and have ten pages with location-specific content.
The client wants any edits on those 250 “shared” pages to be reflected on the new website.
Would Multipost MU be able to do something like that?
Forum: Fixing WordPress
In reply to: Pulling content from one website into anotherI appreciate the responses, but I’m actually trying to do something else… I want the second website to be pulling most of its content from the first website — live, so if content is updated on the first site, it would also be updated on the second site.
I’m trying to find out if there’s a way to point both websites to the same database for their content.