digigirl
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Page Peel] Not working at all – no errors, no page peelHi, thanks for your reply.
As I mentioned above, when it didn’t work on the first one, I tried it on a totally fresh install (2.8.6) with nothing but the default theme and no other plugins activated. It still doesn’t work.
You can see it at http://demo.poshblogs.com
The plugin IS activated and I checked the pagepeel-js.php file to make sure the correct path was there. Still nada.
I’m not familiar with the wp_footer WP action support that you mentioned and reading the link you provided didn’t really make it very clear. The default theme does have this right before the
</body> tag. Is that all that’s needed or is there something more?<?php wp_footer(); ?>Anything else that could be keeping it from working?
Forum: Plugins
In reply to: [Plugin: My Category Order] Widget suddenly not workingThanks Michael! That was a quick easy fix I never would have thought of.
And, I didn’t know there was another option. Good to know for future.
Thanks again.
Forum: Plugins
In reply to: [Plugin: WP PHPList] Customization questionsIn case anybody else has this question, here is how I did it (I did this a while ago, so hopefully I’ve remembered everything).
Valerie
For the Learn More link on the widget:
Look for (approx. line 1167):<input type="submit" name="Submit" value="' . __('Sign me up!', 'phplist') . '" id="contactsubmit" />After that line, add:
<input type="hidden" name="phplist_submit" value="process" /> <div style="font-size:x-small"><a href="/wp/newsletter">Learn More...</a></div>Remembering, of course, to change the link target to whatever you choose.
For the label above the input box instead of next to it:
Change:
`if($widget) {
$labelBreak = ‘
‘;
} else {
$labelBreak = ”;
}`To:
`if($widget) {
$labelBreak = ”;
} else {
$labelBreak = ‘
‘;
}`Forum: Plugins
In reply to: [Plugin: Organize Series] Part X of a Series…. still shows in ExcerptCool, thanks. We can make do with it as it is for now. We’ll look forward to that correction in the next update.
Forum: Plugins
In reply to: [Plugin: Organize Series] Won’t accept anything but part 1 of seriesOkay, it did publish properly but it didn’t automatically number them by date. It showed them both as part 1 of 2. But, once they were published, I was able to go back in and correct #2 to #2 and it took it, which it wouldn’t do before it was published.
Forum: Plugins
In reply to: [Plugin: Link Library] Suddenly not workingYou da man! All fixed. Thanks for your help again!
Forum: Plugins
In reply to: [Plugin: Organize Series] Won’t accept anything but part 1 of seriesWe’ll give that a try. The Series Publisher didn’t seem to be working when we tried it the first time – it seemed we couldn’t publish at all, but maybe we just weren’t doing it right.
Forum: Plugins
In reply to: [Plugin: Organize Series] Won’t accept anything but part 1 of seriesSo, are you saying we have to publish the first part before we can set the second as part 2?
Forum: Plugins
In reply to: [Plugin: Organize Series] Won’t accept anything but part 1 of seriesThey were first saved as drafts
They were then published as private (so the world wouldn’t see them if they were still messed up) – then reverted back to drafts
The series was added when the post was first written, before being saved in any way.
Yes, I did just upgrade and experience this behavior. I did not notice this happening prior. This is the first series I have attempted to add since installing the upgrade.
However, as I mentioned above, I deleted 2.1.6 and re-installed 2.1.5 (which had been working previously) and it still did it. Since it didn’t help, I went ahead and re-upgraded to 2.1.6.
Thanks for your help.
Forum: Plugins
In reply to: [Plugin: Link Library] Suddenly not workingYes, I just switched it to show all categories, rather than just one. It works that way, but if it’s set to show one category, it jumps to the top of the page and doesn’t change categories.
Thanks for letting me know you saw my post. I can wait until you’ve got a chance to look at it. Thanks!
Never mind. I found it.
I’m having the same problem. Where in the code do you add the /wp/?
Forum: Plugins
In reply to: [Plugin: AmR iCal Events List] No Events Found Within Start & End DatesI did refresh the cache, and the events did fall within the set parameters. Unfortunately, I had to go with another plugin, as this is for a friend who is launching in the next day or two. So I no longer have it installed.
Sorry! Hopefully it was an isolated incident and others will not have this problem.
Forum: Plugins
In reply to: [Plugin: Link Library] Suddenly not workingUpdate – I quickly installed Link Library on another 2.8.5 WordPress installation that has the standard 255 character limits.
It still doesn’t work. It’s like the Ajax part is broken or something. It creates the list, but won’t update when you click on the category.
Forum: Plugins
In reply to: [Plugin: Google Calendar Feed Parser] Big errors on installGoogle Calendars working fine and still have the same errors.