Powerful1
Forum Replies Created
-
I would be happy to do that, but the screenshot is 12000px long. Do you know a simple method to capture it all in one shot?
I am not sure. It was defaulting to Pass Thru mode. I cleared the cache and fiddled with settings and then it stopped defaulting. I am not sure if it is working though. I get the bypass cache error and my the adjustments my web host didn’t alleviate the error and we don’t seem to have processed more than 29% of the images.
But, at least we aren’t having resource and lag issues.So that sorted everything. We went from an 85 second load time to 3 seconds and the resource consumption seems fixed too.
Thank you so much!
Done. What should I be looking for?
To be honest, I don’t know. The plugin is actually currently disabled, but still images are being pushed through passthrough.
Any suggestions are welcome for us to move forward
@modvora I use a plugin called Post Expirator for this purpose.
Good luck
OR, I would be willing to code the text about each group into the functions file using a replacement, but I don’t know how to do that.
The idea being that on my event I can choose men|women, but the output is set to:
{has_att_group}#_ATT{group}{/has_att_group}
But instead of display ‘men’ or ‘women’, I would get the information about the group. If anyone knows how to do that…I’d love to know.
Cheers
Hey @buci
I did two things to my site.
To fix my ordinary posts, I removed the following code from the child theme functions file.
/** * Some hackery to have WordPress match postname to any of our public * post types. All of our public post types can have /post-name/ as * the slug, so they better be unique across all posts. Typically core * only accounts for posts and pages where the slug is /post-name/ */ function vipx_parse_request_tricksy( $query ) { // Only noop the main query if ( ! $query->is_main_query() ) return; // Only noop our very specific rewrite rule match if ( 2 != count( $query->query ) || ! isset( $query->query[ 'page' ] ) ) return; // 'name' will be set if post permalinks are just post_name, // otherwise the page rule will match if ( ! empty( $query->query[ 'name' ] ) ) $query->set( 'post_type', array( 'post', 'event', 'page','event-recurring' ) || is_singular( 'event' )); } add_action( 'pre_get_posts', 'vipx_parse_request_tricksy' );
To fix the calendar issue, I had to set a permalink slug for the calendar (I wasn’t using one). That was done in the EM settings, permalink slugs.
Then I had to go to the WordPress Permalinks settings under settings on the left.
I set the permalinks to normal. Click Save
Then I set the permalinks back to post-name and click saved.Everything works now.
Cheers
Hopefully there is a plugin update to fix the issue.
Hey Buci
I am still troubleshooting it. I created a second install of my site. https://tara.meditationinhouston.org/introduction-to-buddhist-meditation-a-mini-retreat/) I get a 404 error.
The calendar is here
https://tara.meditationinhouston.org/calendarWhat would create this error?
What I do know is that the shortcode pulls the content, but the event pages don’t display.
It is a permalink error. If I set the permalink to the basic structure /?p=123 then the events do display.
Also, if you you need a temporary fix Buci, you can redirect your events to pages that draw the info on shortcode. Not ideal, but a solution until the devs can work this out.
Thank you @angelo_nwl
If I can request it as a future addition, that will be great. I know there are many things you might want to do first, but I will put it out there.
Cheers
Thanks Slava
I tried the page scheduler
There has been a critical error on your website. Please check your site admin email inbox for instructions.Learn more about debugging in WordPress.
My WP is 5.4.1
My php is 7.2
I had the most recent version of SMTP
I had gmail as mailerThe four steps worked.
Also, I have a really comprehensive error log that might help you identify the error. Do you have an email I can send it to or a site where I can submit it?
Forum: Plugins
In reply to: [Constant Contact Forms] Cannot write to error logSure thing. Thanks for the awesome support!
Forum: Plugins
In reply to: [Constant Contact Forms] Cannot write to error logThe log is empty. There is no new email, either listed on the site, nor on our constantcontact.com list.
??