jlomaga
Forum Replies Created
-
Forum: Plugins
In reply to: [Perfect Images] Automated Way to remove old @2x Images??I personally wouldn’t mind having to purge all @2x images through the plugin then regenerate all of them through the plugin. Yes still a little time consuming and taxing on the server, but personally if I don’t have to touch a command line and I can just do it in WP then I’m very happy.
Forum: Plugins
In reply to: [Perfect Images] Automated Way to remove old @2x Images??I left a note for that plugin dev. thanks
Forum: Plugins
In reply to: [Perfect Images] Automated Way to remove old @2x Images??Actually using the Force Regenerate plugin removes all the old wordpress images that aren’t needed anymore, son in the sense it keeps things clean, it’s just that when it removes those old images it leaves the @2x version behind. WOnder if it’s possible through the @2x generator if it can verify and remove un-needed versions?
Perfect! thanks
I’m in the same boat, and use both plugins, deactivating makes no difference, and looking at the page source the youtube iframe seems to be present. Very odd.
Actually no workarounds really required I just found out when using Slimbox2. All you need to do is images to use Slimbox insert them linking to the image file. To use Carousel set the gallery to link to attachment and boom both work lovely.
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Twitter Card Not Fully IntegratedAh, I guess I should have kept reading that post the first time.
Forum: Fixing WordPress
In reply to: Insert Image as File Link URL Constantly Changes to AttachementAnyone???
Seems that Amazon couples multiple ad codes within some embeds, and java minification must have caused a conflict causing the ad to display.
Plus due to what I think was browser caching even with the script removed from the list it wasn’t truly removed, hence when removing the amazon code the script continued to load.I just dug a little further and inside the folder WP-content/W3TC/min is a java file with the following code
amazon_ad_o = 1; amazon_ad_rcm = "rcm.amazon.com"; amazon_ad_linkcode = "op1"; document.write("<scr"+"ipt src='"+window.location.protocol+"//www.assoc-amazon.com/s/ads-common.js' type='text/javascr"+"ipt'></scr"+"ipt>");
Is this something that someone inserted into my server, or is this part of the W3TC code?
That amazon URL matches the URL found within the iframe code I’m seeing inserted when minify is turned to Manual
Also I deleted the file from the folder, as soon as I reactivate Minify Manual mode the file is generated. Also this file generation occurs BEFORE I even clear Minify Cache.
Ran Minify in debug mode and got the following information as well
<!-- W3 Total Cache: Minify debug info: Engine: memcached Theme: 8c780 Template: single Replaced JavaScript files: 1. https://www.assoc-amazon.com/s/ads.js -->
When running in Auto mode I get the following
<!-- W3 Total Cache: Minify debug info: Engine: memcached Theme: 8c780 Template: home Replaced CSS files: 1. wp-content/plugins/slimbox/stylesheets/jquery.slimbox.css 2. wp-content/themes/arras/css/styles/legacy.css 3. wp-content/themes/arras/css/layouts/2c-r-fixed.css 4. wp-content/themes/arras/user.css Replaced JavaScript files: 1. wp-includes/js/jquery/jquery.js 2. wp-content/plugins/slimbox/javascript/jquery.slimbox.js 3. wp-includes/js/swfobject.js 4. wp-content/themes/arras/js/superfish/hoverIntent.js 5. wp-content/themes/arras/js/superfish/superfish.js 6. wp-content/plugins/powerpress/player.js 7. wp-includes/js/jquery/ui/jquery.ui.core.min.js 8. wp-includes/js/jquery/ui/jquery.ui.widget.min.js 9. wp-includes/js/jquery/ui/jquery.ui.tabs.min.js 10. wp-content/themes/arras/js/jquery.cycle.min.js 11. wp-content/plugins/wp-retina-2x/js/retina.js -->
Forum: Plugins
In reply to: [Perfect Images] [Plugin: WP Retina 2x] Using "Custom Logo" In ThemeJordy, I’m a bit confused on your examples, your logos on those pages are text? there is no image being loaded. Unless you mean on the second example the image of the little fella reading the paper, that appears to load via css as a background img?
My logo is coded in straight html wrapped in a div.
From what I gather you are pretty much using the https://retinajs.com/ script correct? From their set-up instructions, it seems all you need to do is call the script and then it pulls the @2x versions. It doesn’t even seem to need css sizes, besides background images.
Now if only I can figure out how to get the non-wp media to work
BINGO, those new files worked perfectly. It didn’t create a @2x version for any images that didn’t have the required height.
Forum: Plugins
In reply to: [Perfect Images] [Plugin: WP Retina 2x] Using "Custom Logo" In ThemeNo it doesn’t work that way either. The only way I can a high-res logo to load is if I use the @2x logo as the img and then let the css size it down, but that defeats the purpose since it loads the same large image for all displays.
I’ve tried the code with and without the img 100%It’s being handled by my theme. But WP Retina recognizes it fine.
However I did test using Twenty Eleven and in media setting of wordpress set the thumbnail to 640×250 and select “crop” in media settings(As this acts the same way my theme handles the images). What happens is WP takes the 1024×576 image, it then crops and makes a 640×250, but then the plugin makes a 1024×500 as the @2x version. When you insert the image into the post and then view it, you will see the 640×250 will load and then when the @2x version loads the width remains the same by the height will pop taller and the image will be scaled and not cropped.