- This topic has 11 replies, 3 voices, and was last updated 5 years, 4 months ago by
David.
-
AuthorPosts
-
December 16, 2020 at 11:59 am #1583432
Kasper
Hi,
I have a table with 3 columns. I want to have 3 different background images in each column (and text on top) and make each column clickable. Is this possible?December 16, 2020 at 4:37 pm #1583618Leo
StaffCustomer SupportHi there,
You can try using GenerateBlocks and this method:
https://wordpress.org/support/topic/how-to-make-clickable-block/December 17, 2020 at 3:49 am #1584133Kasper
Hi Leo.
Thanks for your reply.
Where do I place the link in the block?December 17, 2020 at 5:58 am #1584271David
StaffCustomer SupportHi there,
if you’re using the Headline Block, select the text and give it a link.
Make sure only one element has a link to attached to in each column container.December 17, 2020 at 6:56 am #1584518Kasper
Hi,
Thanks for the reply. Now I have made the text clickable. But it is only the text that is clickable. I would like the hole section to be clicable, is that possible?This is the site: http://test.rugholm.com/
Another question. Is there a way to have the text in the bloc at the bottom?
December 17, 2020 at 7:21 am #1584546David
StaffCustomer SupportHave you followed the steps in the topic that Leo provided :
https://wordpress.org/support/topic/how-to-make-clickable-block/
December 17, 2020 at 9:05 am #1584655Kasper
Yes – I have added the class my-linked-container with the mentioned code to the top left box and made the text clickable.
December 17, 2020 at 1:15 pm #1584942Leo
StaffCustomer SupportI’m not seeing the CSS being added.
Looks like you are using some kind of caching plugins? If so can you clear and disable it first?
December 18, 2020 at 1:55 am #1585460Kasper
Hi,
I tried this CSS instead and now it works:
.click-container {
position: relative
}
.click-container a:before {
content: ”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}Can you help me move the text to the bottom og the bolck?
December 18, 2020 at 3:03 am #1585563David
StaffCustomer SupportSelect the Grid Container block containing your Headline, in the settigns Layout, you can change the Vertical alignment to Bottom.
Not the core text block will attract the themes bottom margin.
If you use a Headline Block instead of the Text Block you can remove/adjust that margin. Note the Headline Blocks Element can be set to a Paragraph.December 18, 2020 at 6:59 am #1586009Kasper
Thanks! that worked 🙂
December 18, 2020 at 7:13 am #1586029David
StaffCustomer SupportGlad to be of help
-
AuthorPosts
- You must be logged in to reply to this topic.