• Resolved Bereshka

    (@bereshka)


    Hello, I’m struggling with this problem for a week, really lost any hopes to solve it. Just puzzled at all what I can do. This page loads fine in any other browsers, except of IE, When I launch it IE I start getting hundreds of errors – Object doesn’t support property or method
    Have you experienced this problem?
    I really can’t imagine how you even decided to offer this plugin-service, as it so hard to let people use with so much variety of what all we have and in order it would not have errors..It looks like impossible)

    • This topic was modified 6 years, 9 months ago by Bereshka.

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    I don’t have access to a Windows machine with IE now I’m afraid, I should be able to test tomorrow though.

    In the mean time; do you only have those problems only on that specific URL (/upcoming-events/) or also on other pages?

    frank

    Thread Starter Bereshka

    (@bereshka)

    Hello, Thank you so much for your quick reply. I will have a shot of tequila if one day humanity will eliminate IE, it always has errors)), but unfortunately my client uses namely this browser. Other browsers looks fine.

    It also has a very strange behavior

    1. I can see sometimes, that homage in the morning looks like this only in IE https://www.dropbox.com/s/nub9uq1928x190a/Screen%20Shot%202018-05-22%20at%2012.50.52.png?dl=0 broken CSS. I guess it maybe somehow linked to cache size. This floating problem, when I clean cache it starts working

    2. Also Revolution Slider sometimes loading with delays on the homepage in IE.

    3. But the main problem with those upcoming events,I excluded calendarize.js files from JS minification, but still same problem. Let’s first solve it, maybe other will not appear again, as those 2 above problems are floating (on and off)

    Shame to say, but I m looking for a solution, guys who developed this plugin Calendarize-it too and another web developer with a big experience of optimization. Nobody can fix it )

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    well, as the main problem is with /upcoming-events/ you could disable AO on that page using this code snippet;

    add_filter('autoptimize_filter_noptimize','bereshka_ao_noptimize',10,0);
    function bereshka_ao_noptimize() {
    	if (strpos($_SERVER['REQUEST_URI'],'upcoming-events')!==false) {
    		return true;
    	} else {
    		return false;
    	}
    }

    call me lazy ??

    Thread Starter Bereshka

    (@bereshka)

    I added this code to functions.php of my child-theme, no result

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Just had a look at the HTML source of /activities-events/upcoming-events/ and it is now completely un-autoptimized. soooooo; if you’re still having problems, then the issue is not with AO but (probably) with that Calendarize-it plugin? ??

    Thread Starter Bereshka

    (@bereshka)

    Looks like, as I disabled all plugins that are related to the speed optimization, still same problem. Looks like smth wrong with the plugin. Thanks

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome @bereshka. I’ll mark as resolved as not due to AO. Feel free to leave a review of the plugin and support here! ??

    frank

    Thread Starter Bereshka

    (@bereshka)

    Yes, thanks. I will do as soon as I figure out the issue.
    Just using of AO by itself doesn’t give me an expected result, website is still very slow, no matter it’s loading that page or no, so can’t be sure that I will leave a good review. But it’s a free plugin, so how can I complain)) It’s a very hard task to make a one plugin like this that would work on any websites, maybe it works for very simple with few pages, but not for those that have a lot of functionality, as that minification breaks it anyway and without minification it’s slow. Vicious circle

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    have a look at the FAQ @bereshka, it has _a lot_ of info on how to configure, troubleshoot and exclude. given AO has over 600 000 active installs (and some of them are quite big, with lots of pretty complex JS-heavy plugins), I can assure you it can help improve performance significantly (and I configuration & web perf. optimization as a premium service, so I have _some_ experience in the matter) ??

    have a nice evening!
    frank

    Thread Starter Bereshka

    (@bereshka)

    haha))ok, then you are a real speed optimization guru. By any chances do you take orders for that? mean can I order optimization by you?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    have a look at the “optimize more” tab, 2nd box ??

    Thread Starter Bereshka

    (@bereshka)

    Oh, right, how could I miss that. I see – hire developers. Good!

    P.s. you r a very handsome programmer)

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Autoptimize conflict in IE Object doesn’t support property or method’ is closed to new replies.