Category Not Selectable After Enabling Joomla Article Intergration - Question | JoomShaper

Category Not Selectable After Enabling Joomla Article Intergration

JP

Jeff Popkin

SP Page Builder 2 months ago

So as the title says, I cannot select a category. As seen in this screenshot. https://imgur.com/a/hfpgWDB It does not matter if the page is created before or after enabling the integration into joomla articles. The only way I can get it into articles and article categories is if Icreate it through Joomla Article manager. However, if I do that, then the margins are off... see screenshots. https://imgur.com/a/0P8Py1U <--- THis was built through component https://imgur.com/a/3V1vna6 <-- This was built through Joomla article. No settings were changed for width or margins or anything. I Saved the first template, then imported it and simply updated the text. As you can see, when I create the page in joomla articles using Page Builder, the margins are off. SO I prfer to just build in the component so that the pages look exactly like I create them. Here are my problems... If I create a page in component... you do not have a module where I can display the created pages by recent, hits, popular, related... etc etc. Which means I would have to create a module and update manually constantly.... Not an ideal situation. SO I would use the built in joomla modules, but they won't recognize any page built in the component... especially since I can't even place it in a category. I also have some saving issues, certain blocks and sections will not save, they return sql errors. So even if I fixed the margins of the joomla article display, where does that leaves me with the 20+ pages I already created in components that I can't save and import (which would be a pain in itself even if it worked). Any help on this would be great. bostoneventguide.com t4 latest jooomlart JA FindUs template latest joomla 5.1.0 MySQLi 10.11.7-MariaDB-cll-lve PHP 8.2.15

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #161769

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Category functions are removed in version 5. You mentioned the margin issue. Can you mark down your screenshot? And share your site URL to check the issue. Or you can share a screencast video.

Filter your pages that you need.

https://prnt.sc/_czfZfMBNlad

Can you give me administrator access to check the section saving issue?

I appreciate your cooperation and will ensure to get back to you as soon as possible.

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
JP
Jeff Popkin
Accepted Answer
1 month ago #161785

I will provide credentials in hidden content That is unfortunate on the category selection, was it causing bugs? So is there no solution for article display in a module based on hits, creation date, or similar based on tags unless I create them all in joomla articles?

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #161860

Added this css code and pleadse check now.

.com-content-article .sppb-row-container {
    max-width:1320px;
}

.com-content-article {
    max-width: 1320px;
    margin: 0 auto;
}
0