Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Team Profiles Won't Post more than 3
- This topic has 11 replies, 2 voices, and was last updated 10 years, 12 months ago by
Veena.
-
AuthorPosts
-
April 16, 2015 at 8:02 pm #13487
bbates02
MemberHey 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.April 17, 2015 at 11:26 am #13498Veena
ModeratorPls share a link to your site with temporary access details to your site as a private reply here.
We will take a look.April 17, 2015 at 12:43 pm #13505bbates02
Memberhttp://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.
April 18, 2015 at 7:27 am #13532Veena
Moderator1.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; }April 20, 2015 at 5:40 pm #13583bbates02
MemberThis reply has been marked as private.April 21, 2015 at 7:07 am #13597Veena
ModeratorThe given login credential is not working it seems.
April 21, 2015 at 2:13 pm #13607bbates02
MemberThis reply has been marked as private.April 22, 2015 at 8:02 am #13618Veena
ModeratorNow 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.
April 22, 2015 at 9:36 pm #13649bbates02
MemberIt doesn’t seem to be working any more can you please look into it again.
SORRY for the issues.
April 23, 2015 at 11:55 am #13680Veena
ModeratorThis reply has been marked as private.April 23, 2015 at 12:23 pm #13687bbates02
MemberSorry for the confusion.
If you look in my team profile.
I have 11 more profiles on there that do not show up.April 24, 2015 at 9:07 am #13708Veena
ModeratorIn 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. -
AuthorPosts
- The forum ‘Extinct Theme Support’ is closed to new topics and replies.