Fran Verona
Forum Replies Created
-
Hi Micha,
I will try to check what’s going on with Microsoft Edge and the scrollbar issue. Thanks for the rating!
– Fran
Forum: Plugins
In reply to: [LoadGo for WP] Website crash after latest updateForum: Reviews
In reply to: [LoadGo for WP] Firefox Issue on 1.4Hi again Rip,
If that is happening on Firefox, it would probably be replicated on other browsers as well. Maybe I missed some use case that is present in your current setup.
Can you send me some link so I can test what is happening?
-Fran
Forum: Reviews
In reply to: [LoadGo for WP] Firefox Issue on 1.4Forum: Plugins
In reply to: [LoadGo for WP] Website crash after latest updateHi Eyal_bin,
Do you have your site online and accesible? Can you provide me its url to take a look? Maybe I need to fix LoadGo Js plugin with some special case that I didn’t notice in first place.
-Fran
Forum: Plugins
In reply to: [LoadGo for WP] How toDue to no response for almost 2 months, I will close and mark this as solved. If you still face this problem, feel free to open another topic.
Forum: Plugins
In reply to: [LoadGo for WP] error: "You have to run "init" method first"Due to no response for almost 3 months, I will close and mark this as solved. If you still face this problem, feel free to open another topic.
Forum: Plugins
In reply to: [LoadGo for WP] LoadGo for WP not being activated on serverDue to no response for almost 7 months, I will close and mark this as solved. If you still face this problem, feel free to open another topic.
Forum: Plugins
In reply to: [LoadGo for WP] How toHi Robert,
Thanks for your kind words, and sorry about my delay (lot of work and a deadline in the same week!).
Regarding your question, I haven’t tried it yet, but I think that is possible to accomplish something like you mentioned. I remember that someone asked me the same question, and I answered this:
—
Not at this moment. Plugin is intended to work on every page of your site, but you can alter this behaviour by yourself in particular.
Go to plugin’s folder, then “methods” and open loadgo_sitewide.php file. Add at the beginning your check to allow or not default’s plugin behaviour. For example:
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly $allowed_id = 1; if ( get_the_ID() !== $allowed_id ) exit; // Execute LoadGo only on specific page $options = get_option('loadgo_options');
I don’t remember exactly if get_the_ID() function will return a valid value inside a plugin, but I hope you can get the intention.
—
I can only recommend you to try something like I described it. I will add this feature soon, but cannot guarantee you a date.
Best regards,
-Fran
Forum: Plugins
In reply to: [LoadGo for WP] error: "You have to run "init" method first"Hello mmozaffari,
Regards to first question, there are probably some conflicts between LoadGo CSS and your website CSS (maybe my LoadGo div creation on top of webpage is not working in your case). Could you provide me your website with LoadGo activated so I can check what’s wrong? (you can send it to me via Twitter DM or to my email if is private).
About the console JS error, it happens when LoadGo is loaded and your logo image is not loaded. The image needs to be fully loaded so LoadGo can work. I encountered this issue when my logo image was really big (> 100Kb). I suggest you to optimize your logo image with some tool (like Compressor.io) to create a less weight image.
Thanks for your kind comments ??
Regards
-Fran
Forum: Plugins
In reply to: [LoadGo for WP] Error Activating the Plugin – syntax error, unexpected '['I’ve already uploaded a fix for this issue and all should be working well in version 1.2
If you have any more troubles, let me know.
-Fran
Forum: Plugins
In reply to: [LoadGo for WP] Error Activating the Plugin – syntax error, unexpected '['Hello jjmz,
That was probably my bad because I assumed a PHP version >= 5.4
The problem is due to how arrays are defined in PHP < 5.4. You can read more information about that following these links:
I will fix this tomorrow, but in the meantime if you want to try it, just modify syntax for any array created in runtime like this:
['item1', 'item2']
For this:
array('item1','item2')
In file loadgo-options.php, lines 385, 389, 394 and 407 specifically.
Sorry about the collapse, was totally my bad.
–Fran
Forum: Plugins
In reply to: [LoadGo for WP] LoadGo for WP not being activated on serverHello sbhwolabi,
I activated this plugin on remote and I hadn’t any trouble. Please, answer a few questions:
Which version of PHP and WordPress are you using on your remote server?
Have you tried to disable all your plugins, and enable only “LoadGo for WP”?
Is there any PHP error on you PHP error_log file on your remote server?
-Fran
Forum: Reviews
In reply to: [LoadGo for WP] Almost Perfect !Hello Nick,
By not working you mean “logo and progress don’t show”? Maybe it could be an issue of how PACE actually works. I don’t think that PACE support that kind of cache mechanisms (Comet Cache, WP Super Cache, etc).
Anyway, I’ll try to take a look, and maybe it could be fixed.
-Fran