Nattypat Crochet
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Glossary] glossary slug not displaying properlyThat did it, thanks so much!
Forum: Plugins
In reply to: [WP Ultimate Search] 404 Not FoundThank you so much! For some reason, the tabs in the settings weren’t showing any content/options… just empty. I suspect it was some glitch to do with updating my WordPress core a couple hours previous. The tabs showed today and I fixed it easily. Thanks!
Forum: Plugins
In reply to: [WP Glossary] Need Help Solving an "Invalid Argument"Scratch that—I’ve got a new problem with this. After updating my glossary plugin options, it’s now displaying my glossary-slugs incorrectly, showing the page title “Yarn & Hook Selection” instead of the actual slug assignment. How can this be fixed?
Forum: Plugins
In reply to: [WP Ultimate Search] 404 Not FoundHi—I think I have this problem on my site, NattypatCrochet.com. I can’t find where to change the search results page to “/search/”. Any ideas on what’s specifically wrong for my site?
Search bar is in the right sidebar. Thanks.
Helped me too! Thanks! I also had to remove the space on line 369 to make it work. ]
From:
$picturelist[$key]->alttext = ( empty($picture->alttext) ) ? ‘ ‘ : htmlspecialchars ( stripslashes(nggGallery::i18n($picture->alttext, ‘pic_’ . $picture->pid . ‘_alttext’)) );To:
$picturelist[$key]->alttext = ( empty($picture->alttext) ) ? ” : htmlspecialchars ( stripslashes(nggGallery::i18n($picture->alttext, ‘pic_’ . $picture->pid . ‘_alttext’)) );Forum: Fixing WordPress
In reply to: Link Colors Wrong on Main Posts Page Only (Forever Theme)Thanks, I’ll give both a try.
Forum: Plugins
In reply to: [WP Glossary] Hiding Text When Glossary Term Viewed in TooltipThank you for clarifying. I’m now using the excerpt area to specify the exact text I want. Follow up question: Can I remove the “Continue Reading ->” from showing in the tooltip? Thanks.
Forum: Plugins
In reply to: [WP Glossary] Hiding Text When Glossary Term Viewed in TooltipI’ll also note that links within the glossary definition don’t work when viewed in the tooltip. In my case, I don’t want them showing at all, but most people would probably want to keep the links working. Possible bug.
Actually I just noticed that my text/gallery.php is inactive so I think when using the Ngg Custom FIelds plugin it replaces it with it’s nag-custom-fields.php, code below. Any thoughts on how to remove the hover box? Thanks!
[ 830 lines of code moderated. That’s way too much. For that many lines of code please use pastebin.com instead. ]
Did anyone find a solution to this? Searching around myself. Thanks!