Naz
Forum Replies Created
-
Forum: Plugins
In reply to: [oAuth Twitter Feed for Developers] Breaks homepagequbed, I think I’m experiencing the same issue. Could you tell me how you managed to solve it? Thanks!
Forum: Plugins
In reply to: [oAuth Twitter Feed for Developers] PHP error in StormTwitter.class.phpExperiencing the same problem. It was fine a few weeks ago and suddenly (I didn’t even change anything) it’s been giving me this error and my feed won’t show up.
Does anyone have a fix for this? Thanks!
Edit: Figured it out. As redearthdesign mentioned, use is_array(). I’m using the following code now and it works:
if (is_array(getTweets(1))) { $tweets = getTweets(1); foreach ($tweets as $tweet) { // The rest of your code } }
I opened a support ticket on your website. Thanks!
Hi,
Thanks for your help. How would I fix this? I added the form using the Wysija Subscription Form button in the visual editor. Button label is set to the default text, “Subscribe!”, and there is no option to change the value of the input field.
Hi,
Thanks for your help. Unfortunately, that didn’t do it either. :-\
I’m also having a problem with the text not showing up on the ‘Subscribe’ button on this page: https://www.justhonest.net/newsletter/
I had the same problem when I manually added the widget code to the sidebar (instead of using a widget), which is why I switched back to the widget. But now I’m getting this problem again when I add the subscription form in the visual editor.
How would I fix this?
Thanks!
I re-added the widget to the sidebar.
The HTML of the input field is:
<input type="text" name="wysija[user][email]" class="wysija-email validate[required,custom[email]]" id="form-wysija-nl-iframe-2-wysija-to">
Thanks for your response.
The website’s URL is https://www.justhonest.net, but I temporarily removed the widget as I’m having problems sending e-mails (as mentioned in my other topic).
Thanks!
I sort of fixed this problem myself by creating a custom sidebar for the widget.
It works fine so far, but for some reason the following CSS code has stopped working:
.widget_wysija input[name="wysija[user][email]"] { ...your styles... }
What I want to do is make the width 100%. It worked before, but stopped working when I added it to a different sidebar.
My CSS code is:
.widget_wysija input[name="wysija[user][email]"] { width: 100%; }
Thanks in advance for your help!
Forum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] Can't activate plugin – fatal errorWow! Thanks for the help, apotropaic! I can’t believe it was that easy to fix! ??
Forum: Plugins
In reply to: [Flexible Posts Widget] [Plugin: Flexible Posts Widget] Multiple taxonomiesHello,
Thanks for adding this feature. I really appreciate it.
And thanks for the very helpful suggestions!
Hello,
Thanks so much for your help. I really appreciate it! Unfortunately, most of the code you commented on was added by plugins, and I’m not comfortable editing these plugin files because they will be overwritten after each update.
Does this mean this plugin will not work for me if these issues remain unchanged?
Thanks for your time!
Thanks for the link. I sent a test e-mail and that seems to work. However, when I click ‘Edit’ to edit a mailing list about 25% of the time it doesn’t work so I have to retry and retry (and reload the page) until it works.
I tried all of the .js options and it didn’t fix anything. I do have wp_head() in my theme file, I’m using an English version of WordPress and I’m not using multisite.
I hope that helps. ??
I’m having the same problem with the AJAX not working. When I checked my analytics I noticed people did sign up for my newsletter, but they didn’t show up as subscribers. So I checked the form and noticed it gets stuck on the ‘sending’ part when signing up for the newsletter.
Hey!
Thanks so much. Everything seems to work just fine. I’m loving it so far! ??
Keep up the good work!
Here you go: https://pastebin.com/BCKRXHgq
Thanks for your help!