Squazz
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Image Generator] Activation of plugin results in a "Critical error"Imagemagic wasn’t installed, but I got past that by modifying my php.ini
After that, I got the critical error.Regarding Memory, then I have a 256MB PHP Memory Limit
I’m running WP 4.1
PHP is 5.5Forum: Plugins
In reply to: [RICG Responsive Images] Works for featured images, but not post-imagesAnother thing.
At my website I’m using a CDN, setup with W3 Total Cache. Is there any way to make the plugin use the images on my CDN in stead of the ones at my webhost?At the moment the plugin generates the following fo my features image:
<img width="700" height="329" src="http://squazz-df5.kxcdn.com/wp-content/uploads/2014/12/IMG_1773-700x329.jpg" srcset="http://squazz-df5.kxcdn.com/wp-content/uploads/2014/12/IMG_1773-440x207.jpg 440w, http://squazz.dk/wp-content/uploads/2014/12/IMG_1773-700x329.jpg 700w" class="attachment-thumb-large wp-post-image" alt="3 mΓ₯neders Israelsk visum" style="display: block;">Forum: Plugins
In reply to: [RICG Responsive Images] How do I enable lazy load?My bad. Totally forgot it.
Thanks for giving me the reminder Shapeshifter πForum: Plugins
In reply to: [RICG Responsive Images] How do I enable lazy load?My bad, there is no problem with lazy loading the images π At least not when using the unveil lazy load.
It was a premature assumption π
Forum: Plugins
In reply to: [RICG Responsive Images] Works for featured images, but not post-imagesRegarding the custom crop, then that is rather smart, love it! π
Is there any reason why it won’t affect old embeds? And is there a way to make it do that?
Forum: Plugins
In reply to: [RICG Responsive Images] Works for featured images, but not post-imagesOk, I wrote that it worked for featured images. I don’t really think that it does that actually.
I have created these image sizes:
add_image_size( 'pf-smallest', 260, 9999); add_image_size( 'pf-small', 400, 9999); add_image_size( 'pf-medium', 580, 9999); add_image_size( 'pf-large', 600, 9999); add_image_size( 'pf-largest', 755, 9999); add_image_size( 'mobile-thumb-large', 440, 207, true ); add_image_size( 'mobile-thumb-small', 80, 80, true );But the HTML I get is the following:
<img width=”700″ height=”329″ src=”http://squazz-df5.kxcdn.com/wp-content/uploads/2014/12/IMG_1773-700×329.jpg” srcset=”http://squazz-df5.kxcdn.com/wp-content/uploads/2014/12/IMG_1773-440×207.jpg 440w, http://squazz.dk/wp-content/uploads/2014/12/IMG_1773-700×329.jpg 700w” class=”attachment-thumb-large wp-post-image” alt=”3 mΓ₯neders Israelsk visum”>
The 700w image size is from the theme, the 440w I try to convince myself is my own creation. But then I don’t get why the RICG plugins does not fetch my other images and offers these?
Forum: Plugins
In reply to: [Autoptimize] enable CDN for images referenced in the CSS.Oh, it seems to work. Nice! π My bad, and good insight π
Forum: Plugins
In reply to: [Autoptimize] enable CDN for images referenced in the CSS.Thanks a bunch! π I will be looking forward for the update, and thanks for the quick update.
It’s not a problem for me, and I know that it’s not the best practice code when people do it, but, do you think you could enable support for people who use the @inport in their CSS styles too? There is a great chance for someone sitting out there with that setup.
That being said, don’t use too much time on it π The code you would be supporting is not best practice π
Forum: Plugins
In reply to: [Autoptimize] enable CDN for images referenced in the CSS.Bump to let you know that I updated my previous answer π
Forum: Plugins
In reply to: [Autoptimize] enable CDN for images referenced in the CSS.I got it to work! π
It seems that the developer had chosen to use @import to include the parent CSS in stead of using wp_enqueue_style. Changing this made it work.
Now, I don’t have the old code for the function that I replaced, so I can’t tell if it works with the old code too, but with your new code, and my edit in how the parent CSS is loaded, works.
Forum: Plugins
In reply to: [Picturefill.WP] Featured imagesThe RICG Responsive Images Plugin works for my featured images, but not for attached images in my posts. And, I’m having problems seeing how I can add lazy load to images handled by the RIGG plugin. (But this will be mentioned in the thread for the other plugin)
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Problems with getting it to workYeah, it displayed a notice, and I changed .htaccess as it wanted me to. After that the notice went away.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Problems with getting it to workhttp://pastebin.com/g5w0gRce
I found the correct PHP error logForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Problems with getting it to workEdit: My bad, that’s not the right one. Will try to find the right one
(Support is closed, so will contact you tomorrow when I know more)Forum: Plugins
In reply to: [PDF Thumbnails] Thumbnail is created, but not added to PDF fileFantastic, there have been a new update from the WPML team π
https://wpml.org/forums/topic/upload-creates-duplicate-in-database/Can you help us further? π
Edit: Found your mail at gitHub. If that is not the right one, please tell me so :p