The LiteSpeed cache plugin changes the way the Javascript loads on the page. This plugin relies heavily on jQuery to populate the banner, if the javascript loading is altered in a way that is not default for wordpress then the plugin with suffer. I have seen some problems with other javascript optimizing plugins so I will put a task in my backlog to investigate possibly using wordpress hooks to insert text separately. Keep an eye out for the next update.
jQuery is excluded from caching in the LS plugin – what is more interesting is that disabling nearly all of the other cache tuning options had no effect on Simple Banner and i didn’t expect that
if there is anything i can do to help troubleshoot, let me know
That is weird. The only two things i could think of is that they custom banner text you inputted is malformed or that some other JS is interfering with the loading. Essentially the JS i used is a jQuery document onReady function that inserts your custom text into the simple banner div after the DOM has loaded.
Are there any console errors present?
i didn’t check the console and i don’t have the plugin installed at the moment
regarding formatting, i essentially entered exactly this…
<a href="https://example.com/this">Subscribe</a> to be notified of updates.
i did not use ‘p’ tags
if i have time i’ll try to do some more testing
-
This reply was modified 6 years, 10 months ago by
werdpres.
> Are there any console errors present?
nope … well, yeah, but unrelated
Looks like your html is fine. Not sure what the issue is here, could be theme related. What theme are you using?