Anomaly Encountered For The Fit Image Option Of Image Layouts Settings - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Anomaly Encountered For The Fit Image Option Of Image Layouts Settings

FF

Forrest FONG

SP Page Builder 2 years ago

Problem 1

Hi, I have disabled the "Fit Image" option of Image Layout Setting but it still keep the photo fitting to the column width.

A Custom CSS is applied to limit the height of the photo. .sppb-img-responsive { max-height: 450px; }

It is normal or working in the edit mode but not in the actual website.

https://cms.hkbws.org.hk/avifauna/species/0250/033000

However, it is found working on the article below - https://cms.hkbws.org.hk/avifauna/blog/0033000-amur-paradise-flycatcher-2

Problem 2

For the same article, it is unable to show the title of the image (Image Settings). It is showing in the edit mode but not in the actual website.

A Custom CSS is applied to limit the width of the photo.

Joomla Version 4.2.9

SP Page Builder Pro Version 4.0.10

Shaper Helixultimate Template 2.0.12

0
11 Answers
FF
Forrest FONG
Accepted Answer
2 years ago #113154

Hi, just solved the problem 1 by adding width: 100% in the custom as follows -

.sppb-img-responsive { max-height: 450px; width: 100%}

Is there any other way to solve it more smartly?

Joomsharper, please help to resolve the problem 2 as well. Thanks

0
FF
Forrest FONG
Accepted Answer
2 years ago #113155

Hi, it is found that "width: auto" also serve the purpose. Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113156

Hi

Thanks for contacting us. Yes, you can use custom CSS for that, you can set the width like that. This is the correct way. Glad to know that you have found the solution.

-Regards.

0
FF
Forrest FONG
Accepted Answer
2 years ago #113175

Hi Mehtaz,

Thank you for your reply.

Can you also advise on my problem 2 regarding title missing please.

Regards,

Forrest

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113234

Could you please give me that specific page link?

0
FF
Forrest FONG
Accepted Answer
2 years ago #113257

Hi, below is the link of the page. Thanks

https://cms.hkbws.org.hk/avifauna/species/0250/033000

Regards,

Forrest

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113300

Are you talking about this?

https://prnt.sc/VEsB0MWmb_NN

It is showing here on live site.

0
FF
Forrest FONG
Accepted Answer
2 years ago #113313

Hi Mehtaz,

Sorry that it should been some communication problems for such a simple and direct help request.

My problem is that the title "Figure 2" is missing in the live site.

https://cms.hkbws.org.hk/avifauna/species/0250/033000

The title "Figure 2" can be seen in the edit/admin site.

The login name and password for the admin site are provided in the hidden content.

Please advise what is going wrong. Thanks

Best Regards

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113381

Could you please enable your right click? So that I can check?

0
FF
Forrest FONG
Accepted Answer
2 years ago #113385

Hi, the right click is enable now. Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113647

Use this custom CSS

#sppb-addon-JBgV2A_sQGTBtaZr8F3bb .sppb-addon-title {
    color: black !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0