mnahmed
Forum Replies Created
-
Forum: Plugins
In reply to: [Pegasaas Accelerator WP] Page not completed loaded when I’m logged inHello Brandon, sorry to bother again but it seems like saving Elementor changes is not working properly(or completely). Look here: https://www.englishcenterperu.com/clases-particulares-de-ingles/programa-de-ingles-integral/
1. The banner/background in the hero section is different from the actual image I put
2. in the next section, there is an image missing
3. Third section, the title is in black, while in reality it should be in whiteAnd it’s the same results, whether logged in as admin or from incognito.
Please advise, thanks a lot
Forum: Plugins
In reply to: [Pegasaas Accelerator WP] Page not completed loaded when I’m logged inThanks so much, everything seems to be working fine so far, I’ll mark the thread as solved for now. Thanks again
Forum: Plugins
In reply to: [Pegasaas Accelerator WP] Page not completed loaded when I’m logged inThanks Brandon
Forum: Plugins
In reply to: [Pegasaas Accelerator WP] Page not completed loaded when I’m logged inSorry I sent my last message before I read yours.
Thanks for the feedback, so basically, I just gotta wait for the plugin’s update this week to get everything fixed?
ThanksForum: Plugins
In reply to: [Pegasaas Accelerator WP] Page not completed loaded when I’m logged inThanks Brandon, I hope you come back to me with news today, some behavior is really weird. sometimes it’s not catching the CSS. for example, in another page, there’s a button that’s only 19px, but then when I confirm, the button size is bigger and jumps to the other line(create more padding).
Also, pages don’t load fully when I open them with the Customizer.
Things got fixed when I disable Pegasaas.
Thanks so much
Forum: Plugins
In reply to: [Pegasaas Accelerator WP] Page not completed loaded when I’m logged inHi again,
I am also finding comptability problems with Elementor. When your plugin is enabled, I can’t save the things I edited in Elementor, and currently the above page doesnt look right. things go back to normal when I deactivate Pegasaas.
I disabled memcache from Siteground hosting and Minify JS in Pegasaas.
Thanks for helping
Forum: Plugins
In reply to: [Pegasaas Accelerator WP] Page not completed loaded when I’m logged inYes, I got 3.1.4, here’s the link https://www.englishcenterperu.com/clases-particulares-de-ingles/
Although it will look fine for you since you’re not logged inThanks
Forum: Plugins
In reply to: [Autoptimize] Lazy load makes some images to never load“inline & defer CSS” I thought I did it using the plugin Per page head but looks like it didn’t work. not sure if there’s any hidden steps in the process.
if I enable CSS JS and HTML in AO, should I disable all of them in Cloudflare auto-minify? Cloudflare has Rocket Loader that seems to be essential to have
Forum: Plugins
In reply to: [Autoptimize] Lazy load makes some images to never loadHello, I hope you’re doing good. May I ask something about another topic here?
on GPSI I’m having this: “Eliminate render-blocking resources” for .php AO files
and also this message: Remove unused CSS for the following file https://www.englishcenterperu.com/wp-content/cache/autoptimize/autoptimize_f992aa39e9f7b0c74887b4b916ca9364.phpI don’t know if it’s related with inline and defer CSS but I already did this. Can you recommend something?
Thanks a lot
Forum: Plugins
In reply to: [Autoptimize] Lazy load makes some images to never loadAll good, thanks so much for trying. I’ll contact the theme developer.
Forum: Plugins
In reply to: [Autoptimize] Lazy load makes some images to never loadLast code using ‘ broke my site, so I used the other type of apostrophe. Here’s the code I put:
add_filter( ‘autoptimize_filter_imgopt_lazyload_class’, ‘lazyload_keyword’ );
function lazyload_keyword() {
return ‘laozyload’;
}
add_filter( ‘autoptimize_filter_imgopt_lazyload_jsconfig’, ‘lazyload_config_keyword’ );
function lazyload_config_keyword( $in ) {
return $in . ‘<script>window.lazySizesConfig.lazyClass=”laozyload”;</script>’;
}image still blurry
Forum: Plugins
In reply to: [Autoptimize] Lazy load makes some images to never loador did you really mean “laozyload”? misspelled like that? I believe I tried with laozyload earlier and the behavior was still strange but I can try again
Forum: Plugins
In reply to: [Autoptimize] Lazy load makes some images to never loadI think sometimes the images don’t show*** ALL the time
Forum: Plugins
In reply to: [Autoptimize] Lazy load makes some images to never loadok, here’s the last script I put:
add_filter( ‘autoptimize_filter_imgopt_lazyload_class’, ‘lazyload_keyword’ );
function lazyload_keyword() {
return ‘lazyload’;
}
add_filter( ‘autoptimize_filter_imgopt_lazyload_jsconfig’, ‘lazyload_config_keyword’ );
function lazyload_config_keyword( $in ) {
return $in . ‘<script>window.lazySizesConfig.lazyClass=”lazyload”;</script>’;
}Honestly I’m not sure. it’s a weird behavior in general
I think sometimes the images don’t slow ALL the time, the page is very slow with the new code and everything takes forever to load. (for example, in Opera browser the logo+the form+the woman show up after a long time. In Chrome, the woman next to the form doesnt show at all). The image next to “Beneficios de Nuestros Programas” never shows in both browsers.Forum: Plugins
In reply to: [Autoptimize] Lazy load makes some images to never loadcorrection: I mean I replaced the old snippet with the new one***