zadine
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dminNo didn’t work, lazy-loading still tries to process featured images :/
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dminThats strange, I only have netmedi/wordpress2/wp-admin/ on my browsers url..
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dmin[14-Sep-2017 12:07:42 UTC] PostThumbnailDebug: $current_url = https://client.rae.fi/netmedi/wordpress2/netmedi/wordpress2/wp-admin/post.php?post=2&action=edit | $admin_url = https://client.rae.fi/netmedi/wordpress2/wp-admin/ | $referrer = https://client.rae.fi/netmedi/wordpress2/wp-admin/admin.php?page=nestedpages [14-Sep-2017 12:07:42 UTC] PostThumbnailDebug: 0 === strpos( $current_url, $admin_url ) is NOT true. is_admin_request() returns false
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dminsorry, i dont have xdebug.
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dminYeah, there is
if ( true === $this->helpers->is_admin_request() ) { return $attr; }
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dminSorry, thats a client site so I can’t. :/
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dminTried to deactivate everything except Lazy Images, and use with Twenty Themes, same problem.
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dminSure, here code:
<p class="hide-if-no-js"><a href="https://client.rae.fi/netmedi/wordpress2/wp-admin/media-upload.php?post_id=1697&type=image&TB_iframe=1" id="set-post-thumbnail" aria-describedby="set-post-thumbnail-desc" class="thickbox"><img width="266" height="266" class="attachment-266x266 size-266x266 lazyload" alt="" data-sizes="(max-width: 266px) 100vw, 266px" data-srcset="https://client.rae.fi/netmedi/wordpress2/wp-content/uploads/2017/07/Na?ytto?kuva-2017-07-28-kello-11.44.24-360x360.png 360w, https://client.rae.fi/netmedi/wordpress2/wp-content/uploads/2017/07/Na?ytto?kuva-2017-07-28-kello-11.44.24-192x192.png 192w, https://client.rae.fi/netmedi/wordpress2/wp-content/uploads/2017/07/Na?ytto?kuva-2017-07-28-kello-11.44.24-144x144.png 144w, https://client.rae.fi/netmedi/wordpress2/wp-content/uploads/2017/07/Na?ytto?kuva-2017-07-28-kello-11.44.24-240x240.png 240w" data-noscript="https://client.rae.fi/netmedi/wordpress2/wp-content/uploads/2017/07/Na?ytto?kuva-2017-07-28-kello-11.44.24-360x360.png" data-src="https://client.rae.fi/netmedi/wordpress2/wp-content/uploads/2017/07/Na?ytto?kuva-2017-07-28-kello-11.44.24-360x360.png"></a></p>
Running PHP version: 7.0.23 and no errors.
Forum: Plugins
In reply to: [Lazy Loader] Plugin trying to load Featured Image in Wp-dminYes, I have latest version 3.1.5. I also tried from github Version 3.1.9. I tried to disable plugin and Featured Images are shown so its something to do with plugin.
Forum: Plugins
In reply to: [WP-LESS] Exception error (font-face?)@font-face {.font-face(‘ProximaNova’, ‘proximanova-regular’, 400, normal);}
@font-face {.font-face(‘ProximaNova’, ‘proximanova-bold’, 700, normal);}
@font-face {.font-face(‘ProximaNova’, ‘proximanova-extrabold’, 800, normal);}and that mixin comes from this
.font-face (@fontname, @fontfile, @weight: normal, @style: normal) {
font-family: ‘@{fontname}’;
src: url(‘@{fontsPath}@{fontfile}.eot’);
src: url(‘@{fontsPath}@{fontfile}.eot?#iefix’) format(’embedded-opentype’),
url(‘@{fontsPath}@{fontfile}.woff’) format(‘woff’),
url(‘@{fontsPath}@{fontfile}.ttf’) format(‘truetype’),
url(‘@{fontsPath}@{fontfile}.svg#@{fontfile}’) format(‘svg’);
font-weight: @weight;
font-style: @style;
}Forum: Fixing WordPress
In reply to: Insert into Post buttons missing in media uploaderI tried all those but didn’t help. The problem is in frontend editor of P2, not the admin..