Hi
Please can you help me? Not sure if this is a theme or plugin issue.
I have a popup in homepage, however the full post displays in the popup. Can you please help me to make the popup only display an excerpt of the post? I've tried using the read more tag however this seems to do nothing
URL is premier.testbay.website
Plugin is EMC2
Thank you
Sam
Post excerpt
-
- Posts: 7225
- Joined: February 26th, 2015, 1:40 pm
Re: Post excerpt
Hello samc9wd,
its not the issue of Recent Related Post And Page Pro plugin but you can try the below code, it will help you.
Add the following section of code in custom css-
Note: You can change the height according to your requirement.
Thanks.
its not the issue of Recent Related Post And Page Pro plugin but you can try the below code, it will help you.
Add the following section of code in custom css-
Code: Select all
#fancybox-content{
overflow: auto !important;
height:300px !important;
}
Thanks.
Re: Post excerpt
Ah sorry, I must have posted in wrong plugin forum. Thank you very much for this code, very helpful! 

-
- Posts: 7225
- Joined: February 26th, 2015, 1:40 pm
Re: Post excerpt
Hello samc9wd,
its ok.
Thanks.
its ok.
Thanks.