New Landing How can we help? Themeforest Theme Support Pinpoint Remove click on team member

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #192261
    nrf
    Member
    Post count: 34

    I would like to remove the function that allows a visitor to click on a team members pic.

    Every time I upgrade the theme I loose all translations I´ve made. I guess I have to put theme into the child theme… Could you advice?

    #192272
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .team_list_widget .team-member {
      pointer-events: none;
    }

    – Kyle

    #192302
    nrf
    Member
    Post count: 34

    Thanks!

    What about the translation-issue? Do I have to translate every update of the theme?

    #192309
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below in your child theme functions.php
    and create a directory called language and move the translated files to that directory(.po and .mo)

    load_theme_textdomain('swiftframework', get_stylesheet_directory().'/language');

    -Rui

    #192351
    nrf
    Member
    Post count: 34

    Thanks, Rui!

    #192353
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

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

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

License required for one of the following items
Login and Registration Log in · Register