Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #320742
    division
    Member
    Post count: 33

    Hi, Can you tell me if tooltips should work on a form (Contact form 7).

    [sf_tooltip link=”#” direction=”top” title=”Tooltip text”]TEXT HERE[/sf_tooltip]

    They have worked previously but won’t now that I have updated WordPress, the theme and all plugins.

    #320772
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Do you have any page example where we can check this?
    You can use the private reply if necessary.

    -Rui

    #320776
    division
    Member
    Post count: 33
    This reply has been marked as private.
    #320780
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #320781
    division
    Member
    Post count: 33
    This reply has been marked as private.
    #320782
    division
    Member
    Post count: 33
    This reply has been marked as private.
    #320786
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #320787
    division
    Member
    Post count: 33
    This reply has been marked as private.
    #320964
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The CF7 plugin controls that output, please test this: please install and activate the supplied child theme, inside the child theme functions.php file paste this:

    add_filter( 'wpcf7_form_elements', 'sf_wpcf7_form_elements' );
    function sf_wpcf7_form_elements( $form ) {
    $form = do_shortcode( $form );
    
    return $form;
    }
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register