Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
Revolution Slider worked well till today. I’ve made any change and it is not showing on homepage : https://asformationpaca.fr
When I go on Customize page option I can see the slide…but not when the page is published.
I don’t know what to do to resolve this, any advices?
Plus, I need updated plugins : LayerSlider WP and WPBakery Page Builder
Thank you !
Hello,
Your site is generating a issue and Revslider css is set as display:none
Please remove this function on codeless-main.js
CL_FRONT.partialRefreshRendered = function(){
"use strict";
console.log(wp);
if( typeof wp.customize === 'undefined' || typeof wp.customize.selectiveRefresh === 'undefined' )
return false;
wp.customize.selectiveRefresh.bind( 'partial-content-rendered', function( placement ) {
var postType = '';
if( typeof placement.partial.params.post_type !== 'undefined' )
postType = placement.partial.params.post_type;
if( postType == 'portfolio' )
CL_FRONT.init_cl_portfolio();
} );
};
also remove this:
self.partialRefreshRendered()
Thanks
Thank you, you’re the best :) and please I need LayerSlider WP and WPBakery Page Builder plugin last update! Thanks
About WPBakery, i can’t send because we use a custom version modified.
But please, i highly recommend you to use Codeless Builder to avoid issues.
You must be logged in to reply to this topic.