leblancj2
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Coupon Discount Price Per ItemForum: Plugins
In reply to: [Testimonial Rotator] Read More to RotatorThank you for the help! I saw that it was working on the longer testimonials and not the shorter ones. I switch out some of the shorter ones with longer ones to have the read more link up.
Forum: Plugins
In reply to: [Testimonial Rotator] Read More to RotatorWhat do I add to this [testimonial_rotator id=”22431″ show_size=”excerpt”] to get it to show up?
Forum: Plugins
In reply to: [Testimonial Rotator] Read More to RotatorDo I put the code into this file: testimonial-rotator/frontend-functions.php
If that is the correct file, where to I insert the code?Can I set the read more link to go to a certain page?
Forum: Plugins
In reply to: [Testimonial Rotator] Rotator on Page not showing excerptThat worked! Thank you!
For some reason everything is working perfectly now!
Still getting the same error: S3 Policy is Read-Only
I have the up to date plugins
I get this error now with the policy you sent:
S3 Policy is Read-Only — You need to go to Identity and Access Management in your AWS console and manage the policy for the user you’re using for this plugin. Your policy should look something like the following:
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Effect”: “Allow”,
“Action”: “s3:*”,
“Resource”: “*”
}
]
}Just figured out what EC2 is and the answer is no. Our site is hosted on a VPS.
What do you mean by “Is your WP hosted on EC2?”
Regoin: US standardIAM Policy:
{
“Statement”: [
{
“Effect”: “Allow”,
“Action”: [
“s3:ListBucket”,
“s3:GetBucketLocation”,
“s3:ListBucketMultipartUploads”
],
“Resource”: “arn:aws:s3:::truepotentialmedia”,
“Condition”: {}
},
{
“Action”: [
“s3:AbortMultipartUpload”,
“s3:DeleteObject*”,
“s3:GetObject*”,
“s3:PutObject*”
],
“Effect”: “Allow”,
“Resource”: [
“arn:aws:s3:::truepotentialmedia/*”
]
},
{
“Effect”: “Allow”,
“Action”: “s3:ListAllMyBuckets”,
“Resource”: “*”,
“Condition”: {}
}
]
}I’m still having this issue! Can someone please help?
I still have this error: Warning: strtolower() expects parameter 1 to be string
When I tried to change the bucket, I get this error: Error saving bucket: Failed to retrieve bucket region.
I cannot create a bucket either.
Forum: Themes and Templates
In reply to: [Bouquet] Child Theme not WorkingDummy me had the style.css named wrong in the FTP. I had style-child.css
Thanks for racking my brain!!
Forum: Themes and Templates
In reply to: [Bouquet] Child Theme not WorkingDreamweaver
C (Canonical Decomposition, followed by Canonical Composition)