jynk
Forum Replies Created
-
Well i thought this consolidated all comments, tweets etc in one or all places?
Just not really sure what i’m looking for or how i do it.
As mentioned everything installed, twitter ‘linked’. Made a few comments here via Facebook, shared to twitter and replied to a few of those.
I thought this activity would then show in this posts comments area?
Thanks Jordy – surely being able to designate a smaller sized image in the src would instantly remove these validation issues. Default thumbnail or user selectable.
And not my server – my browser, latest safari on OSX.
i too would like to get the parent terms / taxonomies!
so they can’t be lazy & validate?
Would be worth adding a not to this option like on the other settings too to save others time figuring out what’s going on.
D.
same issue here…
Compressing files as ZipArchive. Please be patient, this may take a moment. [16-May-2016 16:40:39] ERROR: ZipArchive returns status: Premature EOF [16-May-2016 16:40:42] ERROR: ZIP archive cannot be closed correctly [16-May-2016 16:40:53] ERROR: ZipArchive returns status: Read error: Stale NFS file handle [16-May-2016 16:40:54] ERROR: ZIP archive cannot be closed correctly. [16-May-2016 16:41:02] ERROR: ZipArchive returns status: Read error: Stale NFS file handle [16-May-2016 16:41:02] ERROR: ZIP archive cannot be closed correctly [16-May-2016 16:41:10] ERROR: ZipArchive returns status: Read error: Stale NFS file handle [16-May-2016 16:41:10] ERROR: ZIP archive cannot be closed correctly [16-May-2016 16:47:55] WARNING: Job restarts due to inactivity for more than 5 minutes. [16-May-2016 16:47:55] 2. Trying to create backup archive … [16-May-2016 16:48:44] ERROR: ZipArchive returns status: Read error: Stale NFS file handle [16-May-2016 16:48:44] ERROR: ZIP archive cannot be closed correctly [16-May-2016 16:48:51] ERROR: ZipArchive returns status: Premature EOF [16-May-2016 16:48:51] ERROR: ZIP archive cannot be closed correctly [16-May-2016 16:49:01] ERROR: ZipArchive returns status: Premature EOF [16-May-2016 16:49:01] ERROR: ZIP archive cannot be closed correctly. [16-May-2016 16:49:11] ERROR: ZipArchive returns status: Read error: Stale NFS file handle [16-May-2016 16:49:11] ERROR: ZIP archive cannot be closed correctly [16-May-2016 16:52:11] ERROR: ZipArchive returns status: Read error: Stale NFS file handle [16-May-2016 16:52:11] ERROR: ZIP archive cannot be closed correctlyYes i know what wr2x_get_retina_from_url does and that’s why i’m using it.
Retina’s lazy loading won’t work with the slick slideshow (or visa/versa) which is why i wanted to control the structure of the <IMG> and find a way of using either slick’s lazy loading, retina’s or just try and use the scrset or all 3. I’m still to test scrset so was wondering if there’s a function that builds it and can include the retina versions too?
Some of these pages are 25mb+ once the retinas are loaded so trying to keep that down until the user acts to view them.
Hey Jordy – there’s no scrset being added so just wanted to see if theres a simple way of adding it?
<?php $im_id =$slide['ID']; $is_retina = get_pixel_ratio(); $image_src = wp_get_attachment_image_src( $im_id ,'large'); $image_src_fullsize = wp_get_attachment_image_src( $im_id ,'fullsize'); $alt = get_post_meta($im_id, '_wp_attachment_image_alt', true); $ret_img = wr2x_get_retina_from_url( $image_src[0] ); ?> <img src="<?=$image_src[0]?>" width="<?=$image_src[1]?>" class="<?=$image_src[1]?> retina_<?=$is_retina?> <?=($ret_img!='' ? 'retina_has_src' : 'retina_no_src')?>" data-lazy="<?=($ret_img!='' ? $ret_img: $image_src_fullsize[0])?>" alt="<?=$alt ?>" />generates –
<img src=”http://dmfkdev.jynk.net.local/sitecontent/wp-content/uploads/2016/01/dMFK-architects-London-fitout_construction_offices_communal_working_kajima_baker_street_london_PS_9884-634×810@2x.jpg” width=”626″ class=”634 retina_2 retina_has_src” alt=”” style=”width: auto; height: 800px; opacity: 1;” height=”800″ scale=”2″>Forum: Plugins
In reply to: [WP Job Manager] allow editors to create jobs in admin?Its not perfect and brings another package of work that could be avoided if only 2 lines of code were added to your plugin.
But well done you – keep on slapping yourself on your back for your perfect creation…
Forum: Plugins
In reply to: [WP Job Manager] allow editors to create jobs in admin?Shame – client only uses the backend and wants other staff to manage the jobs without giving them access to everything. Been using JM for ages but never use the front end.
Thanks – theres maybe an issue with retina.js too and I’d like to save the bandwidth by not having to load 2 versions of the same image.
With retina.js it seems to requests for x2 image that haven’t been created by the retina plugin butt he plugin says it can’t create them as the source is too small. Is that a bug? Should it know to send send a request for a retina size it knows it hasn’t made?
Forum: Plugins
In reply to: [WP Job Manager] Expired jobs all disappearedthis has really annoyed my client who has now lost 100+ old expired jobs which he wanted to keep. Please can we have this delete function as an option only and not by default?
I was using the picture fill but now using Retina.js option and seems to of solved it though i guess this isn’t ideal moving fwd.
Forum: Plugins
In reply to: [Custom Post Type UI] Issue with rewrite rulesjust a reminder that flushing the permalinks does not resolve the issue for me on 3 sites.
best, Dc.
Forum: Plugins
In reply to: [Custom Post Type UI] Issue with rewrite rulesThank Michael — does that mean you can re-create the problem and can’t fix it or can’t re-create the problem at all?
Forum: Plugins
In reply to: [Custom Post Type UI] Issue with rewrite rulesHave you managed to re-create the problem?