jaero
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Broken <!–more–> and <!–nextpage–> tagsI had tried that – save for the one plugin that broke it. Apparently Advanced Fancybox isn’t so fancy. Breaks pages. That’s stupid.
Thanks for reminding me to be thorough.
Forum: Fixing WordPress
In reply to: wp_get_current_user() undefined after 2.2 upgradeI fixed it, for the most part.
Line 25 of king-text.php is:
include_once(widgets.php’);
Before you upload the file to your plugins folder, get rid of that line of code. I imagine the redundancy of including that file (which doesn’t work even if you direct it to the correct wp_includes folder) is what’s breaking it.
I deleted that line, uploaded the php file, activated the plugin, and it works. There is however an ugly little bug when editing the widget settings, where the settings background cuts off – but on the blog itself, it seems to work fine.
Forum: Fixing WordPress
In reply to: A question about MORE quicktagsThanks for the help guys! Got it working perfectly now.
Forum: Fixing WordPress
In reply to: A question about MORE quicktagsActually just found the solution with the coffee2code plugin Hide or Cut Post Text.
My next question is, when you click “MORE” – what file do I have to edit so that in the single post page, id doesn’t skip to the part of the post where the <!–more–> tag was inserted? I want it to navigate normally and show the top of the page (otherwise the plugin i just used is rather useless).
Forum: Fixing WordPress
In reply to: A question about MORE quicktagsHelp, anyone?
Forum: Fixing WordPress
In reply to: A question about MORE quicktagsWell, if it’s placed after the quicktag, it isn’t displayed at the top of the post when you click MORE.
How would “display:none” work between the index and the MORE page with the full article?