Joomla Article Display Issue With Investa Template - Question | JoomShaper

Joomla Article Display Issue With Investa Template

RR

Raakesh R

Template 1 year ago

Good morning

a. I am again having some page layout issues with Investa Template with the regular Joomla article editor.

Please have a look at: https://2024.hrdc.mu/v1/index.php/training-grant-system/relevant-documents-with-g3-applications

You can see the Article title taking a considerable amount of space and the main text content is going behind the title banner. The article does not have images and Im supposing that because of that, it causing this issue. How can I fix that please?

b. More over how can I hide the blog menu title from the article page as again its taking a lot of space. For example: https://2024.hrdc.mu/v1/index.php/projects/outreach-projects/hrdc-joins-polytechnics-mauritius-for-career-counselling-workshop

As you can see, the page title and article title + image take a lot of space.

Thanks for helping.

0
9 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #157356

Sorry, there was a typo on the Custom CSS. I have updated the CSS in

Template Options -> Custom Code -> Custom CSS

.view-article #sp-page-title{
    display: none !important;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #157213

Hello Raakesh R

Please use this CSS to

Template Options -> Custom Code -> Custom CSS

.com-content.view-article #sp-main-body .article-media-wrapper{
    margin-top: 20px !important;
}

It will solve the first issue.

Please share a screenshot of your second issue to understand it better. Take a screenshot and share via any platform. For example: Lightshot or Imgur. Mark which title you want to remove here.

Best regards

0
RR
Raakesh R
Accepted Answer
1 year ago #157222

Thank you for the feedback.

The first issue seems to be resolved thanks to your custom code.

Ive shared the second issue below.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #157225

Please go to your Aritcle - Category Blog menu and turn off Page Title.

https://prnt.sc/dU6tPh3ULp3q

0
RR
Raakesh R
Accepted Answer
1 year ago #157238

Thanks, turning off the page heading is ok but when i do that I wont see the blog title anymore.

Is there a way to show the blog category title on the article listing but HIDE it when the single article is opened. Because it shows both the blog title + article title at the same time currently.

Any clue?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #157327

okay, then turn Page Title on in the menu item settings and use this CSS to

Template Options -> Custom Code -> Custom CSS

.view-article .page-title{
    display: none !important;
}
0
RR
Raakesh R
Accepted Answer
1 year ago #157332

Thanks for the reply. I've try to insert the custom css code but it doesnt work. Please check the page at:

https://2024.hrdc.mu/v1/index.php/projects/skills-development-support-programme-for-ai

I'm giving you the admin access below to check for yourself.

Thanks again.

0
RR
Raakesh R
Accepted Answer
1 year ago #157361

Thanks a lot.

One last question please: How can I make the article image float on the right (or left) and wrap around the text, instead of taking so much space at the top of the article please?

Thanks for your help again.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #157396

Sorry, we do not provide customization support. I can just give you hints. You have customize this file:

templates/investa/html/com_content/article/default.php to change the article view.

0