Supreme Modules
Forum Replies Created
-
There’s two possibilities.
One is cache. Which means, when designing in Visual Builder, your browser is still fetching the old data hence both datas is not up to date which could cause this.
I recommend clearing your browser cache and cache plugin and try again.
Another one might be WP_MEMORY_LIMIT. Try increasing to define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); or define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
There’s two possibilities.
One is cache. Which means, when designing in Visual Builder, your browser is still fetching the old data hence both datas is not up to date which could cause this.
I recommend clearing your browser cache and cache plugin and try again.
Another one might be WP_MEMORY_LIMIT. Try increasing to define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); or define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
updated the plugin to enhance this lazyload. Script will only execute into viewport.
It seems like the WP Rocket lazyload isn’t excluding this for some reason.
For the time being, based on your image filename:
You can use:
function dsm_rocket_lazyload_exclude_src( $src ) { $src[] = 'master_white_olenpack-r-24v'; $src[] = 'master_black_olenpack-r-48v'; return $src; } add_filter( 'rocket_lazyload_excluded_src', 'dsm_rocket_lazyload_exclude_src' );
We will most likely update the plugin soon to only execute the before/after images after it’s loaded.
Hi @moeinkd
I think it is beyond of our plugin support. Since we do not have anything related to this. I’ll be closing this. You might want to contact elegantthemes for this.
Closing this for now
@tjgprint try re-save your permalink setting again.
@dougmbrockbank this is not related to the plugin. You might want to contact elegant themes support for this.
I’m afraid we are not going to support that. The reason is because that plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress. The last update was 3 years ago.
Hi @leguennecj
You might want to read this https://docs.divisupreme.com/faqs/before-and-after-image-module-images-are-not-loading-correctly
Hi @raulmuroc
You might want to contact elegant themes for this issue? This has nothing to do with divi supreme.
@fearracious would recommend px. It depends on your length of content.
Hi @joysanne the video lightbox is only available in the pro version.
Hi @fearracious you’re right. You need to adjust the height of the flip box depending on the content you have.
Will close this for now @lustigio we have received your email. This not related to our plugin.