Template Giver - Article Image No Full-image - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Template Giver - Article Image No Full-image

AE

Antoniadis Pol & SIA EE

Template 2 months ago

Hello. I want to modify the photo that is in the full image articles. I don't want it to be a full image. It should appear as a simple photo with normal width and height. Also we don't want the color that it has as a background. I have added the code .com-content.view-article .article-full-image:after{ background: none !important; } .com-content.view-article .article-header-wrap{ background-color: initial !important; } But it doesn't work. Can you help me?

0
8 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 months ago #201262

Hello,

Thanks for reaching out to us. 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
AE
Antoniadis Pol & SIA EE
Accepted Answer
2 months ago #201263

I have taken a backup and am sending you the access details. Thank you.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 months ago #201266

Did you mean for article details pages? If so, thenit can make your design ugly, You can try this css and check. https://rescuegr.srg.gr/news/draseis/43-aristotle-university-of-thessaloniki-football-championship-final

Css:

.com-content.view-article .article-full-image:after {
    background: unset !important;
}
.com-content.view-article .article-full-image {
    background-size: contain;
    clip-path: unset !important;
    background-repeat: no-repeat;
}

Thanks

0
AE
Antoniadis Pol & SIA EE
Accepted Answer
2 months ago #201268

Nothing has changed. It's full image again. I'm sending you an example from another template of what the photo and article look like. https://www.papadopoulou-allergy.gr/index.php/peri-allergias/endiaferonta-arthra/87-allergia-i-kruoma

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 months ago #201270

Remove previous css and use this one:

#sp-page-title .sp-page-title {
    background-size: contain;
    background-repeat: no-repeat;
}

#sp-page-title .sp-page-title:before {
    content: unset !important;
}

Thanks

0
AE
Antoniadis Pol & SIA EE
Accepted Answer
2 months ago #201276

Nothing has changed. I've cleared the cache. It doesn't seem to be working. I don't know if it's a template problem.

0
AE
Antoniadis Pol & SIA EE
Accepted Answer
2 months ago #201292

Yes, it's ok. Thank you. Did you finally write any other code?

Also something I noticed with category in the articles. In https://rescuegr.srg.gr/news/draseis as you can see it shows 3 columns and up to 14 to be displayed on the screen. This happens in all subcategories except one, the one below: https://rescuegr.srg.gr/news/fire-hazard-forecast-map1. They appear one below the other, while the settings are the same.

0