thewebhead
Forum Replies Created
-
Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] 1.2.0 doesn't workNew version works compressing files individually without producing the error message, but does not work doing bulk compression.
Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] 1.2.0 doesn't workI downgraded the plugin and get this error hitting the compress button:
Warning: Invalid argument supplied for foreach() in /home/popdirt/public_html/wp-content/plugins/tiny-compress-images/src/class-tiny-plugin.php on line 98
Compressed 1 out of 1 sizes
Total size: 16 kB
Compressed size: 16 kBLooks like the 1.2.0 version did compress the images, and didn’t flash the above error, but just didn’t indicate it in the Media Library (ie. said “Compressed 0 out of 1 sizes” and a compress button).
Forum: Plugins
In reply to: [Simple Backup] Backup file names should income domain nameWhoops, I meant “Backup file names should _include_ domain name”
Forum: Plugins
In reply to: [ByREV WP-PICShield] "Redirect Direct Clik" Not Working For MeCheck with my host and learned Varnish was installed on the server and had it removed. That fixed it.
Forum: Plugins
In reply to: [ByREV WP-PICShield] "Redirect Direct Clik" Not Working For MeI tried that, didn’t work. Also, when I click the attachment post URL after the watermark shows up the image is still watermarked on my own web site.
Forum: Plugins
In reply to: [ByREV WP-PICShield] Images Removed By GoogleI haven’t had an issue with images falling out of Google’s image index. Perhaps it was an issue unrelated to this plugin
Forum: Plugins
In reply to: [ByREV WP-PICShield] Errors activating (permissions?)I got it working after getting suPHP installed.
Forum: Plugins
In reply to: [Imaguard] Images are falling out of google images (timestamp?)I tried that change again removing the timestamp, and images load locally fine, but coming in from google they are broken. Only upon a refresh the image loads. I remember trying this a while back and using the image file name to redirect to a wordpress search with the image filename being the search string, and it would go to the page that had the image, but the image would be broken because the hotlink protected referrer displayed it as broken.
Forum: Plugins
In reply to: [Imaguard] View Origina No redirect to PostI was thinking what perhaps you could do is set up the watermark based on where the images are served, since now the frame google images uses to serve images is now always https://www.google.com/blank.html (or google.ca, google.co.uk, etc). The “view original image” isn’t in that frame. So it would be something like if refer=https://www.google.com/blank.html then watermark, else redirect
Forum: Plugins
In reply to: [Imaguard] Version 1.3 releasedThe redirect when clicking view original image works for me Nashua. I was just talking about how the code goes from /index.php?p=### and 302’s to /?p=###, so you can wipe out index.php… but either way it goes to the page the image is on, not the homepage, for me.
Forum: Plugins
In reply to: [Imaguard] Version 1.3 releasedYou can eliminate a 301/302 hop if you make this change when linking the image to the original story:
From:
$ir_location = get_bloginfo('url')."/index.php?p=".ir_getpostidbyurl($_GET['img']);To:
$ir_location = get_bloginfo('url')."/?p=".ir_getpostidbyurl($_GET['img']);Forum: Plugins
In reply to: [Imaguard] redirects are going to URLs that begin with "1" in titleJust wanted to note on this thread since it was hashed out over email that the redirect conflict was because of the “Permalink Redirect” plugin I had installed. Deactivate that and the -1 and subsequent redirect to the next sequential title starting with 1 in the post title goes away. That plugin has been downloaded 45k times but hasn’t been updated since 2009.
Forum: Plugins
In reply to: [Imaguard] redirects are going to URLs that begin with "1" in titleI think this would work in the theme header.php for the noindex,follow:
<?php if (is_ir_page_slug() ) {echo '<meta name="robots" content="noindex,follow" />';}?>I’m not sure search engines would like a disallow to where the traffic they are indexing is ending up
On the “1” redirect, basically if I click any .jpg link on bing or google I go to the first post where the title starts with “1”, I don’t go to the show-image link I’m intended to go to. If I hit the back button and click the jpg link again, I do go to the correct destination. I tried deleting the posts with titles that start with “1” but it just went to the next one in sequence. I have thousands of stories and am unsure how many start with “1” so I’m not sure if it’s an alpha-numeric issue that would continue forever or only with posts starting with “1”
Forum: Plugins
In reply to: [Admin Word Count Column] Couple of issuesYes, I get these errors in version 2.2
Forum: Plugins
In reply to: [Admin Word Count Column] Couple of issuesI have upgraded. Those are issues for me with the latest version.