Hello,
I am having trouble with the read more shortcode: the text appears as if there were no shortcode. I would like to have a read more that works like an accordeon and, when clicked, shows the rest of the text below.
Many thanks for your help!
Daria
Hey Fiorilla!
I tried viewing your link but your site keeps timing out for me. Check with your hosting provider to make sure everything is ok.
Cheers!
Elliott
Hi Elliott,
Sorry about the link. I include the new one below.
Thanks for your help,
Daria
Hey!
So for your excerpts your wanting them to stay hidden until the read more button is clicked? I don’t see an easy way of going about that unfortunately. It would be best to hire a freelancer to help you out with this customization as it’s going to take a bit of time and code to implement.
Best regards,
Elliott
Hi Elliott,
Thanks for your reply. Do you think I could eventually use the accordeon feature, and replace the “+” sign with a “Read more” text?
Best regards,
Daria
Hey!
Yes, that would be easy to do. Add this to your custom CSS.
.toggler {
padding-left: 15px !important;
}
.toggle_icon { display: none !important; }
And set the title of the toggle to “Read More”.
Best regards,
Elliott