jandreasen
Forum Replies Created
-
Forum: Plugins
In reply to: [PixGridder] PixGridder 1.1.0 not compatible with WP EditorI found a setting in WP Editor that allows you to disable the Posts editor, so I can now use PixGridder on my page and WP Editor as my theme file editor.
But I would still like to be able to use WP Editor on my posts, so I’m still hoping a conflict resolution can be found.
Thanks again!
Forum: Plugins
In reply to: [Meteor Slides] Slideshow moves down on hoverHi Josh,
YES! That worked.
Thanks for your help.
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Not getting download emailThe great folks at Codepeople sent me the correct Notification URL, which was
https://PutYourWebsiteInHere.com/?ms-action=ipn
.If you have a normal WordPress install in the root of your public_html directory, this may also work for you.
This fixed the error message I was getting from PayPal on the IPN settings page, but didn’t fix the problem with not getting the email confirmation messages.
I finally deactivated 4 plugins that I wasn’t using, and one of them was apparently causing a conflict, because after that, the confirmation messages started coming through. I don’t know which plugin it was, but here’s the list of the ones I deactivated:
Advanced Code Editor
Child Themify
List category posts
More FieldsHope this helps!
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Not getting download emailOK, I’ve sent you a message on your support page. It actually might have gone through twice because I hit the back button.
Thanks again for your help.
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Not getting download emailI tried to delete the URL in the Notification URL box, but it doesn’t let me and I get this error message:
You must enter a properly formatted URL into the Notification URL field in order to activate Instant Payment Notification.
The last time I looked at the IPN History, I think the status was “Pending”. Right now it’s “Disabled”, possibly because I turned my IPN off and on to see if it would let me delete the Notification URL.
I just tried a new one and the IPN History says “retrying”.
I really need to get this to work. Anything you can do to help would be great.
Thanks.
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Not getting download emailJust in case, I tested it with my PayPal account, turning on IPN and putting the URL for the ms-ipn.php file into the Notification URL. I then did another purchase, and the PayPal emails to the buyer and seller addresses were generated, but neither of the Music Store buyer or seller emails were generated. And Music Store still shows no sales.
Help?
Also, just to be thorough, when you say that the ms-downloads directory needs to be writeable, is 0755 permissions good, or should it be something else?
Thanks for your fast replies.
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Not getting download emailOK, I can help my client set IPN up, but what should I use for the Notification URL? Do I have to set up some kind of special page, or is there a URL created by Music Store that I should plug in there?
I just found an ms-ipn.php file in the music-store directory. Do I use the URL for that file for the Notification URL?
Thanks!
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Arrows on the store pageWell, I’ve reformatted the test page and for some reason the arrows are now gone. If they come back, I’ll post another question.
Thanks!
Hi,
Thanks for sending the file. It fixed the problem!
Yay!
Forum: Plugins
In reply to: [Music Store - WordPress eCommerce] Audio player not showing in IE 10Thanks for your reply.
I uploaded the ogg file as the short clip, since I don’t have a short clip in mp3 format. I’ll just upload a different mp3 file as a clip for the test.
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Can Response message be put into a popup?I hate to bump this post, but I really need an answer to this question. Even a suggestion as to where I might find an answer would be great.
Thanks!
Forum: Fixing WordPress
In reply to: Posts not appearing on page when certain categories selectedI don’t know. My WordPress knowledge isn’t that extensive. And this is a site that’s already coded by someone else. I’d be afraid to introduce something like that in the fear that it would break the site entirely.
Based on the info I was able to provide above, do you think my solution was appropriate? I’m not sure what the effect/intent of the
<?php query_posts('cat=-5,-6'); ?>
code is vs. the<?php query_posts('cat=1'); ?>
code I substituted.Thanks,
Jerri
Forum: Themes and Templates
In reply to: Remove the site name from the top of Twenty TenThe
display: none
solution works, but what happens when the twentyten theme gets updated? Does the style.css get overwritten? If so, is there a more permanent solution? A plugin? Or a custom CSS file we can add/modify that won’t get overwritten?Thanks!
Hi,
I’m having this same problem, and I tried editing the paypal.class.php file, but that didn’t help.
Any other ideas?
Thanks!
Forum: Fixing WordPress
In reply to: Widget text disappears after editing with PHPAdminuhhh… I mean PHPMyAdmin, not PHPAdmin.