David Radovanovic
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Thumbnail Editor] [Plugin: Post Thumbnail Editor] pte not defined rrorDid I get the command right?
Forum: Plugins
In reply to: [Post Thumbnail Editor] [Plugin: Post Thumbnail Editor] pte not defined rror[user@myserver plugins]$ find * -iname '*.php' | xargs grep 'warnDelete' [user@myserver plugins]$Forum: Plugins
In reply to: [Post Thumbnail Editor] [Plugin: Post Thumbnail Editor] pte not defined rrorSure thing: http://pastebin.com/fkxaAPpi
Forum: Plugins
In reply to: [Post Thumbnail Editor] [Plugin: Post Thumbnail Editor] pte not defined rrorGive me the command line and I’ll run it…
Forum: Plugins
In reply to: [Post Thumbnail Editor] [Plugin: Post Thumbnail Editor] pte not defined rrorForum: Plugins
In reply to: [Post Thumbnail Editor] [Plugin: Post Thumbnail Editor] pte not defined rror.../wp-admin/admin-ajax.php?action=pte_ajax&pte-action=launch&id=12876&TB_iframe=true&width=640&height=699 .../wp-admin/js/common.js?ver=20120102 .../wp-admin/js/utils.js?ver=20101110 .../wp-includes/js/hoverIntent.js?ver=20090102 .../wp-includes/js/jquery/jquery.js?ver=1.7.1Forum: Plugins
In reply to: [Post Thumbnail Editor] [Plugin: Post Thumbnail Editor] pte not defined rrorsewpafly, thanks for the quick reply. Here is what appears in Chrome’s Console after F12:
admin-ajax.php:22Uncaught ReferenceError: pte is not defined (anonymous function)admin-ajax.php:22 f.Callbacks.njquery.js:2 f.Callbacks.o.fireWithjquery.js:2 e.extend.readyjquery.js:2 c.addEventListener.Bjquery.js:2 Resource interpreted as Image but transferred with MIME type text/html: "http://www.chefsconsortium.com/wp-admin/admin-ajax.php?1679696872".Not sure it gives a clue to the offending plugin’s javascript.
thanks!
Rahe, Everything is as it should be ABOVE? So, I should not worry about image scr size attributes being printed since your script chooses the appropriately sized image needed based on screen size? The “Breakpoints” images chosen (in drop-down) should be slightly larger than the breakpoints indicated to the left? Thanks for your help!
BTW – how does your script know which size image to load, via queries?
also, I’m still getting img sizes:
<img class="attachment-thumbnail wp-post-image" width="100" height="100" src-full="http://www.chefsconsortium.com/wp-content/uploads/2012/03/Lentils1-e1331257854478.jpg" src-large="http://www.chefsconsortium.com/wp-content/uploads/2012/03/Lentils1-e1331257854478-768x768.jpg" src-medium="http://www.chefsconsortium.com/wp-content/uploads/2012/03/Lentils1-e1331257854478-550x195.jpg" src-thumbnail="http://www.chefsconsortium.com/wp-content/uploads/2012/03/Lentils1-e1331257854478-100x100.jpg" title="Lentils" alt="Lentils" src="http://www.chefsconsortium.com/wp-content/uploads/2012/03/Lentils1-e1331257854478-100x100.jpg">above [strange] syntax is produced using:
<?php $thumbnails = get_posts('numberposts=5&category=613&orderby=date&order=DESC'); foreach ($thumbnails as $thumbnail) { if ( has_post_thumbnail($thumbnail->ID)) { echo '<a href="' . get_permalink( $thumbnail->ID ) . '" title="' . esc_attr( $thumbnail->post_title ) . '">'; echo get_the_post_thumbnail($thumbnail->ID, 'thumbnail'); echo '</a>'; } } ?>Thanks Rahe
Rahe, any news on the Visual Editor issue? It’s happened on a client’s site after installing Simple Responsive Images. Also, isn’t it necessary to remove the height an width attributes of images already on the site? Via a filter? Thanks.
Forum: Plugins
In reply to: [Background Manager] [Plugin: Background Manager] IE 7 errorHere is some more info:
Windows XP SP2 | 1024×768
Internet Explorer 7“Runtime Error – Line: 8 Error: Expected identifier, string or number
and again on
Line: 199
Mat, is your plugin just for pages? Will it show heirachy in posts, categories, etc. Thanks!
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Undefined Method errorThanks!