mirgcire
Forum Replies Created
-
Here is a snapshot of the wf tables https://imgur.com/a/HZUp1ZU
Hi Cory,
Thanks for the suggestion. After I down rev’d the plugin, the problem still persisted. So I reinstalled your latest again. Magically, the problem went away. I which I had done that *before* I duplicated 9 posts by hand. Haha .. live and learn
I back rev’d to 1.2.32, but that did not fix the problem.
I am pretty sure I used that version successfully.Any suggestions?
Did one of the recent wordpress updates change the way custom data is handled?
Thanks!Forum: Plugins
In reply to: [XML Sitemap Generator for Google] “noindex” error in Google Search ConsoleSounds like I am have the same problem as above. Currently, the GXS plugin is reporting 5 pages to Google Search Console that are not in my web site. However, the names of the files sound like pages on my site, so they may have existed at one time. I searched all the records in the DB using myphpadmin and these names are not present. It seems pretty mysterious to me …. hope you GXS guys are working on this now. Thanks!
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Mail not being sentYes … that was it. I can’t be certain what the original problem, but I am guessing that I changed the sending email address. However, to fix the problem changed from POST SMTP to Easy WP SMTP, reconfigured everything and now it is working again.
Thanks for your consistent support.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Mail not being sentThanks for the suggestions.
I followed all your instructions.
I also found a way to send a test email on the SMTP settings page.
After sending the test message, I found these errors
————————————-
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
————————————-2017-12-29 06:34:09 Connection: opening to :25, timeout=300, options=array (
)
2017-12-29 06:34:09 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Name or service not known
2017-12-29 06:34:09 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to :25 (php_network_getaddresses: getaddrinfo failed: Name or service not known)
2017-12-29 06:34:09 SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0)
2017-12-29 06:34:09 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Warning: fopen(/home/effect27/public_html/live-site/wp-content/plugins/js_composer/js_composer.php):failed to open stream: No such file or directory in /home/effect27/public_html/live-site/wp-
includes/functions.php on line 4833
————————————-Is this useful?
Thanks!Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Mail not being sentWell I tweaked some more and tried again. This time it came back (no black screen) and there was a message saying the email had been sent. However, 30 minutes later, still no email.
This issue is pretty consistent. I delete it from the list and it disappears, then I start a new newsletter, and, after selecting the theme, all the same posts are there. Maybe the “newsletter” is getting deleted, but the list of posts is not.
Yes, I tried it several times, without success. Later, after several tries, I was finally able to make it work. … seems a little buggy to me.
Not even a warning.
Is there any alternative way to click open a popup without leveraging the javascript “click” function?
Hi yogaman5020, thanks for responding …
Actually, the ‘Google Reviews’ work fine on all pages … except pages with lesson listings. After experimenting a little, I discover that adding the slickquiz shortcut, causes the css class/id trigger to stop working. I am not sure how, but my guess is the slickquiz plugin is catching the click first, and preventing it from propagating.
Fortunately, I can remove the shortcode.
- This reply was modified 7 years, 5 months ago by mirgcire.
One more question (in addition to the unanswered one above). Is it possible to prefill the course number?
Nice! But I need to dig a little further.
We will have one form used for all classes (to be consistent). Since each class has a unique course number, would it be possible for us to view the entries and statistics for a specified course number. In other words can we sort by column and view only the desired entry. We my also want to sort by teachers name. And sorting by multiple columns would be nice as well.
Thanks ??
When you say “publish form submissions” do you mean summaries, or individual submissions? I need the summaries. For example, I would like to view the average level of satisfaction from all the students in one class, and a list of all the comments students made to a specific question. Maybe the easiest way for me to publish the summaries is to write my own code and pull from your DB tables, perhaps leverage your csv exports to move the data to my own tables. What would you suggest?