-
AuthorPosts
-
November 21, 2014 at 5:21 am #149793
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&” 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”]November 21, 2014 at 6:33 pm #150268Hi 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!
November 22, 2014 at 6:41 am #150415Hi 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 …..
November 22, 2014 at 6:43 am #150418This reply has been marked as private.November 22, 2014 at 7:54 am #150451This reply has been marked as private.November 23, 2014 at 2:52 am #150823Hi 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.
November 24, 2014 at 3:07 pm #151946Hi 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
November 25, 2014 at 1:21 am #152184Hi,
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.
November 25, 2014 at 3:02 pm #152761Hi thanks for your help, The 1st code worked! I forgot to paste it as plain text!
You Rock!
November 26, 2014 at 1:33 am #152979You’re welcome. 🙂
November 26, 2014 at 6:31 am #153141Hi 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]November 26, 2014 at 11:49 am #153367Hi 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-6630Also 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!
November 26, 2014 at 12:29 pm #153393Super star thank you!
November 26, 2014 at 9:47 pm #153687You’re welcome. Glad we could help.
-
AuthorPosts