Joomla Article Page Integration - Question | JoomShaper

Joomla Article Page Integration

LM

Leo M

Template 1 month ago

Hi Guys,

Thanks for your help so far. Just struggling with 3 things as I finish upgrading this site...

  1. My Joomla articles don't render in the template properly. I have the articles loading fine in a layout in the articles plugin, but when read more is clicked it is a mess.
  2. How is the full width image set up, like in the rhino theme
  3. How can I add a second row of content including a couple of buttons to the menu bar.

Have put all this quickly in a video in the link in hidden.

Thanks! Leo

0
9 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #214169

Hello Leo,

Thanks for reaching out to us.

Please, use this css in your custom css:

body.view-article article.item.item-page {
    margin-top: 60px !important;
}
body.view-article article.item.item-page .entry-image.full-image img {
    margin: 0 auto;
    display: block;
}

Thanks

0
LM
Leo M
Accepted Answer
1 month ago #214172

That's awesome, thanks so much!!! Only thing is it is leaving a ' ?> ' in the top left as per the image in the link below.

Wondering also if there is a way to set the font size/colour for the header and move it above the image? Is that a JS thing or done by hacking in Joomla?

Thanks, Leo

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #214174

Could you please share temporary administrator access to your Joomla backend? You can provide the credentials securely in the hidden content section. Also, please take a full backup of your site before we make any changes.

Once I have access, I’ll investigate further and see what’s causing the issue. Let me know once you’ve shared the details!

Best regards,

0
LM
Leo M
Accepted Answer
1 month ago #214231

Thanks! They're in the Hidden below:

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #214275

This issue has been resolved.

It was caused by an unnecessary duplicate closing PHP tag. I have removed it from the file.

Thanks.

0
LM
Leo M
Accepted Answer
1 month ago #214293

Awesome, Thanks so much.

Is there now a way to get any Joomla articles to now match the typography I set up for H1 in Rhino? I tried some custom CSS for articles but it did nothing

So, in the screenshot below, how can I

  1. Match the H1 class I set up in Rhino
  2. Potentially put the header above the image instead of below.

Pls see screenshot in hidden below

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #214294

For changing article header positions, we do not provide any customizations. You would need to hire a developer to implement this.

Additionally, for article H1 and H2 css issues, you must use our SP Page Builder when writing your articles. Currently, you are using Joomla’s core editor, so the headings css will not appear the same.

Thanks for your understanding.

0
LM
Leo M
Accepted Answer
1 month ago #214296

Thanks Ziaul... Totally get it. Unfortunately there are 750 old article posts that were K2, now Joomla that would be a lot of work to move into the Builder, so client might just have to deal with that for now.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 1 month ago #214300

You are most welcome.

If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0