Team Profiles Won't Post more than 3

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Team Profiles Won't Post more than 3

Tagged: , , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #13487
    bbates02
    Member

    Hey guys, I am having some issues and cannot figure out what is going on.

    1. In the Team Profiles, I have 11 members and only 3 are showing up
    2. How do I change the attribute size of the images that are displayed in the featured image.
    3. Also why isn’t the email link showing up? for the team members.

    #13498
    Veena
    Moderator

    Pls share a link to your site with temporary access details to your site as a private reply here.
    We will take a look.

    #13505
    bbates02
    Member

    http://virginia3pl.com/our-team/

    Now I got it to show up 6 of them. Yet the 007 one is a duplicate and I don’t understand why.

    #13532
    Veena
    Moderator

    1.Pls share temporary access details to your site as a private reply here.

    2.Try the below custom CSS –

    .single img.featured {
      width: 60%;
    }
    

    3.Pls insert the below lines of code in file framework/shortcodes/team-shortcodes.php at line no:110

    Email: ' . get_post_meta($post->ID, 'mo_email', true) . '

    '; echo '

    Phone: ' . get_post_meta($post->ID, 'mo_phone', true). '

    '; ?>

    And have the below custom CSS in themeoptions –

    .member-info {
      color: #3A3A3A;
      font-style: italic;
    }
    
    #13583
    bbates02
    Member
    This reply has been marked as private.
    #13597
    Veena
    Moderator

    The given login credential is not working it seems.

    #13607
    bbates02
    Member
    This reply has been marked as private.
    #13618
    Veena
    Moderator

    Now it is working fine it seems. Before you have entered two sets of shortcodes for team members so that it was duplicating. Pls go through the team custom post type shortcode in themedocumentation.

    Thanks.

    #13649
    bbates02
    Member

    It doesn’t seem to be working any more can you please look into it again.

    SORRY for the issues.

    #13680
    Veena
    Moderator
    This reply has been marked as private.
    #13687
    bbates02
    Member

    Sorry for the confusion.
    If you look in my team profile.
    I have 11 more profiles on there that do not show up.

    #13708
    Veena
    Moderator

    In the shortcode i have specified the ids of 7 team members and that is displaying fine.
    Kindly change it according to your requirement. You can use the shortcode without specifying the member ids also. You have to set the post_count parameter correctly.
    Please go through the themedocumentation – Team Custom Post type inorder to know more about the shortcodes and its parameters.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.