realtech
Forum Replies Created
-
Forum: Plugins
In reply to: [Favorites] Uncaught TypeError: Cannot read property ‘posts’ of undefinedWhat is the other plugin? We’ll use it too ??
Forum: Plugins
In reply to: [Favorites] Uncaught TypeError: Cannot read property ‘posts’ of undefinedWe are getting the exact same error.
Please find a solution soon!Forum: Plugins
In reply to: [Canvas Image Resize] 5 times larger filesize than originalSet to 85% it ends up at 208k instead of the original 195.2k.
After sizing it down and optimizing at 85% the filesize should be much smaller, not larger.Forum: Fixing WordPress
In reply to: Regenerated Images file size larger than originalI’m having very similar issue. I have tried several plugins including;
Canvas Image Resize
WP Smush
Resize Image After Upload
there were a few more, but I forgot them all.
Some plugins resize the image in dimensions as per settings, but filesize is still larger than the original. Some plugins don’t work on the resize settings, but still upload a huge filesize.I am looking at the original image filesize, it was 200k before uploading. After uploading in the Media area filesize is 1M.
Tried on several sites, 3 different themes, multiple WP versions.Forum: Plugins
In reply to: [Resize Image After Upload] Plug-in not working with latest WordPress VersionUsing WP version 4.6.1, images are much larger in filesize than the originals!
Example: I uploaded a file that was 200k in filesize, after the upload it is 1M.We run this plugin on many WP sites, please fix!
Forum: Plugins
In reply to: [Plugin Name: Traffic Stats Widget Plugin] Unexpected textSame file edit line 165
take the space out, should look like this:add_filter( 'post_link', array( $this, 'ppr_filter_page_links'), 20, 2 );
It would be very cool if there was a whitelist ability in that section of the settings….
Forum: Plugins
In reply to: [Article Forge] Fatal error regwptk_generate_content(); undefined.I got the same error, then looked in the plugin’s functions and used
<?php regwptk_get_content(); ?> in my template files and that seems to work fine.Seems the docs have the wrong info…
Forum: Plugins
In reply to: [SimpleMap Store Locator] Fatal Error when trying to access SimpleMapI’m getting the same error. The WP site has been running fine with this plugin for a long time.
Any help?Fatal error: Cannot use object of type WP_Error as array in /home/fdhs/public_html/wp-content/plugins/simplemap/classes/ft-ps-client.php on line 105
UPDATE: I upgraded both Store Locator and SimpleMap plugins and now it is fully functional.
Sorry, I should not have posted until after upgrading!Forum: Plugins
In reply to: [WP-EMail] Whoops! Page Not Found.I’m getting page not found as well (404). I’m trying to use this on a custom post type.
Is this compatible with custom post types?
Any troubleshooting info?Thanks!
Works perfectly… thanks!