Adding multiple profiles on one page

  • Posted in : impressivCard WP
  • michaeljkrell
    Participant

    So, I am attempting to add multiple profiles on one page, but if I use the code below 4 separate pictures appear on the page. Any idea on how to fix this?

    [column width="3"]
    [profile_images]
    [profile_image alt=”” title=”” src=”http://themes.pixelwars.org/impressivcard-wp/wp-content/uploads/2012/10/profile-1.jpg”%5D
    [/profile_images]

    [profile_images]
    [profile_image alt=”” title=”” src=”http://themes.pixelwars.org/impressivcard-wp/wp-content/uploads/2012/10/profile-1.jpg”%5D
    [/profile_images]

    [/column]

    michaeljkrell
    Participant

    Also, if I use the code below, I get two extra pictures taking up an entire row.

    [row]
    [column width="3"]
    [profile_images]
    [profile_image alt=”” title=”” src=”http://themes.pixelwars.org/impressivcard-wp/wp-content/uploads/2012/10/profile-1.jpg”%5D
    [/profile_images]

    [/column]
    [column width="4"]
    …an American [label]inventor[/label] and businessman.
    I create beautiful web interfaces for the digital world. I am focused on the best user experience. I worked with so many big clients. I am the king…
    Let’s socialize!
    [social_icons]
    [social_icon type="facebook" title="" url="http://www.facebook.com"]
    [social_icon type="twitter" title="" url="http://www.twitter.com"]
    [social_icon type="linkedin" title="" url="http://www.linkedin.com"]
    [social_icon type="google" title="" url="http://www.google.com"]
    [social_icon type="vimeo" title="" url="http://www.vimeo.com"]
    [/social_icons]
    [/column]
    [column width="5"]
    [personal_infos]
    [personal_info title=”TITLE”]Owner[/personal_info]
    [personal_info title=”NAME”]Michael Krell[/personal_info]
    [personal_info title=”ADDRESS”]3068 S 60th St #6[/personal_info]
    [personal_info title=”E-MAIL”]hello@mkrell.com[/personal_info]
    [personal_info title=”PHONE”]402-880-1605[/personal_info]
    [personal_info title=”BIO”]Michael Krell has 10 years of experience in website design and development, eCommerce implementation, internet marketing, branding, photography and videography. From 2006-2010, he owned and operated a men’s clothing design and manufacturing company, Michael J Krell, which sold clothes across the USA, Canada, & Europe, while pioneering a B2C business model for mens casual clothing on two of the largest men’s fashion forums, StyleForum and Superfuture.

    [/personal_info]

    [/personal_infos]

    [/column]
    [/row]

    [row]
    [column width="3"]
    [profile_images]
    [profile_image alt=”” title=”” src=”http://themes.pixelwars.org/impressivcard-wp/wp-content/uploads/2012/10/profile-1.jpg”%5D
    [/profile_images]

    [/column]
    [column width="4"]
    …an American [label]inventor[/label] and businessman.
    I create beautiful web interfaces for the digital world. I am focused on the best user experience. I worked with so many big clients. I am the king…
    Let’s socialize!
    [social_icons]
    [social_icon type="facebook" title="" url="http://www.facebook.com"]
    [social_icon type="twitter" title="" url="http://www.twitter.com"]
    [social_icon type="linkedin" title="" url="http://www.linkedin.com"]
    [social_icon type="google" title="" url="http://www.google.com"]
    [social_icon type="vimeo" title="" url="http://www.vimeo.com"]
    [/social_icons]
    [/column]
    [column width="5"]
    [personal_infos]
    [personal_info title=”TITLE”]Owner[/personal_info]
    [personal_info title=”NAME”]Michael Krell[/personal_info]
    [personal_info title=”ADDRESS”]3068 S 60th St #6[/personal_info]
    [personal_info title=”E-MAIL”]hello@mkrell.com[/personal_info]
    [personal_info title=”PHONE”]402-880-1605[/personal_info]
    [personal_info title=”BIO”]Michael Krell has 10 years of experience in website design and development, eCommerce implementation, internet marketing, branding, photography and videography. From 2006-2010, he owned and operated a men’s clothing design and manufacturing company, Michael J Krell, which sold clothes across the USA, Canada, & Europe, while pioneering a B2C business model for mens casual clothing on two of the largest men’s fashion forums, StyleForum and Superfuture.

    [/personal_info]

    [/personal_infos]

    [/column]
    [/row]

    michaeljkrell
    Participant

    Any suggestions, guys?

    ahmetsali
    Keymaster

    Hi, profile image slider script supports only one instance on a page. But you can add more single image (not in a slider like profile image) into custom columns. Just don’t use [profile_images] shortcode twice. Add more images like this (via HTML tab of the editor);

    [column width="3"]
    <img src="http://themes.pixelwars.org/impressivcard-wp/wp-content/uploads/2012/10/profile-1.jpg" />
    [/column]
    
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.