TraciBunkers
Forum Replies Created
-
Forum: Plugins
In reply to: [tcS3] Uploads file but doesn't transfer to S3 bucketI figured out the problem! The S3 bucket path needed to be just
/blog/wp-content
instead of
/blog/wp-content/uploads
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] WPBruiser causes redirects to not workThanks for such a quick response. My webhost was helping me problem solve why my redirects weren’t working–I’ve been trying to figure it out for about 4 days. And if I just disable the plugin but leave the “blog” folder it created, the redirects don’t work. But when I delete the blog folder, they work again. So it’s definitely the blog folder causing the problem.
I’ll e-mail you.
Forum: Plugins
In reply to: [tcS3] Uploads file but doesn't transfer to S3 bucketI took 2 screen grabs (with my AWS key & secret not showing) & pasted them together in photoshop. Here’s a link to see it.
You can’t see the whole address in some of the boxes, so here’s what they are:
bucket path: /blog/wp-content/uploads
local URL: https://www.MY-SITE.com/blog/wp-content/
S3 URL: https://d2k2naxhvn4zw5.cloudfront.net/blog/wp-content/No, I don’t get the banner that shows when you first activate the plugin but don’t have it set up yet. I did before I set it up.
Forum: Plugins
In reply to: [tcS3] bucket regionI found the answer here.
“US Standard” means “us-east-1”
Forum: Plugins
In reply to: [tcS3] does this work with Cloudfront?I can answer my own question–I found the answer in this earlier thread that says
If you wish to be able to use cloudfront, use the cloudfront URL in the S3 URL field. Images will be uploaded to your bucket, but image URLs will be pointed at cloudfront!Forum: Themes and Templates
In reply to: [Optimizer] Easy to switch to a different theme?Whoops. I guess I need to mark it as resolved before posting.
Forum: Themes and Templates
In reply to: [Optimizer] Easy to switch to a different theme?Great! Thanks for answering. I’ll mark this as resolved.
Forum: Themes and Templates
In reply to: [Optimizer] Easy to switch to a different theme?OK, so the content in the widgets won’t be lost? That’s my main concern if it’s all built with widgets.
Forum: Themes and Templates
In reply to: [Optimizer] Easy to switch to a different theme?What about any content that is in the widgets? Will that be gone if I switch themes? Any way to export it? Or would I be forever tied to the theme unless I didn’t mind losing the content?
Forum: Themes and Templates
In reply to: [Optimizer] Easy to switch to a different theme?It sounds like you’re just trying the live preview. I’m talking about if I switch to Optimizer, and then in the future want to change to a different theme. I’m concerned that all of the short codes that are used might cause a problem when switching to a different theme.
Forum: Fixing WordPress
In reply to: WordPress 4.4 Update – srcset attributes to invalid image addressesI’m having the same problem, but was using a different S3 plugin. I tried WP Offload S3 to see if it would fix it for me, but it didn’t. I found this post about disabling the responsive images, and that worked for me. Here’s the code:
function disable_srcset( $sources ) { return false; } add_filter( 'wp_calculate_image_srcset', 'disable_srcset' );
put it in your theme’s functions.php file
Forum: Fixing WordPress
In reply to: wordpress load images without using httpsIt looks like the problem might just with your thumbnails. If you click on the link, the full image does show. But, looking at it in firebug, there are a lot of errors, saying it blocked loading mixed content–content with URLs as http. So your thumbnails (and some other plugins) have http as the URL, so they aren’t being loaded. Here are some of the errors listed in firebug:
Loading mixed (insecure) display content “https://www.tiendanl.com/wp-content/uploads/2016/01/TUFUVENGQjcz-300×300.jpg” on a secure page
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/plugins/wpb-woocommerce-product-slider/assets/js/toucheffects.js?ver=1.0”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/plugins/wpb-woocommerce-product-slider/assets/js/owl.carousel.js?ver=1.3.2”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/plugins/wpb-woocommerce-product-slider/assets/css/owl.carousel.css?ver=1.0”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/plugins/wpb-woocommerce-product-slider/assets/css/main.css?ver=1.0”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/plugins/wpb-woocommerce-product-slider/assets/js/modernizr.custom.js?ver=2.7.0”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/uploads/2016/01/R0lPQzkwMDIy.jpg”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/uploads/2016/01/VlRFQzgwMTUzOTIy-300×300.jpg”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/uploads/2016/01/R0lPQzE4NTUw-300×300.jpg”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/uploads/2016/01/TUFUVENGQjcz-300×300.jpg”
Blocked loading mixed active content “https://www.tiendanl.com/wp-content/uploads/2016/01/R0lPQzE2NTI1-300×300.jpg”edit: I was posting this while the previous post was made, explaining the same thing.
Forum: Plugins
In reply to: [Plugin Organizer] Extremely disappointed. Best feature removed.I just recently updated wordpress to 4.3.1 & a updated a bunch of plugins, including this one. I’ve spent several days trying to troubleshoot why I couldn’t change the order of my plugins anymore, and just realized from this thread that the load order no longer shows on the plugin page, and there is a separate page for it. Doh! I wish it had stayed on the plugin page.
Forum: Fixing WordPress
In reply to: custom gravatar links to i2.wp.com causing site to be insecureI’ve had it back at it’s unsecure state since your first reply. But, I decided it would be best just to delete the comments that were on that page & make it so that people couldn’t comment on it. Now I get the secure padlock.
Forum: Fixing WordPress
In reply to: custom gravatar links to i2.wp.com causing site to be insecureI’ve checked with Firefox, Safari & Chrome (on a mac), & all of them say they are insecure. I had a friend check on her computer (also a mac) in those 3 & it also said insecure. on my ipad 2, IOS 7.1.1 & iphone 4, IOS 7.1.2, in safari they both say it’s insecure.
But, a friend checked on his iphone in Chrome & safari, and it showed as secure for him–not sure what IOS he’s on. And some friends on PCs checked, & it’s secure in Chrome & IE.
For me, using the developer’s tool, I get the same warning in both Firefox & safari about insecure content from https://i2.wp.com/www.tracibunkers.com/blog/wp-content/gallery/graphics/wings.jpg.