peteratomic
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Deactivate scroll navigationI have the same problem. Unchecked “Include the Mousewheel jQuery extension script to allow gallery browsing by mousewheel action” but it persists.
Forum: Plugins
In reply to: [Admin Menu Editor] hiding menu items in multisiteOh Lord.
WAY TOO MUCH bug testing yesterday on a dozen different issues.
It’s totally working… was going to activate the plugin. DUH. The plugin is ALREADY activated!
Found it under Settings in one of my sub-sites.
Thanks for your amazing support Janis!
Forum: Plugins
In reply to: [Admin Menu Editor] hiding menu items in multisiteAh, yes, I probably moved it while it was still activated.
But as an MU plugin, isn’t it supposed to be accessible everywhere?
Forum: Plugins
In reply to: [Admin Menu Editor] hiding menu items in multisiteHmm, running into a problem. Can’t access the plugin anywhere other than the main site. Getting this error message on all sub-sites.
“The plugin admin-menu-editor-pro/menu-editor.php has been deactivated due to an error: Plugin file does not exist.”
FYI, I followed the steps to install Admin Menu Editor in mu-plugins…
Forum: Plugins
In reply to: [Admin Menu Editor] hiding menu items in multisiteAh, thanks for the clarification Janis.
So since the plugin is network enabled, this dummy site with all of the menu items will affect the rest of the site? And would I have to leave those plugins activated and this dummy site would have to exist forever in order to maintain the link-hiding?
Thanks for clarifying all of this!
Forum: Plugins
In reply to: [Admin Menu Editor] hide button disappearedThanks for the crazy fast response!
What do you mean by “more secure”?
I saw the checkbox function in each role. But that would mean needing to do the same edit at least five times, right? My thought about hiding on the ALL tab was that I could do edits for everyone but Super Admins which is my goal.
Forum: Plugins
In reply to: [Download Monitor] migration problemThe Legacy Importer never showed up. Could never get it to appear so I eventually gave up on tracking downloads. (Had to manually change all my links as well because at some point in the process all of the entries were lost and there was no way to get all the data back because the importer never appeared as instructed.)
Forum: Plugins
In reply to: [Search & Replace] replacing image links in HTML codeYes, think so, but now starting to wonder if everything got changed at some point and I didn’t realize it. So we’ll consider this resolved. 😉
Forum: Plugins
In reply to: [Contextual Related Posts] excerpt word count isn't workingOk, I changed excerpts to 100 words and now am getting around 20, so that’s better… closer to full sentences and paragraphs.
Thanks for your help!
Forum: Plugins
In reply to: [Gravity Forms: Post Updates] totally lost – can't get any shortcode to workAwesome! It works perfectly!
Forum: Plugins
In reply to: [Contextual Related Posts] excerpt word count isn't workingUsing manually written excerpts placed in the Excerpts box.
So that implies there’s another issue?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] only works with MyISAM tables?Yes, indeed.
I switched to ‘Contextual Related Posts’ and it seems to work pretty well!
Visual Composer.
Cloned the site and one-by-one turned off everything but yours. Finally got to “v” for “Visual” and there it was… something in their code is designed to kill other animations only on mobile views. Their sliders work on mobile, but they block others. LAME!
Forum: Plugins
In reply to: [Gravity Forms: Post Updates] totally lost – can't get any shortcode to workHere’s a test post in case it helps…
Forum: Plugins
In reply to: [Gravity Forms: Post Updates] totally lost – can't get any shortcode to workThanks for getting back to me so quickly. 🙂
I have a page with a GF submission form that creates a custom post type built using WPMUdev’s CustomPress.
I tried adding all of the shortcodes in your IN TEMPLATE section, dropping them into my single-custompostype.php file, assuming of course that it should use a php tag:
<?php do_action('gform_update_post/setup_form'); ?>But none of those worked. I did just get the idea to wrap your shortcode into a do shortcode command, but the problem there — even though the form shows up — is that it shows up for everyone. I would think the point would be to make the update option available to whoever submitted the form in the first place, not any logged in user. Or maybe that’s not possible with this? Or am I still missing something fundamental?