Okay
  Public Ticket #2289047
Team member blurry
Closed

Comments

  •  1
    hollandse_meesters started the conversation

    Dear people from Salient,

    Me again :D

    I have a team member section: https://www.topkapifilms.nl/nw/about-copy/#topkapi-team As you can see the images are cropped and blurry. 

    I tried a solution from the comments on Themeforest:

    function nectar_child_add_image_sizes() {
      add_image_size( 'regular', 800, 800, true );
    }
    add_action( 'after_setup_theme', 'nectar_child_add_image_sizes', 20 );

    And ran the 'Regenerate Thumbs' plugin, to no avail.

    Is there another way to have the Team Members display their orginal images, with the Meta overlaid Alt style?

    Thanks!

    Martine

  •   Andrew replied privately
  •  1
    hollandse_meesters replied

    Hi Andrew,

    THey are fine now! Hm, I guess despite emptying my cache repeatedly it only happened now (the next day). Thanks anyway!

    Best,

    Martine

  •   hollandse_meesters replied privately
  •  3,022
    Andrew replied

    Hi there,

    Right now the use of the full image with that style of team member is not really possible unless you edit the theme files in the salient core plugins, that is 

    wp-content\plugins\ salient-core\includes\vc_templates\team_member.php line 72 replace regular with large

    Another alternative would be to use a different layout such as the meta below as that uses the full image.
    Hope this clears things up. 

  •   hollandse_meesters replied privately
  •   hollandse_meesters replied privately
  •  8,992
    Tahir replied

    Hey Again,

    Good to hear though be sure that the changes would be lost if you update the Theme in the future. 

    Bes t


    ThemeNectar Support Team