nowton
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom TinyMCE Shortcode Button] Add to customized TinyMCENevermind, found it: ‘stscbplugin’
Forum: Plugins
In reply to: [Eazyest Gallery] Disable or override cssThanks, disabled the lot.
Forum: Plugins
In reply to: [Grab & Save] I think the plugin is KapputConfused as well, please add it to these locations, as a user might expect them there, using a common workflow. Thanks.
The culprit is that Reservations page should always be a child of Events page. If another page is designated as Events Page, and the subpages created by the installation are not moved under that page, they will not function.
Yes, was created when installing the plugin, exists and has CONTENTS as content in the editor. Is set like you described in your response.
Update: I think I’ve found something. My client uses a page called ‘Agenda’ instead of ‘Events’. If I move ‘My Reservations’ from ‘Events’ to ‘Agenda’ I do get a view.
Forum: Plugins
In reply to: [WP-DBManager] Does This Plugin Work with Multisite?My backup folder is writable, I’m using the latest master version, but still my installation complains about the folder not being writable, and the htaccess not being present. It is. How to solve?
Forum: Plugins
In reply to: [Simple Download Monitor] File cannot be downloadedSteps to get to the options screen: Open a WordPress admin, paste or type ‘options.php’ (w/out the quotes) after http://yourdomainnname.tld/wp-admin/ Edit options at will, using common sense 😉 Better?
Forum: Plugins
In reply to: [Download Monitor] Does it behave like a Custom Post Type?Nope, no answer from the developer, and we lack the time to research it ourselves. We are now contemplate moving away from this plugin altogether.
Forum: Plugins
In reply to: [Simple Download Monitor] File cannot be downloadedI beg to differ, this is not core adaption, but configuration. There’s probably is some check to perform, perhaps during installation. Or create an entry in your FAQ 😉 Best of luck!
Forum: Reviews
In reply to: [HL Twitter] Plugin does not work correctly with a new account twitter id'sBut avatars in the backend are still broken and the widget does not show any tweets.
Forum: Reviews
In reply to: [HL Twitter] Plugin does not work correctly with a new account twitter id'sInteresting, but this proposed solution did not work for us at first, until after we deleted old tweets and re-imported the user and the tweets.
Forum: Plugins
In reply to: [Simple Download Monitor] File cannot be downloadedSetting the option image_default_link_type to ‘none’ (default = ‘file’) on /wp-admin/options.php. I have clients that require this functionality/should be protected against themselves 😉
Forum: Plugins
In reply to: [Simple Download Monitor] File cannot be downloadedIf you set the WP installation to not provide a default link for inserted media, then this gets respected when inserting a media download using the editor button.
So in that case: I insert media using the button, the shortcode gets printed in the editor, however no link is being attached to the shortcode/link is empty.
Forum: Plugins
In reply to: [Simple Download Monitor] Can I change the text of the button?Hey lucaf, by adapting the php source files and making sure to not update the plugin, as that will overwrite your changes.
Forum: Plugins
In reply to: [Simple Download Monitor] Can I change the text of the button?Not without hacking the source. I succesfully removed the button markup, and have it output the file title in the link. Much better imho, but breaks future updates, so protect the plugin against that if you choose to do so.