Hi there,
Is there a way to add a link to the entire card similar to this: https://www.fastprinting.com.au/business-cards.htm ?
Thank you.
Adding a Link to the full card
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Adding a Link to the full card
I'm sorry, there is currently no option to add a link to the entire card.
But you can post suggestions in the 'suggestions ' section of the forum. If more users find it useful then I will consider it for future development
But you can post suggestions in the 'suggestions ' section of the forum. If more users find it useful then I will consider it for future development
- wwonderfull
-
- Posts: 1587
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Adding a Link to the full card
I also support the idea and made a better post on this subject. If you like support here in this linkkevindef wrote: Tue Sep 29, 2020 11:47 pm Is there a way to add a link to the entire card similar to this: https://www.fastprinting.com.au/business-cards.htm ?
https://www.wysiwygwebbuilder.com/forum ... 28&t=89824
Re: Adding a Link to the full card
No problem Pablo, the new WWB16 have so much new features to play around, and I'm having a ball adding them to my new web designs. I'm also a big fan of the Cards, and there's more added features now than before, so thank you for that.
I have also suggested the new link adding feature in the suggestion section by supporting wwonderfull post.
thanks for the suggestions wwonderfull, they are great suggestions and would really love seeing them implemented in the next development.
I have also suggested the new link adding feature in the suggestion section by supporting wwonderfull post.
thanks for the suggestions wwonderfull, they are great suggestions and would really love seeing them implemented in the next development.
Re: Adding a Link to the full card
You can do this easy with the - insert HTML in the card properties-Is there a way to add a link to the entire card similar to this: https://www.fastprinting.com.au/business-cards.htm ?
No need of a HTMLobject it's integrated in de Card properties
past this in the code field
Code: Select all
<a href="https://your url/" class="stretched-link">BUY NOW</a>
<style>
.stretched-link:after {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
background-color:transparent;
content:"";
pointer-events:auto
}
</style>
Re: Adding a Link to the full card
Thank you soooo much Fender for taking the time to help out a fellow WWB user. I really appreciate it! I'm on the program right now, will give it a go and let you know how I went with it.
Re: Adding a Link to the full card
Hi Fender,
Sorry to be a pain. do I put the code in the card property > Object HTML > and where will it go: Before Tag / inside Tag, After Tag, Custom Style? I put it inside After Tag and it works but not sure if that's the right approach though
Once again, thanks mate for your time.
Sorry to be a pain. do I put the code in the card property > Object HTML > and where will it go: Before Tag / inside Tag, After Tag, Custom Style? I put it inside After Tag and it works but not sure if that's the right approach though

Once again, thanks mate for your time.
Re: Adding a Link to the full card
Sure that works but there is an easier and better way!Sorry to be a pain. do I put the code in the card property > Object HTML > and where will it go: Before Tag / inside Tag, After Tag, Custom Style? I put it inside After Tag and it works but not sure if that's the right approach though
Screenshot here https://gofile.io/d/EyicSu
When we make a card you can insert various things like a button, text,image but also HTML!
So actualy it's already possible with a card to make that strechted link.
I used insert HTML no need to doubt about where to put the code like, Before Tag / inside Tag, After Tag, Custom Style.
1-- choose the properties of the card
2-- choose insert
3-- choose HTML
4-- past the code
That's how I did this.
I found this solution here https://www.engie.design/fluid-design-s ... ched-link/
Fender
Re: Adding a Link to the full card
Thanks mate, it worked! Perfect!