Upgrading To 5.3.1 Problem - Question | JoomShaper

Upgrading To 5.3.1 Problem

G

Graeme

SP Page Builder 1 year ago

Hi I have upgraded to SPPB 5.3.1 From 3.0.0

I have asked my server support to back up to my prvious backup As this is a live site Previously All my Article in the SPPB Article Addon retained the ratio of my image which was A4 549px by 777px thes imsge scaled propotionaly Since the upgrade the articles seem to have a fixed depth applied 250 px Which has totally messed up my site

is there a way to fix this option or will i be stuck at this point unable to upgrade

tried to add this css but it does not work

.sppb-addon-articles .sppb-addon-article-layout-content img { height: 70.8%!important; }

The still disply correctly in a native joomla blog layout but not in SPPB Article addon https://www.shotokanmag.com/shop/back-issues.html

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #156944

If you want to disable the height then just write it


height: unset !important;
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #156622

Hi

Thanks for contacting us. Could you please give me that specific page link? And also a screenshot of your issue?

-Regards.

0
G
Graeme
Accepted Answer
1 year ago #156664

Hi There are several page here i use this addon but it also on the home page

It is a live site and had to revert to a back up Pre the upgrade See the Screen shots Below I tried all the new option for thumbnail options in the addon including the Full height option but in each case the option truncated the image screen shits show what the sit looks like now pre the upgarde and post the upgrade . The Images are the front covers of an A4 magazine so obviously looks wrong if the the who image is not displayed

Post Install

Pre Install

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #156787

Hi

You can change the height from here. Use this CSS in your custom.css file

img.sppb-element-lazy.sppb-element-loaded{
  height: 300px !important;
}

You can change the height value.

0
G
Graeme
Accepted Answer
1 year ago #156907

Hi Your code had no effect on the layout In the web Browser style atributes Developers tools

.sppb-addon-articles .sppb-addon-article-layout-content img { width: 100%; /* height: 300px; */ object-fit: cover; }

If I Dissabled the height of the above css The Thumbnails works fine But not sure how i would define this in the CSS code and would i need a class adding the article addon so as to confine thes change to this addon

0