jardah
Forum Replies Created
-
I changed buttons with custom css. And yes, you need verification if you want to change your app img/url etc..
Ok, thanks. I’ve edited that lib and I left only what I need. Love your plugin. Keep it up 🙂
Forum: Fixing WordPress
In reply to: Mixed Content Warning – Can’t find sourceSo next way to solve it is download plugin.
I personally prefer Really Simple SSL plugin with mixed content fix. But you can also change links in database form http:// to https:// and change links in theme.Forum: Fixing WordPress
In reply to: Cant get navigation bar/menu to resizeAs I can see, you fixed that error 🙂
And btw. I recommend you to optimalize your website: https://gtmetrix.com/reports/thefletcherfoundation.org/74AwBhLy
Its terribly slow.
Forum: Fixing WordPress
In reply to: Mixed Content Warning – Can’t find source<ifModule mod_headers.c>
Header always set Content-Security-Policy “upgrade-insecure-requests;”
</IfModule>
Add this to your .htaccess and you should me fine.Forum: Fixing WordPress
In reply to: Update page don’t work after hosting moveI took class-wp-taxonomy.php from original wp instalation and it started working. Thanks.