Forum Replies Created
-
Author
-
RDeluxeParticipant
Alright, got it working by adding a custom script to load jquery on wp-login.php :
add_action( ‘login_enqueue_scripts’, ‘custom_login_enqueue_scripts’ );
function custom_login_enqueue_scripts()
{
wp_enqueue_script(‘jquery’);
}RDeluxeParticipantHi !
I also have the
Uncaught ReferenceError: jQuery is not defined
problem. However after disabling ALL my plugins, it’s still there.
I’m using a child theme, and my functions.php file does nothing except changing the menu content.
Any other idea ?
RDeluxeParticipantI don’t find any “edit” button, sorry.
I don’t find any way to send you a PM, and I’ll not share my admin credentials on a public topic.
From a technical pov it seems that the Visual composer css parameters are just not applied to the text box elements, I suspect the vc_column_text file for be responsible, but i don’t know VC enough to correct it.
RDeluxeParticipantI’m addind it in a row and a column, like this :
[url=http://i.imgur.com/cRUyu92.png][img]http://i.imgur.com/cRUyu92l.jpg[/img][/url]And here is the result :
[url=http://i.imgur.com/aU3vdDW.png][img]http://i.imgur.com/aU3vdDWl.jpg[/img][/url]
In the previous Kleo version I modified the vc_column_text.php file, to make this work. I updated Kleo and deleted this file to see if the issue was solved, but it’s not the case.
I’m sending you some admin temporary credentials by PM
-
AuthorPosts