Plugin Author
Steven
(@shazahm1hotmailcom)
The Tile Plus template default displays only a single web address link in the bottom corner.
To display all add show_links=true to the existing [connection] shortcode on the page.
I also suggest adding enable_website_link=false to the shortcode as well.
Example:
[connections show_links=true enable_website_link=false]
I hope this helps; please let me know.
Thread Starter
raidje
(@raidje)
Great, it works.
Thank you, have a nice weekend.
Plugin Author
Steven
(@shazahm1hotmailcom)
Happy to help; have a great weekend!
Thread Starter
raidje
(@raidje)
Hello Steven,
another question :
the link to an website is displayed two times, one with the links bloc and one in the bottom right of the tile (i’m using the tile layout).
see here (test wysa entry)
So i would like to remove the website link in the links bloc but keep it in the bottom right of the tile.
hope i’m clear (i’im french).
thank you for your help.
Thread Starter
raidje
(@raidje)
i think i’ve found a solution with css (target the span and display none…)
Plugin Author
Steven
(@shazahm1hotmailcom)
RE: the link to an website is displayed two times, one with the links bloc and one in the bottom right of the tile (i’m using the tile layout).
You would need to use the one shortcode example I supplied in a previously reply:
[connections show_links=true enable_website_link=false]
RE: i would like to remove the website link in the links bloc but keep it in the bottom right of the tile.
One way to accomplish this is to make the first link a “Website” link type, and then when adding additional links, set them to the “Blog” link type, then use this shortcode instead:
[connections show_links=true link_types='blog']
I hope this helps; please let me know.
Thread Starter
raidje
(@raidje)
thank you,
i tried your solution but finally, i’d rather use my own solution with css (target the span and display none…) but i’m keeping your solution by my side.
have a good day !
-
This reply was modified 3 years, 9 months ago by
raidje.
Plugin Author
Steven
(@shazahm1hotmailcom)
Happy to help; have a great day!