Deep Spring Farmer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing screen options dashboardThanks very much for the encouragement, I had resisted deactivating all the plugins, but went ahead and discovered it was Siteground Central plugin that took over the dashboard with no notification, no settings, no way of knowing. It is a plugin only available to Siteground hosted sites. If it had a reviews page, it would be getting 1 star.
Thank you, it looks like it is working after making the exclusions indicated.
Open issue, same problem. WPForm error on mobile: The form was unable to submit. Please contact the site administrator.
Hey, I edited it and got it to work as you suggested.
Thank you!Hi there, Thank you for your help.
I installed Code Snippets and copied in the CSS you suggested.
It didn’t change the form.
Is this what it should look like in Code Snippets?
Do I need to label the form with a CSS class?`add_action( ‘wp_head’, function () { ?>
<style>/*.wpforms-recaptcha-container.wpforms-is-recaptcha {position: absolute !important;} */
</style>
<?php } );I think I got it:
[eeb_mailto email=”[email protected]” extra_attrs=”target=’_blank'” method=”rot13″ display=”[email protected]”]
sourced from
https://wp-webhooks.com/docs/knowledge-base/available-shortcodes/.
Thank you!Forum: Plugins
In reply to: [The Events Calendar] “Indexed, though blocked by robots.txt”following
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic newsletter sent out old postThank you for the support. Rafael suggested that I change the newsletter setting to send immediately, instead of once a day at my chosen time.
Inconclusive as to why the newsletter setting sent out an old post.Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic newsletter sent out old postHi, I need to re open this support request.
The test newsletter that you suggested I send out, I selected users, thinking I was on the list, but wasn’t, so I didn’t see that the newsletter was sent out erroneously, because it went to my husband’s email.
So now I see there is still a problem, that if I create a new automatic newsletter, it is picking up the most recent Old post, and sending it out as if it were new. The mailpoet plugin has done this twice now, once to my whole email list, and once just to users.
Can you help me figure this out?Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Automatic newsletter sent out old postHi, I tried as you suggested, a new automatic newsletter set to send most recent post. I didn’t have any new posts, and the newsletter did not send out an old post. So my system did not replicate the problem – yay.
I looked at the old post that the initial newsletter send out erroneously, to see if I had revised it and that the post was sent by revision date, but there were no recent revisions. So it appears to be a mystery as to why the automatic newsletter sent out an old post. I am glad for us all that it doesn’t happen to others.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Sign up pageyes of course shortcode is the answer. Thank you for the help
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Sign up pageNo…want a page I can link to, and the only thing on that dedicated page is a paragraph describing newsletter and subscription form.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Sign up pageI still don’t get it, so I guess that means I need hired help. The purpose of having dedicated page is that I can include it as a link in email messages. Right now I just have the plugin in the sidebar, and so there is no dedicated subscription link available. I created a new page, so will figure out how to get help with populating it.
Forum: Plugins
In reply to: Order of categories in Category Blocks of Magazine layout in SuffusionHi ~ I asked this question on the Suffusion forums and received some expert help. The new Suffusion theme allows for a custom layout template. I am using it instead of the magazine template on front page at https://www.bodyworker.org. The site is very rough, but you will see 4 categories that are custom ordered through the widget technique outlined here:
https://aquoid.com/forum/viewtopic.php?f=4&t=8230&sid=7fba784349f5e9adbcb2e38b57c23727&p=33854#p33854Forum: Fixing WordPress
In reply to: Images won't centerThank you so much for the responses. I went to Suffusion theme Custom Includes and changed the code to: margin: 0 auto 5px;
It is now centered