• Resolved gezginrocker

    (@gezginrocker)


    Hello,

    First of all thanks for this great plugin. After enabling Autoptimize, I’ve noticed that Strx Magic Floating Sidebar Maker plugin is not working anymore.

    When I look at the code, I see those files are related to the plugin:

    wp-content/plugins/strx-magic-floating-sidebar-maker/js/debounce.js?ver=3.8.1
    wp-content/plugins/strx-magic-floating-sidebar-maker/js/strx-magic-floating-sidebar-maker.js?ver=3.8.1

    I’ve added “debounce.js,strx-magic-floating-sidebar-maker.js” to the JS Exclude scripts from Autoptimize section, but there is no change.

    Am I doing this exclusion thing wrong? What is the correct way?

    Thanks

    https://wordpress.org/plugins/autoptimize/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Frank Goossens

    (@futtta)

    strx-magic-floating-sidebar-maker.js (and probably debouncer.js as well) depend on jquery, so you’ll have to exclude jquery (jquery.js or jquery.min.js or jquery-min.js) as well.

    Thread Starter gezginrocker

    (@gezginrocker)

    Hi,

    Thanks for answer. I have added everything related to jquery to the list, but strx still doesn’t work, so I enabled only css minify. But some pages like this one are displaying strange characters when I enable css minify. Do you know why?

    Thanks

    Plugin Author Frank Goossens

    (@futtta)

    Did a quick test on my testblog and for me it works without having to exclude anything really (I changed the “Sidebar Selector” to match my theme’s sidebar id and “Wait Milliseconds Before Activation, after page has loaded” to 500ms, but that’s just because I’m impatient).

    But it just works for me, so there’s probably another javascript that has problems being aggregated. In that case you could either check your console to see what might be wrong, or you could try with “Add try-catch wrapping?” activated in Autoptimize.

    Regarding the strange characters; I’ll have a look.

    Plugin Author Frank Goossens

    (@futtta)

    regarding the strange characters;
    * some pages have those, some don’t, is there a difference in how those texts are written?
    * are those texts copy/pasted from word?
    * do you have tiny mce advanced active (cfr. this support thread)?

    Thread Starter gezginrocker

    (@gezginrocker)

    Hello,

    Again thanks for replying and spending your time.

    I’ve tried “Add try-catch wrapping”, but it’s the same. But I think you’re right, this is probably a problem related to another plugin conflict. I installed W3 Total cache and enabled its minify to test, the result is same, strx not working.

    And for the strange characters, I’ve unchecked “Optimize HTML Code” and now it seems to be working fine. I noticed that it was appearing mostly on pages with bold text, just before the <strong> html tag. I have TinyMCE Advanced installed, I tried with disabling it but it was same. so I disabled “Optimize HTML Code”. Also like the other topic you mentioned I’m on a MS IIS-server, so maybe this is causing problem.

    Thanks again & have a nice day

    Plugin Author Frank Goossens

    (@futtta)

    for the strx-problem; you could either try to disable other plugins systematically to see which one is causing this. if you find it, I could have a look at how to have that one + strx behave when autoptimized. and it might be interesting to see what information is seen in your browsers error console.

    for the characters: disabling tiny mce advanced does not help, you would have to disable it and then create a new post (with strong-tags) and see if the problem is still there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Conflict with Strx Magic Floating Sidebar Maker’ is closed to new replies.