AndrzejL
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat ignores all the https traffic right?WordPress Address (URL) https://domain.bla/wordpress
Site Address (URL) https://domain.bla/wordpress
I am not running https on a standard 443 port. Would this affect it?
Cheers.
Andrzej
Forum: Plugins
In reply to: [SlimStat Analytics] Slimstat ignores all the https traffic right?Permalinks are definitelly https aware they look like this (in example)
https://domain.bla/wordpress/2013/09/10/sample-post/
What else could I check?
Cheers.
Andrzej
Forum: Fixing WordPress
In reply to: Blackout for my local wordpress installation…Hi all.
I did it. It works.
There are 2 files You need to edit.
I am using this theme:
https://www.ads-software.com/extend/themes/red-evo-aphelion
I went to my theme folder – in my case it was
/var/www/html/wordpress/wp-content/themes/red-evo-aphelion
and thanks to JackBauer24 I was able to edit 2 files (as root)
header.php
original file: https://pastebin.com/qAqiM1Lv
modified file: https://pastebin.com/4Q9LaBY2
style.css
original file: https://pastebin.com/VrX8x4LW
modified file: https://pastebin.com/E2k2PkHt
and I had to throw a image file into the same folder:
Black_Out.png
Image file: https://s6.postimage.org/xwa9anyj3/Black_Out.png
So editing 2 files in Your theme folder and adding graphics should do it.
I did not wrote the code I have just implemented it. If You know what You are doing feel free to extract / use the code on Your site but I am not taking any responsibilities if You mess something up.
Do not copy the entire content of modified css and php file and paste them into Your files coz You will mess up Your theme. Only parts of the code are necessary to make this thing work.
Marking thread as solved.
Regards.
Andrzej
P.S. Sorry about the bump ;).
Forum: Fixing WordPress
In reply to: WordPress 3.0.5 not resizing images in posts.HA! I resolved this problem. I used:
<center><img src="https://img573.imageshack.us/img573/4185/snapshot020.png" alt="Example." /></center>
and the center part was messing it up for me.
Marking as resolved.
Andy
Forum: Fixing WordPress
In reply to: WordPress 3.0.5 not resizing images in posts.Hi mrmist.
You are correct. I am hosting images on imageshack – however previous posts contain imageshack hosted images as well and are behaving correctly. I did a little experiment earlier today as I thought its a imageshack’s fault and I have added image which was stored locally and on my dropbox public folder. Same result. It’s not the image hosting page that is messing up the posts.
Thanks for Your reply.
Andy