Hide author and date? Embed thumbnail with floating Introtext?
- Posted by Sascha (20) Offline
Hello,
I've got two questions to your module "Latest News Extended":
1. I don't want to show author and date of publication. How can I hide them?
2. I'd like to embed the thumbnail image into the introtext, such that the introtext floats right to the image. How can I do that?
Thanks in advance,
Sascha.
10 years 11 months ago #1
by Sascha
I've got two questions to your module "Latest News Extended":
1. I don't want to show author and date of publication. How can I hide them?
2. I'd like to embed the thumbnail image into the introtext, such that the introtext floats right to the image. How can I do that?
Thanks in advance,
Sascha.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi,
10 years 11 months ago #2
by TemplatePlazza
From the module backend, set the option : "Show Meta" to No.1. I don't want to show author and date of publication. How can I hide them?
In the module backend there is an option called : Intro Thumbnail Location, you can try to change it to left or right2. I'd like to embed the thumbnail image into the introtext, such that the introtext floats right to the image.
Please Log in or Create an account to join the conversation.
- Posted by Sascha (20) Offline
1.: thanks!
2.: I tried that, but that didn't float the text around the whole image.
I changed the PHP renderer (default.php) a bit, such that the DIV which renders the thumbnail image is embedded within introtext's <p>-tag. I also changed DIV to SPAN to avoid nesting a block element within a <P> element.
Thanks for your help!
Sascha.
10 years 11 months ago #3
by Sascha
2.: I tried that, but that didn't float the text around the whole image.
I changed the PHP renderer (default.php) a bit, such that the DIV which renders the thumbnail image is embedded within introtext's <p>-tag. I also changed DIV to SPAN to avoid nesting a block element within a <P> element.
Thanks for your help!
Sascha.
Please Log in or Create an account to join the conversation.