please check above for requested details.
please check above for requested details. Ninja
I have submitted the requested information....let me know how it goes! Ninja
AzimuthDesigns Hi The lazy and with and hight option is added in core Joomla 4 and not from the template. it will same for Joomla template you will use.
Add this code in custom css
.j40 figure img { height: inherit!important}
May I ask what file that is to add it too?
AzimuthDesigns Hi open template folder /css/custom.css If file not exist create it and add the code, it does not force image for a fix height.
Nice work! I would not have known how to over-ride that issue. Thank you so much!!!!!
Ninja
AzimuthDesigns You are welcome! i have shared feedback with team, it is known issue as adding fixed height by core Joomla is not good for responsive view.
this file did not exist!
is this "custom.css" where overrides that can survive template updates go for all future dev I will do?
I've lost a lot of customization before to failing to add a .css somewhere and editing the raw css files.
with respect to the other question..
<a href="<?php echo $value->social_link; ?>" title="" target="_blank"> <span class="fa fa-<?php echo $value->social_font; ?>"></span> </a>
where can i add this so that it won't get scrubbed in the next update???
AzimuthDesigns Hi open file "/html/com_content/article/model-centered.php" in template "ja_aiga". Place the same file on local folder open file "local/html/com_content/article/model-centered.php" in template "ja_aiga".
This is usually what i do....duplicate the system and modify...but...often upon updating templates and major Joomla version updates they can get scrubbed.
Will this survive major updates? Ninja
fyi..that line of code was not found in that file.
AzimuthDesigns Hi Kindly follow the same thread as this topic is different and include all info in one reply.
Thanks for understanding.