bypr.nils
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Image Loader] Photo Loading in Galleries InconsistentCan you disable all other non essential plugins and reproduce the issue?
Those half-loads sound more like a server issue rather than a front-end issue (with my plugin).
What I would highly advise you to do is use lower resolution images for the preview in the slider and only link the full sized ones behind them.
And I couldn’t find any images hosted on third party domain on your site.
Forum: Plugins
In reply to: [CMS Tree Page View] tree icon missingi have this too, in Firefox. It seems to be a render issue. If i give the icon a background-color die Image renders all of a sudden.
Hard to fix…
Forum: Reviews
In reply to: [Smart Image Loader] Bug found (Fixed)You’re right. It’s fixed in the current version (0.4.7).
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Loading Form via AjaxYeah the form lacks initialization it seems. Conditionals are not working either (show field2 when field1 is selected etc). Datepicker is working though.
is there a public initialization method?
e: found a solution in my case: window.calders_forms_init_conditions()Forum: Fixing WordPress
In reply to: img sizes attribute hook?Yes! I have indeed seen that page, but thanks. It says functions and hooks, but then it’s only functions. Bummer.
I mean it can’t just always be 100vw for all images not hard coded. That would make the whole thing useless.
I’ve not used the new responsive images features
chances are you have, because it’s automatic, which is cool.
Forum: Fixing WordPress
In reply to: img sizes attribute hook?oh that’s not at all what i meant! I’m talking about the new responsive images implentation of the wordpress core, not the generation of image uploads!
<img sizes="100vw" srcset="....Couldn’t find info on that! It’s hard too google because there’s so much old info out there about the resizing of image sources.
exactly what i meant by this – it’s easy to be confused
Forum: Fixing WordPress
In reply to: Error After Updating To 4.3.1Don’t waste your time like me when you’re running a multisite: remember to change the PHP version for all sub domains if your hoster allows this!
Basically the error at line 116 was not on the same line as the source
But there is a foreach on that line in the file in the latest version, isn’t there? The development version does not help by the way.
its never really been requested by anyone else
That’s strange because it makes the use of the database filter option nearly useless, doesn’t it? Why would you want to create a new database and filter certain tables? Maybe you would want to exclude certain plugin created tables, but you can’t exclude wordpress tables or you’d end up with a non functioning wordpress.
I would have thought that migrating only the wordpress files would be a common usecase since using ftp for big file systems is so painfully slow. But you can’t. You have to include the database. Because the plugin inevitably wipes the database (or creates it new). It could at least check if there is sql included at all, and if not then leave the database untouched (and disable the input form).
But that’s just a suggestion to your otherwise genius addon.
Which warnings are you refering to? They’re all referencing existing code.
I’m using version 0.5.8 (and wp 3.9.2). The server is running a fairly old php (5.3.29) which unfortunately cannot be updated.
That said, i wanna throw in that i found it a design flaw that you can’t NOT include the database in the dublicate because when applying it you always have to setup a new or delete the old database. Would it be possible to have a third option of update existing database so that it can be left untouched when using a filter?
Forum: Plugins
In reply to: [Smart Image Loader] Show errorMaybe these caching plugins still serve the pages that have been cached while the error was produced. Because my fix should work. Try if the error still shows up after you disabled these plugins. If yes, flush the cache once. Or find a setting in these plugins that checks for changes in the cached pages more thoroughly.
It may even be your browser cache that serves you the pages with error, because when i checked out the url you gave me i saw no error.
Forum: Plugins
In reply to: [Smart Image Loader] Show errorWell that’s strange. Do you use any caching plugins?
The error occured because i did not check if another plugin already included their own copy of simple_html_dom. In the development version i’m now checking specifically if that function has already been declared in addition to the simple_html_dom class… You can get it here:
https://downloads.wp.xz.cn/plugin/smart-image-loader.zip
Please tell me if the error still shows up.
Forum: Plugins
In reply to: [Smart Image Loader] Images disappear on Android devicesWell it’s an android bug, but i found a workaround.
Please update the plugin to get the fix.
Forum: Plugins
In reply to: [Smart Image Loader] Images disappear on Android devicesI looked into the issue. For some reason some images do not have an according noscript tag which holds the image source. This only occurs on older Android versions with the stock browser. Newer devices using Chrome do not seem to be affected.
What i found does not make sense: the html markup is the same for every device since it’s generated server side, the tags have to be there. So i assume JS does not find them (in fact there is no trace of them looking at their parents innerHtml). But it does find SOME of them, although all have exactly the same syntax.
I’ll look further into it.
Forum: Plugins
In reply to: [Smart Image Loader] Show errorFix available by update to current version.
Sorry for the late reaction.
Same prob, same conditions. Host Europe runs php 5.3.28 …
Having LOADS of that line 823 notices. But site seems ok.