TheViv
Forum Replies Created
-
Forum: Plugins
In reply to: [12 Step Meeting List] meeting layout changedOpen a discussion on their GitHub site here.
Forum: Plugins
In reply to: [12 Step Meeting List] PHP Warning: Undefined array key “location”If you go here: https://github.com/code4recovery/12-step-meeting-list/discussions and open a discussion or post your question, someone will be able to help you.
I don’t think I explained it properly.
What’s going on is that all internal emails, which are plugin reports going to the admin, are going through successfully. But in addition they’re being sent to the customer’s sent box in her email. When she opens her email and looks at her sent box, she sees all these emails that she supposedly generated to the admin, which is me. These emails are generated through these various plug-ins (what’s in the from email address) sent folders and she sees it in her email. This internal email is from wordfence, updraft plus, this plug-in, gravity forms and many others. I unchecked the box about forcing emails no matter what the plug-in says but that has no effect.
Before I changed hosting sites and before she moved to the Microsoft exchange server for her email, this plugin did not behave that way. Emails that were being generated through wordfence, for example, were delivered to the admin, and the email header, said WordPress@herdomain.?
You should post this question over here: https://github.com/code4recovery/12-step-meeting-list/discussions
It’s not resolved. Couldn’t get it to work. So I deleted plugin.
Forum: Plugins
In reply to: [12 Step Meeting List] “moving” my meeting listYou can export your meeting list data in the CSV format and save it.
If you have questions or need support with the plug-in, you should go to the GitHub site, located at https://github.com/code4recovery/12-step-meeting-list/discussions.
Also, try the Technology in A.A. Forum for general website questions. As stated on the website, the forum is for A.A. members to share about using technology for accomplishing the primary purpose of A.A. We range from technology giants to complete novices just interested in the subject. All are AA members or support AA technology, and? all are welcome. To sign up, go here: https://tiaa-forum.org/join/-Viv
Forum: Plugins
In reply to: [12 Step Meeting List] Importing IssuesGo to this site and open a discussion citing the issue. One of the support team will respond. https://github.com/code4recovery/12-step-meeting-list/discussions
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exclude Specific PageWhere in this code do I put the Page ID? In my case, it’s 7106
add_filter( 'relevanssi_do_not_index', 'rlv_post_exclusion', 10, 2 );
function rlv_post_exclusion( $block, $post_id ) {
$blocked_posts = array( 1, 2, 3, 4, 5 ); // List excluded post IDs here.
if ( in_array( $post_id, $blocked_posts, true ) ) {
$block = 'Excluded post';
}
return $block;
}Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exclude Specific PageThank you for your very fast reply.
Would a page be considered a post in this example, as long as I had the page ID?Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search Results from PagesI unchecked create custom search result snippets in the Excerpts and Highlights tab and that seemed to do the trick.
Is there any way I can eliminate the date that is displayed?
Thank you.
Test emails work.
Direct emails work from the domain.
We’ve been using your plugin with Gravity Forms for a few years. It’s a recent thing where some comcast.net emails are not getting through, and they’re not going to the user’s spam either.
SMTP Authentication is checked and has been since I’ve been using for over 3 years.
- This reply was modified 2 years, 2 months ago by TheViv.
Forum: Plugins
In reply to: [Events Made Easy] Event Title Doesn’t Show UpI am really trying, but it is still a fail. And am struggling to follow the video.
I installed plugin on my staging site.
To begin with, I already have a page called events. I want to leave it alone for the time being. But EME created one, and WP named it events-2. It also put at the top This page is used by Events Made Easy. Don’t change it, don’t use it in your menu’s, don’t delete it. Just make sure the EME setting called ‘Events page’ points to this page. EME uses this page to render any and all events, locations, bookings, maps, … anything. If you do want to delete this page, create a new one EME can use and update the EME setting ‘Events page’ accordingly.
Instead, I created a page “Test Events” and put the shortcode [eme-events], went to EME settings> events and pointed it to the new page and now when I view it, it’s blank and in edit it says at the top This page corresponds to Events Made Easy events page. Its content will be overriden by Events Made Easy. If you want to display your content, you can can assign another page to Events Made Easy in the Settings.
And then finally, there’s this on the settings page: The EME SEO permalink settings are conflicting with an existing page (the permalink setting for either events, locations or categories is identical with the permalink of another wordpress page). This might cause problems rendering either events or that page. Please resolve the conflict by either changing your EME SEO permalink settings or the permalink of the conflicting page. The conflicting page can be edited here. With here pointing to the original events page that I don’t want to mess with right now.
This is really hard to understand at such a basic level.
- This reply was modified 2 years, 4 months ago by TheViv.
Forum: Plugins
In reply to: [Events Made Easy] Event Title Doesn’t Show UpThank you for your prompt response to my question. That is a huge plus. Right now I’m just using your demo site to put in a sample event.
I believe my WordPress site is WordPress compliant. All I’m looking for is a simple, lightweight plug-in not laden with graphics. I’d like to add recurring events. I’d like to have it display on the events page as a calendar or in list view. It be great to have some widgets which would list out a simple bullet list of say the next five events with a link back to each of the events. As a bonus it would be great to put in a meeting URL if it’s a online event.
I will look around to see if that indeed is documented somewhere and try to give it some more time.
Forum: Plugins
In reply to: [Event Organiser] Critical Error Viewing EventLMK if you find something. Thanks.