boortwijn
Forum Replies Created
-
Hi,
I have uninstalled as I did not notice the change to SSL.
It asked me to upgrade to Premium to install the certificate.
This was not as expected and I uninstalled.
/BartForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Alt-text not workingOK, thanks!
ps could you remove my URL
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Alt-text not workingForum: Themes and Templates
In reply to: [Edin] Site logo not workingThanks for the quick follow-up. I did not have Jetpack installed.
Forum: Plugins
In reply to: [WP LinkedIn] No profile shown with version 1.1.0 and 3.5After cleaning the Chrome cache the problem was gone.
Hi Guillaume, thanks for the follow-up!
Forum: Plugins
In reply to: [LinkedIn SC] [Plugin: LinkedIn SC] Script error on IE version 8Hi, no problemo.
https://www.stepscout.com/resume/
Checking now the error has disappeared. Could it be related to using: <meta http-equiv=”X-UA-Compatible”/ content=”IE=8″>?
Grt, Bart
Hi Jeff, thanks for the reply.
I think the problem was related to a fix I made to resolve not proper loading of the slides. Reversed it and it works better now. I guess I messed up :-).
The behaviour is not always predictable. You mentioned in another post this could be related to compatibility with other plugins.
Thanks for your help and nice plugin.
Grt, Bart
Hi, thanks for the fix provided above. Worked for me with a small change.
The above fix resulted in a loop of the slides on WP 3.1/FS 0.9.9.3.4.
I implemented the below fix on a different place:
jQuery(document).ready(function () {
fsDoSlide();
});Add after line 114 (“window.clearInterval(fsinterval);”) in version 0.9.9.3.4. This would trigger initial loading a slide, but not override the interval settings that are defined afterwards (IMO).
Would be nice to see the problem fixed in the next release.
@thebloghouse you probably implemented after the function closing.
Grt, Bart