Finion - Incorrect Image Display In Blog - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Finion - Incorrect Image Display In Blog

M

Martin

Template 4 years ago

With the Finion template, the images are sometimes displayed twice in the blog area. There is a built-in background image. Thus, the article image is displayed twice. Can I change this somewhere?

https://dvoes.at/infos/news

0
11 Answers
Anne
Anne
Accepted Answer
Support Agent 4 years ago #12398

Hello there,

Please use this code in the custom css:

.com-content.view-category .article-list .article .article-intro-image{
    background-size: contain;
    background-repeat: no-repeat;
}
.com-content.view-category .article-list .article .article-intro-image img{
    height: auto;
}

-Regards

0
Anne
Anne
Accepted Answer
Support Agent 4 years ago #12255

Hello there,

Thanks for contacting with us. Can you give me a screenshot about this?

-Regards

0
M
Martin
Accepted Answer
4 years ago #12272

Pic

        `<div class="article-intro-image" style="background-image: url(/images/2021/03/29/swim_07_medium.jpg);">
            <img src="/images/2021/03/29/swim_07_medium.jpg" alt="1. Online-Meeting">
        </div>`

This is output in the code for this purpose. And the background image should be out of there. But then the main image would also have to be adjusted so that it is displayed over the entire article again.

Best regards

0
Anne
Anne
Accepted Answer
Support Agent 4 years ago #12278

Hello there,

Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials.

Best regards

0
M
Martin
Accepted Answer
4 years ago #12286

Hi Anne,

enclosed is the required info.

best regards Martin

0
M
Martin
Accepted Answer
4 years ago #12288

Hi Anne,

may I ask right away how I get this error message? The cause was probably an image that I inserted via Finion-Services.

https://dvoes.at/dvoes/ueber-uns/schwimmschulen

0
Anne
Anne
Accepted Answer
Support Agent 4 years ago #12367

Hello there,

Apology for your issue. This can be caused by

  1. Custom JavaScript code used inside Custom module used in Module addon.

  2. Installed extra module (not joomla core) used insided Module addon.

  3. Old addon from your template override.

The best way to find it, is DISABLE all module addons one by one, and check which one cause the problem.

  • Best regards
0
M
Martin
Accepted Answer
4 years ago #12373

Hello Anne,

thanks for the info.

I have now installed the Finion Quickstart package once under a different domain, without adding any other addons.

In the blog I tried in an existing article to replace the image. Result is the same problem as on my site.

On the home page I have to exchange an image under "Financial Service". With the result that the page is no longer callable and the same error as with me is output.

So the problem should not be with the modules.

0
M
Martin
Accepted Answer
4 years ago #12376

So 5 minutes ago installed the Quickstart template:

https://dev.dvoes.at/index.php/en/blog

In your article under "TOP STORIES - More From Our Blogs" I only changed the image. - Problem appears.

On the home page, I changed an image in the "Finatic Service" section. The described problem does not appear here. So look if there is a module blocking.

0
M
Martin
Accepted Answer
4 years ago #12379

I have now deactivated all modules. The problem remains and the search continues. :)

0
M
Martin
Accepted Answer
4 years ago #12419

Thanks Anne,

best regards, Martin

0