OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
OrdaSoft Gallery update layout (0 viewing) 

Joomla Gallery Support

Go to bottom Favoured: 0

OrdaSoft Gallery update layout

admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
OrdaSoft Gallery update layout 1 Year, 1 Month ago
Karma: 102  
Hi

I use your cool component (free and pro) on many sites. She is awesome.
So far I haven't had any problems with overrides.

But it doesn't work for my current project.
...templatesjagger14-estefaniahtmlcom_osgallerydefaultTabsdefault.php

I have also tested several other variants (directories).
It doesn't want to work.

Do you have a tip why it doesn't work?

Version (Basic) 6.1.54
Joomla 4.4.0

With best regards from Leipzig
Karsten
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:OrdaSoft Gallery update layout 1 Year, 1 Month ago
Karma: 102  
Hello

In our Joomla Gallery - you may change layouts (if you need) at
Code:

{yours site}/components/com_osgallery/views/

Please do backup first for not lost something important.

But YES, do real override (with copy to template folder) - you can't, Every Gallery layout - very specific and full depend from how it look now and with image API which we use for show that layout

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:OrdaSoft Gallery update layout 1 Year, 1 Month ago
Karma: 102  
Hello ,

I want the <H3> and <p> preferably as <div>
I can then position it better as a flexbox (display: flex).
If the description of the garments is too long (number of characters)
<div> os-gallery-img-title </div>.
When the number of colors becomes too high (number of characters) <div>
os-gallery-img-desc </div>.

<div> os-gallery-caption-bottom </div>
<div> os-gallery-img-title </div>
<div> os-gallery-img-desc </div>

Test server with customization:
j4.agentur-jaeger.de/index.php/marken/es...ania-women-oberteile

Live server original:
estefania-fashion.de/index.php/marken/es...ania-women-oberteile
Here you can see the difference with the style “RIA-20”.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:OrdaSoft Gallery update layout 1 Year, 1 Month ago
Karma: 102  
I want the <H3> and <p> preferably as <div>
I can then position it better as a flexbox (display: flex).

I am sorry all there HTML elements - work exactly same with flex

If the description of the garments is too long (number of characters)
In Our joomla gallery - n setting you may set where show Image Title/description and set size. Please check attachment
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:OrdaSoft Gallery update layout 1 Year, 1 Month ago
Karma: 102  
But if this not full good for you, you may set this with help add next styles to CSS


Code:

.img-block.dimas-effect .os-gallery-caption-bottom p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}



regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»