Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #149793

    Ben Horle
    Participant

    Hi

    I’m trying to add my personal links to the Facebook, Twitter and G+ icons in the following short code.

    I’ve managed to add the link to the linked in button (that was easy) but how do I do the others?

    Also can these mini buttons be created in the VC? I’m more of a VC user than a Back ender kind of guy.

    Many thanks

    Ben

    Hansel | The Chairman

    Founder of the company and all around great guy. You can find him on his days off planning the next big thing.

    [button href=”https://www.linkedin.com/profile/view?id=231925345&amp” title=”Connect on LinkedIn” block=”true” info=”tooltip” info_place=”top” info_trigger=”hover”][icon type=”linkedin”]| Connect[/button]
    [gap size=”25px”]
    [social style=”margin: 0 0.25em; font-size: 1.5em;” type=”facebook”][social style=”margin: 0 0.25em; font-size: 1.5em;” type=”twitter”][social style=”margin: 0 0.25em; font-size: 1.5em;” type=”google-plus”]
    [/promo]
    [/column]

    [column type=”one-half” last=”true”]
    [promo style=”text-align: center;” image=”http://placehold.it/850×600″ alt=”Alt Text”]

    #150268

    Rad
    Moderator

    Hi Sussex,

    Thanks for posting in.

    Try something like this

    [extra href="http://facebook.com/profile/" title="Facebook" info="tooltip" info_place="top" info_trigger="hover"][social style="margin: 0 0.25em; font-size: 1.5em;" type="facebook"][/extra]

    Same applies for other social icons.

    Cheers!

    #150415

    Ben Horle
    Participant

    Hi thanks for getting back to me,

    http://dev.sussexchef.com/team/

    Have I entered the code incorrectly?
    any chance you could edit :
    [social style=”margin: 0 0.25em; font-size: 1.5em;” type=”facebook”]
    to contain the target url (herf) so I can adjust the code myself please?

    Or …..

    #150418

    Ben Horle
    Participant
    This reply has been marked as private.
    #150451

    Ben Horle
    Participant
    This reply has been marked as private.
    #150823

    Christopher
    Moderator

    Hi there,

    I fixed it for you.I changed the code to [extra href="http://facebook.com/profile/" title="Facebook" info="tooltip" info_place="top" info_trigger="hover"][social style="margin: 0 0.25em; font-size: 1.5em;" type="facebook"].As i checked you have sidebar in Testimonial page,Have you add any menu item to footer menu?

    Hope it helps.

    #151946

    Ben Horle
    Participant

    Hi thanks
    A brief refresher on the customer video sorted out the the sidebar issue (was being a bit dim)
    thanks for the code but adding my facebook profile url to that short code is ineffective

    [extra href=”http://facebook.com/ben.horle/” title=”Facebook” info=”tooltip” info_place=”top” info_trigger=”hover”][social style=”margin: 0 0.25em; font-size: 1.5em;” type=”facebook”]

    what am I doing wrong? It just seems to refresh the page

    #152184

    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    <a href="http://facebook.com/ben.horle">[icon type="facebook"]</a>
    

    For other socials icons, you can refer to this link http://theme.co/x/demo/integrity/1/shortcodes/icons/

    Hope that helps.

    #152761

    Ben Horle
    Participant

    Hi thanks for your help, The 1st code worked! I forgot to paste it as plain text!

    You Rock!

    #152979

    Paul R
    Moderator

    You’re welcome. 🙂

    #153141

    Ben Horle
    Participant

    Hi again

    with the following code is it possible to get the “from” in the interval=”from Per Person” above the price please?
    [/text_output][pricing_table columns=”3″][pricing_table_column currency=”£” price=”17.00″ title=”Sussex Afternoon Tea” interval=”from Per Person”][icon_list]
    [icon_list_item type=”ok”]Sussex Afternoon Tea Sample Menu:[/icon_list_item]
    [icon_list_item type=”ok”]Selection of freshly made sandwiches[/icon_list_item]
    [icon_list_item type=”ok”]Sussex pork sausage rolls[/icon_list_item]

    [icon_list_item type=”ok”]Miniature home-made quiche[/icon_list_item]

    [icon_list_item type=”ok”]Selection of home-made fresh cream and sponge cakes[/icon_list_item]

    [icon_list_item type=”ok”]Tea, Coffee and Juice[/icon_list_item]
    [/icon_list]
    [button style=”font-weight: 700; text-transform: uppercase;” href=”http://dev.sussexchef.com/menus/afternoon-tea-menu/” title=”More Menu Options” info=”popover” info_place=”top” info_trigger=”hover” info_content=”You’re just clicks away from food “made with passion, Eaten with pleasure “]More Menu Options here![/button]
    [/pricing_table_column]

    #153367

    John Ezra
    Member

    Hi there!

    Thanks for posting in. It’s possible with custom CSS.

    You can add this under Custom > CSS in the Customizer.

    .page-id-6630 .x-pricing-column-info span {
    position: relative;
    top: -90px;
    margin-bottom: -35px;
    }
    
    .page-id-6630 .x-pricing-column-info h3.x-price {
    margin-top: 10px;
    }

    Note: you would need to change the “page-id-6630” number to the actual id of the page you want this to affect.
    If you want all pricing tables to have the “From text” above the price you just need to remove the .page-id-6630

    Also your code above will break so here’s a fixed version

    [pricing_table columns="3"][pricing_table_column currency="£" price="17.00" title="Sussex Afternoon Tea" interval="from Per Person"][icon_list]
    [icon_list_item type="ok"]Sussex Afternoon Tea Sample Menu:[/icon_list_item]
    [icon_list_item type="ok"]Selection of freshly made sandwiches[/icon_list_item]
    [icon_list_item type="ok"]Sussex pork sausage rolls[/icon_list_item]
    
    [icon_list_item type="ok"]Miniature home-made quiche[/icon_list_item]
    
    [icon_list_item type="ok"]Selection of home-made fresh cream and sponge cakes[/icon_list_item]
    
    [icon_list_item type="ok"]Tea, Coffee and Juice[/icon_list_item]
    [/icon_list]
    [button style="font-weight: 700; text-transform: uppercase;" href="http://dev.sussexchef.com/menus/afternoon-tea-menu/" title="More Menu Options" info="popover" info_place="top" info_trigger="hover" info_content="You’re just clicks away from food, made with passion, Eaten with pleasure"]More Menu Options here![/button]
    [/pricing_table_column]

    Hope this helps!

    #153393

    Ben Horle
    Participant

    Super star thank you!

    #153687

    Christian
    Moderator

    You’re welcome. Glad we could help.