masaleiro
Forum Replies Created
-
Forum: Plugins
In reply to: [Statebuilt Facebook Page Like Popup] Plugin not loading correctlyHi! It fails less times but still fails every now and then. Here’s a screenshot I took right now from my website:
https://dl.dropboxusercontent.com/u/3344475/plugin_fail_to_load.png
It has happened to me both in Firefox and Chrome. Could it be an issue related to asynchronous Javascript?
Thanks for your efforts in fixing this issue. I really appreciate it and thank you for it.
Forum: Plugins
In reply to: [Statebuilt Facebook Page Like Popup] Plugin not loading correctlyHello again. I’ve been trying some things to discover the cause of the problem and I tried something that led me to think that it has to do with the time to load the scripts of the plugin. I deactivated a script that took some time to load and now the statebuilt facebook page like popup works everytime in the homepage. However, in the post pages where images have to be loaded it behaves like what I described in the first post. It seems that it fails in pages that take longer to load. I don’t know if this helps, but I thought I should come by and report my experiments.
Hi again! You can’t see the problem ocurring because the problem has been fixed (a friend of mine found the bug and solved the problem).
The problem is that with the current code, the plugin is putting the <div> of the popup inside the <head> section, which should not happen. <div> sections should only appear inside the <body>. When it is inside the <head> the behavior can vary, depending on the amount of other things that have to be loaded.
What I did as to add it to the footer instead. This way it loads the <div> inside the <body> section and always works. I recommend you to change it in the plugin in the lines where you “add_action” to WP_footer or something like that.
Thanks for replying anyway and I hope this information is helpful to improve this great plugin (good job on it!) 🙂
@silencemzs
Hi,
thanks for your suggestion but I tried it and as soon as I activate the Jetpack plugin after uploading via FTP I get the blank page again. The only other plugin that I have activated is Akismet so I don’t think it could be any conflict with other plugins. Waiting for more sugestions.. :\Hi! I’m having the same problem as SILENCEmzs . I’m using WordPress 4.1.1, tried installing Jetpack 3.4.2 and got a blank screen when trying to access the dashboard. I tried the solution that you gave to SILENCEmzs but when I try to upload the zip file wordpress just asks me something like “Are you sure you want to do this? Try uploading again” and when I try again I get the same question. Any hints on how to solve this? Thanks in advance
Forum: Plugins
In reply to: [OTW Portfolio Light] otw_filterable not workingHi! I know it has been a long time but only now I managed to get back to work on my website and I tried Brandon Morgan’s suggestion and it didn’t work :\ Any other guess of what it might be? I’m using wordpress v4.0 and OTW Portfolio Light v1.4. I tried with both google Chrome and Firefox and it doesn’t work in any browser
Forum: Plugins
In reply to: [OTW Portfolio Light] otw_filterable not workingThanks! I’ll try that as soon as I get some time to do it.