gogela
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact Form 7 Checkbox and Interest GroupsWell, the good news is that you could replicate the problem! I’ll look forward to the next iteration of your plugin, than, and use something else in the interim. I do like the UI of yours though, so good luck to you.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact Form 7 Checkbox and Interest GroupsEvan,
Correct. I’ve tested it on a few sites… when the checkbox is there the form will appear to hang and not post a confirmation. The mail is sent and reciprocal messages go out if there are any, so CF7 is working up until the confirmation div is activated, but from the user’s point of view it just hangs. The e-mail address is not added to the MailChimp list. Thanks for looking into this.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact Form 7 Checkbox and Interest GroupsAh. OK. I wonder what’s wrong… I found out that despite the “hanging” the e-mail goes out from CF7, but there’s no confirmation, and the e-mail address isn’t added to the MailChimp list/group. What plugin are you using that works, if you don’t mind me asking?
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Contact Form 7 Checkbox and Interest GroupsIs your checkbox working with Contact Form 7? I added it via:
[yikes_mailchimp_checkbox label=”Sign up for our newsletter!”]
Once a form has been filled out and “submit” has been hit, it just hangs.
Forum: Plugins
In reply to: [EventCalendar] events that repeat@support Web-Dorado – do you have an ETA for the fix? Repeating events on a weekly basis display, but adding an event that, for instance, repeats on the first Friday of every month crashes the calendar. This seems like a pretty basic calendar function to be crashing things.
Thank you _gk0! That sure helped me out too!
Forum: Plugins
In reply to: [Etsy Shop] Show more than 3 columns of products?Change the 4 on line 112 of etsy-shop.php to a 5 if you want 4 columns, or a 6 if you want 5, etc…
if ( $n == 4 ) {
becomes
if ( $n == 6 ) {
giving you 5 columns…Forum: Themes and Templates
In reply to: [Customizr] Adjusting the Slider Sizedoublepost sry
Forum: Plugins
In reply to: [WP RSS Multi Importer] Problem with thisfeed="X" in short codeIt’s probably me. Marking “resolved” b/c not necessarily plugin… probably something else.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Problem with thisfeed="X" in short codeNope. It works in all browsers for me too. There must be something else going on. Maybe there’s a conflict in my WP child theme….
Forum: Plugins
In reply to: [WP RSS Multi Importer] Problem with thisfeed="X" in short codeYah that’s what I don’t get… I keep looking at the code for the plugin and it seems like this shouldn’t be possible. Have to be missing something…
Forum: Plugins
In reply to: [WP RSS Multi Importer] Problem with thisfeed="X" in short codeActually no… I switched it back to DEFAULT and it’s got the same problem. Also, when using any template the morestyle=”” works fine… that’s not the problem. So let’s just work with default. I’ve tried it on a few blogs on a few hosts now and the parameter thisfeed=”” works when there is only one RSS feed on the page, but not when there are two categories. This is a problem I’m able to consistently test. I’m just having trouble finding the bug in the code I think… will keep looking but any advice appreciated!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Problem with thisfeed="X" in short codeI’m using the default template… but I removed the style=”” inline markup. I don’t know how that would have an effect… but then I guess I don’t know what the problem is either so who knows? Hmm… I did change the template name. Maybe that’s it? I really appreciate your time BTW!
Can you point me to the file that selects the default template for using those parameters? Maybe I can re-write a js or some key php? Maybe I can help by making it work with any template?
Forum: Fixing WordPress
In reply to: My Links Crash Explorer! Please help!You got it! Thanks a lot, podz!
Forum: Fixing WordPress
In reply to: My Links Crash Explorer! Please help!Sure thing! It’s done.