Product Updates
Joomla 5.2.3 Compatibility for JA Templates, Bug Fixes, and More
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

Article preview in main page. Is possible?

deedeeramone

Hi!

Is there a way to add a single article preview in a module in the main page?

Id like to show the blog newest article preview in the main page. Is there a way to do something like that?

Now im adding the html code of the article preview in a JoomlArt Advanced Custom Module -Features Intro : style-2 in the Description field. But the image is not resized responsibly. And adding manually the link to the article.

If it is not possible, is possible to resize the picture responsibly that I "harcoded" in the html description section?, in big screen there is no problem, but in a smartphone screen is a problem.

Thank you


Ninja

deedeeramone
Hi
A better solution i suggest you to use a article module instead to display articles.
As the custom content you have to update everyday. Or i can help you to add the mainbody section in the Current layout and the articles will display based on the Menu item of your Homepage.
For example you have set the Home menu is Featured article so you can let me know at which place u want to put mainbody.

It will be between 2 module positions anywhere on the page, not between 2 modules published on the same position.


deedeeramone

Hi

Ninja A better solution i suggest you to use a article module instead to display articles.

There is no problem if i have to update the article, if the article picture gets resize responsively in the articule module. But what kind of article module have I to use?

Thanx


Ninja

deedeeramone
Hi
use this code in custom.css file in the css folder of template to fix the image resize issue

.acm-features-intro.style-2 p img{max-width:100%;}

About the Module u can try articles category module or any other Joomla module that show article. Please note the style of title is only built for ACM module as u can see at homepage.


deedeeramone

OK, thank you,
the code in custom.css works fine, Il try an articule module, and choose better option.
I'll post here the final solution.

Thank you very much


Ninja

deedeeramone
You are welcome!