Is there a way to have a card which has been placed inside a Card Container act as a bookmark, so that it can be called (activated) by an event?
I know that this can be done using a Layout Grid or a Card Container as bookmark, but I want to scroll right to the specific Card. This would be useful in responsive design. Thank you
Card as Bookmark?
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: Card as Bookmark?
Yes, it can be done; however it will simply jump and won't have a smooth scroll.
1. Right click on your card, choose object HTML and in the generated html section note the ID of the card. It will look something like "Card1-card-body".
2. Whatever you are using as the link, go to the link properties and in the link section make sure the following is set:
Link to = External web address
URL = ID of card (ex: #Card1-card-body)
1. Right click on your card, choose object HTML and in the generated html section note the ID of the card. It will look something like "Card1-card-body".
2. Whatever you are using as the link, go to the link properties and in the link section make sure the following is set:
Link to = External web address
URL = ID of card (ex: #Card1-card-body)
Re: Card as Bookmark?
Wow! I'll give it a try in the morning. Thanks.
Also, there are so many nice tricks (codes, etc.) like this that I find here and there by chance in the forum - I keep a record reference for good ones that I stumble on - but is there any general repository for such thing? I know that this is asking for too much, but just asking
.
Also, there are so many nice tricks (codes, etc.) like this that I find here and there by chance in the forum - I keep a record reference for good ones that I stumble on - but is there any general repository for such thing? I know that this is asking for too much, but just asking

Re: Card as Bookmark?
Theres a tips and tricks section in the forum but not everything is put in there.
Re: Card as Bookmark?
Thank you Crispy68. That worked great with some experimentation.
I found that it works well with the Go Menu, Themeable Menu set to Bootstap, Slide Menu and works OK with Listview set to Drop List, but not the best.
Tab menu is not so good because it not responsive in a layout grid and not at all in the Accordian menu.
Over all, this is a very usefol function. Cheers!
I found that it works well with the Go Menu, Themeable Menu set to Bootstap, Slide Menu and works OK with Listview set to Drop List, but not the best.
Tab menu is not so good because it not responsive in a layout grid and not at all in the Accordian menu.
Over all, this is a very usefol function. Cheers!