mnolf
Forum Replies Created
-
Forum: Plugins
In reply to: [AddQuicktag] [Plugin: AddQuicktag] Buttons don't show at firstoohhh, there are new checkboxes! i’ve been wondering why the buttons didn’t show up after the update.
thanks for this discussion! 🙂+1.
such a setting would be great!for me, it works this way: add a standard link to the embed src, and add class=”iframe fancybox”, like this:
<a class="iframe fancybox" href="http://pictures.lytro.com/me/pictures/92387/embed">iframe-test</a>if you’d like to have a fancybox gallery (i.e. several pictures in a row), then add rel=”fancybox” to the <a… tag.
Forum: Fixing WordPress
In reply to: Database Help – Where is the nav menu stored?ytsmith2: with my theme, the information on primary and secondary menu is stored in a wp_option field called theme_mods_[plugin-name]. you should be able to find it with a query like this:
SELECT * FROM wp_options WHERE option_name LIKE "theme_mods_%"Forum: Fixing WordPress
In reply to: Dynamically changing the page title?for some reason, the short version doesn’t work for me. the long one, however, works perfectly.
thanks very much!(side note: when using the “all in one SEO” plugin, it needs to be deactivated on the concerned pages)
Forum: Fixing WordPress
In reply to: Dynamically changing the page title?i’d like to do exactly the same thing.
did you have any luck so far?Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] don't know how to unhook.mehulv: thanks for the hint with YARPP – exactly what i was looking for!
Forum: Fixing WordPress
In reply to: [Flattr] [Plugin: Flattr] connection working?thank you, that’s the answer i was hoping for.
Forum: Fixing WordPress
In reply to: [Flattr] [Plugin: Flattr] connection working?i have a similar problem: i’m still trying to figure out whether i need to manually submit every article as a thing, or if that’s automatically done when somebody flattrs me.
some, but not all, flattrd articles seem to appear in my list of things.anybody?