Forums › Forums › Bug Reports › Click on the post does not work.
Tagged: button, css, custom-css
-
Click on the post does not work.
-
Hello friends,
I can not click on a post on the home page from my site https://www.hormoonkookcoach.nl
when I want to read more. How is that possible?
Kind regards, Carlo
-
Hi @Carlo ! Upon further inspection, we noticed that both the affected block (Latest Posts from the built-in blocks) and the block that’s causing this issue (Button from Atomic Blocks) aren’t from Ultimate Blocks, and something in Atomic Block’s CSS is causing this issue (more specifically, setting the value of position to “relative”). If you want to keep using the Button block from Atomic Blocks, you may add the following to your custom CSS:
.script.ab-block-button {
position: inherit;
}You might also want to try our version of the button block and see if it works better with the Latest Posts block in your page.
-
Hello Alexis,
I put the CSS but it does not change.
What can we do more?
Kind regards, Carlo
-
Hi @Carlo ! I noticed that, in your page, the custom CSS was translated into Dutch before it was pasted, so it wasn’t recognized at all. CSS properties and their predefined values use English, and translating them would stop them from working. Have you tried copying and pasting it without changing anything?
-
Hello friend Alexis,
Great and thanks for your support!
Kind regards, Carlo