Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • in reply to: Facebook login button does nothing #55235
     RDeluxe
    Participant

    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’);
    }

    in reply to: Facebook login button does nothing #54192
     RDeluxe
    Participant

    Hi !

    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 ?

    in reply to: Visual composer – Text – Design Options #47630
     RDeluxe
    Participant

    Hi,

    That update solved my problem. Thanks a lot.

    in reply to: Visual composer – Text – Design Options #47297
     RDeluxe
    Participant

    Hi,

    Thanks a lot, that’s perfect.

    in reply to: Visual composer – Text – Design Options #47157
     RDeluxe
    Participant

    I 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.

    in reply to: Visual composer – Text – Design Options #47155
     RDeluxe
    Participant

    I’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

Viewing 6 posts - 1 through 6 (of 6 total)

Log in with your credentials

Forgot your details?