SPPB 5.3.6 Addon Latest Posts - Question | JoomShaper

SPPB 5.3.6 Addon Latest Posts

P

Patrick

SP Page Builder 1 year ago

Hello,

I have used the Latest Posts add-on on a page. I can only see the title of the posts. No introductory image, no author, nothing. The link to the post works.

Do I have to make additional settings in the post options? The page is currently running on xamp, so it is not live.

Best regards Patrick

0
5 Answers
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 1 year ago #169289

Hello Patrick,

Thank you for reaching out. I guess you have used Joomla's latest article module.

I recommend you to use the Articles addon and select ordering -> latest. Because this article's addon provides the functionality you are looking for. You can find the well-decorated doc for Articles Addon

For further inquiry:

  • Please mention the template name that you are using.
  • Add a screenshot of the frontend editing window that belongs to the addon.
  • Use the latest release of SP Page Builder.

Best Regards.

1
P
Patrick
Accepted Answer
1 year ago #169513

Thanks Afakur, it works. But, is there a possibility to show a button load more articles? When i have 12 articles but only 8 are shown, to load more preview articles

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 1 year ago #169523

Hi, Patrick happy to hear that it works.

Sorry, the load more button functionality is not available now. But you can activate the button in the article addon, that will help you to redirect to all articles or any specific page.

You may find this screenshot useful. Activate Button

If your problem resolves, then please accept the answer which is more related to your need.

Best regards.

1
P
Patrick
Accepted Answer
1 year ago #169527

ok, ive found it already. Is there a way to center the button? (custom css?) Now, you can only choose between right and left

0
Asfakur Rahman Saikat
Asfakur Rahman Saikat
Accepted Answer
Support Agent 1 year ago #169541

Please use the following CSS in Articles addon setting > style tab >Custom CSS. like this

#addonId .sppb-addon-articles .sppb-btn {
    display: block;
    margin: 0 auto;
    width: 200px;
}

Change the width as you need.

Thanks.

0