vihanchaudhry
Forum Replies Created
-
@bruceallen Yes they’re back! Thank you! ??
Forum: Fixing WordPress
In reply to: How to implement a poll/survey on each post (example provided)Is there a way to do the first option that doesn’t involve manually creating and embedding a new survey each time a new post is made?
Also the second option does not work since the whole idea is to get feedback on each individual post.
Forum: Fixing WordPress
In reply to: Post thumbails broken since installing SSL@rogierlankhorst I just deactivated Autoptimize, W3 Total Cache, and Post Types Order and it didn’t seem to help. I don’t believe there’s any lazyloading on the site.
I don’t know where to even begin looking for the php script that is generating thumbnail src. Seems like a theme issue if I’m not mistaken?
UPDATE: I FIXED IT! I decided to figure out where the theme came from. Apparently it’s a fork of a theme called FitPro so I simply googled for SSL-related thumbail issues with FitPro and immediately came upon this thread:
Pls make sure the WordPress Thumbnail Generation in Theme Options->General tab is set to WordPress. That should resolve the issue. The Aqua thumbnail generation does not work well with SSL.
This solved it for me. Thank you @sterndata and @rogierlankhorst for helping me narrow down the issue!!
- This reply was modified 5 years, 6 months ago by vihanchaudhry. Reason: resolved
- This reply was modified 5 years, 6 months ago by vihanchaudhry.
Forum: Fixing WordPress
In reply to: Post thumbails broken since installing SSLI added these lines to the .htaccess file:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I also added this to wp-config.php:
define('FORCE_SSL_ADMIN', true);
And I installed and activated the plugin Really Simple SSL.
- This reply was modified 5 years, 6 months ago by vihanchaudhry.
- This reply was modified 5 years, 6 months ago by vihanchaudhry.
- This reply was modified 5 years, 6 months ago by vihanchaudhry.
- This reply was modified 5 years, 6 months ago by vihanchaudhry.