member overlay

Home Forums Salamat WordPress Theme member overlay

This topic contains 5 replies, has 2 voices, and was last updated by  ab-themes 7 years, 8 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17935

    primuswerbung
    Participant

    Hello, is it possible to show the overlay like this: <icon Mail> – <text Mail>
    and i miss the phone field, is it possible to show the phonenummer?

    thank you

    #17936

    ab-themes
    Keymaster

    Hi,

    if we understand you well, you want to when you hover at team member and red overlay is displayed put some text and phone number below icon mail?

    Kind regards

    #17942

    primuswerbung
    Participant

    Hi, yes. But the phone number under the mail an with icon if it works

    #17949

    ab-themes
    Keymaster

    Hi,

    this would be customization of our theme and we do not support customizations.

    But, we did it for you :)

    So, in the attachment we are sending you team_tc.php file. Download that file, unzip it and then open elements folder
    (you can find it here \wp-content\themes\salamat\elements). In that folder you can find your team_tc.php. Replace it with team_tc.php that we send you.

    Also, open your style.css file
    (you can find it here \wp-content\themes\salamat\style.css)

    and in the end of that file paste this code:

    .tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p.your_number,
    .tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p.text_short_bio{
    	color: #fff;
    }

    After that open your the-creator.css file in css folder
    (you can find it here \wp-content\themes\salamat\css\the-creator.css)

    and on line 1935 you have this code:

    .tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p{
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
      	text-align: center;
    }

    Replace that code with this new one:

    .tcvpb_team_member .tcvpb_overlayed .tcvpb_overlay p{
        display: block;
        vertical-align: top;
        line-height: 40px;
        text-align: center;
        width: 100%;
        position: relative;
        top: -75%;
        margin-bottom: 0;
    }

    Edit your page and when you edit your Team element you can see two new fields, “Phone number” and “Short description”.

    Cheers

    #17952

    primuswerbung
    Participant

    Thank you so much! This is an excellent service! It works fine, but i must put team_tc.php in the “Salamat Child” folder.
    thank you

    #17953

    ab-themes
    Keymaster

    No problem,

    we are glad to help you :)

    Cheers

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

The forum ‘Salamat WordPress Theme’ is closed to new topics and replies.