affilisites
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Changelog for 0.5.4.3?second that
Forum: Plugins
In reply to: [Floating Widgets] [Plugin: Floating Widgets] Multiple IDs?I’m not quite sure what you’re asking. Do you understand the primary function of the plugin?
Forum: Networking WordPress
In reply to: get_permalink isn't multisite awareI just realized, the issue above only happens with custom post types, regular posts seem to be fine.
Forum: Networking WordPress
In reply to: get_permalink isn't multisite awareI have a related problem. When I try switch_to_blog() to the main site and then get_permalink or directly with just get_blog_permalink() I get the URL without the /blog prefix that the main site is supposed to have.
This only happens when I try to access a permalink for the main blog from a different blog, but when calling it from within the main blog it works okay.Forum: Plugins
In reply to: [Post Type Switcher] [Plugin: Post Type Switcher] Not Working in 3.1second
Forum: Plugins
In reply to: [Floating Widgets] Styling Floating Widgets pluginSorry for not getting back to you. I’m traveling now and don’t have time to update the plugin but I do intend on adding a class to the widgets in the next update.
In the meantime, you can easily achieve what you want using the advanced mode. You simply have to place something like:
<div class="SOMETHING">
or<div style="SOMETHING">
to the Before Section field (and a closing</div>
to the After Section field).Just keep in mind that the advanced mode doesn’t automatically add any code or styling that you don’t specifically enter yourself so you will have to enter all of your styling by adding opening and closing tags to the appropriate fields.
Forum: Plugins
In reply to: [Floating Widgets] [Plugin: Floating Widgets] Widgets outside the contentThis is not a native function in Floating Widgets but you can certainly do this with your own script using the advance mode.
Forum: Plugins
In reply to: [Floating Widgets] Styling Floating Widgets pluginAre you using the simple or advanced mode?
BTW, just out of curiosity, can you send me the URL of your website?
Forum: Plugins
In reply to: [Floating Widgets] [Plugin: Floating Widgets] Custom Post TypesI just posted an update which should fix the problem. Please let me know.
Forum: Plugins
In reply to: [Floating Widgets] [Plugin: Floating Widgets] Custom Post TypesI just uploaded an update (version 1.01) which supports custom post types. Please let me know how it goes.
Forum: Plugins
In reply to: [Floating Widgets] [Plugin: Floating Widgets] Custom Post TypesYeah, I thought of that. I’ll work on an update in the next few days that will include support for custom post types.
Thanks for your input, it’s much appreciated!