Okay
  Public Ticket #212924
Replace social icon with button
Closed

Comments

  • Uber started the conversation

    On the "Our new team" page I want to replace the social media icons with a medium sized button. I have tried inserting a button with the short code editor, but to no avail. Any advice?

  •  1,825
    Support replied

    Hi Uber,

    This is possible only by modifying the shortcode implementation, therefore custom work.

    Alternatives:

    1. instead of using the shortcode you can use the raw html code and inserting the button there (simply look in the page source and copy the html from there)

    2. replace the social media icon with an image representing the button you want

    Thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Uber replied

    Thank you for your reply. I actually cut and paste another button from the Services Site and it worked!

    So now I have my "Read" button, here called "Artikel Lesen" and I want to link a PDF file to the button.

    This is how it reads:

    [/team_member_carousel][team_member_carousel name="Blickpunkt Film" title="Transmedia & Games" picture="http://localhost:8888/wordpress/wp-content/uploads/2014/05/wspryj65wvnypsyn.jpg"] <a href="" target="_blank">Artikel Lesen</a>

    I have uploaded the PFD file to my media and this is its address: http://localhost:8888/wordpress/wp-

    content/uploads/2014/05/BpunktFilm.pdf.

    Now when I enter this address above into the <a href="" it does't work. Instead a 404 Error Page opens and the layout on the page with the button gets messed up.

    What am I doing wrong? How can I link a PDF to my button?

  • Uber replied

    Correction to above:

    The code should read:

    [/team_member_carousel][team_member_carousel name="Blickpunkt Film" title="Transmedia & Games" picture="http://localhost:8888/wordpress/wp-content/uploads/2014/05/wspryj65wvnypsyn.jpg"]

    <a class="newave-button medium grey rounded" href="" target="_blank">Artikel Lesen</a>