@arminunruh I just sent you a mail with all the informations. Thank you!!
victor789
Posts
-
adding Extra columns in project index -
adding Extra columns in project indexAs I said in my last post, I'm building a project index line by line, using the Imagehover feature in each HTML block.
I managed to get the design I wanted on Chrome, but the image appears on the wrong side on Safari : it's inside the list, when I want it outside (on the left), aligned on the middle of the page.
Is there a way to fix this bug?
Here is the link to the page : https://tonale-architecture.fr/index/
The Image Position in Imagehover addon settings is set on "Stick to Link" and "Left outside".
Here is the HTML for one of the lines of the index :
<a href="https://tonale-architecture.fr/cave-a-vin-et-epicerie/" data-id="148" data-title="Cave à vin et épicerie" data-catid="[31]" data-type="project" data-hoverimageid="144" data-hoverimagesmallsrc="http://tonale-architecture.fr/wp-content/uploads/2023/04/ANIMA_PKA_JBT-7-Web_2500p-265x397.jpg" > <div class="tonaleindexline" width="100%"> <div id="tonaleindex-1"> Cave à vin et épicerie </div> <div id="tonaleindex-2"> Paris 10 </div> <div id="tonaleindex-3"> 35 m² </div> <div id="tonaleindex-4"> Retail </div> <div id="tonaleindex-5"> Livré en 2022 </div> </div> </a>
And here is the custom CSS I added :
.navbar { z-index:0; } .lay-imagehover-region img { position: fixed; top: auto; right: auto; bottom: auto; left: auto; margin-top: 3px; margin-right: auto; margin-bottom: auto; margin-left: auto; padding-top:auto; padding-right: 50%; padding-bottom:auto; padding-left:auto; } #tonaleindex-1 { display: inline; float: left; width: 37%; font-size: 15px; text-align: left; } #tonaleindex-2 { display: inline; float: left; width: 20%; font-size: 15px; text-align: left; } #tonaleindex-3 { display: inline; float: left; width: 10%; font-size: 15px; text-align: left; } #tonaleindex-4 { display: inline; float: left; width: 15%; font-size: 15px; text-align: left; } #tonaleindex-5 { display: inline; float: left; width: 18%; font-size: 15px; text-align: left; } .tonaleindexline { display: inline; float: left; width: 100%; font-family: ABCWalterNeue-Fett; font-size: 15px; text-align: left; color: #000000; } .tonaleindexline:hover { color: #b1bebe; background-color: none; text-decoration: none; z-index: 50; }
-
adding Extra columns in project index@arminunruh
Yes, that's exactly it!
In theory, this would mean being able to assign other kinds of 'tags' to a project and being able to display the corresponding columns in the project index element.
Great that you're interested in coding this feature :)
For now, I'll try to find another way :)
Thanks! -
adding Extra columns in project indexRe: Project Index – adding extra header and columns?
Hi Armin,
Thank you for the project index feature, which is working great!
I have the same issue that joehales was talking about in the topic I quote above:
I would like to add more categories to the project index, like in the example below.Is there a way to achieve this?
Here is the website I'm working on (in progress) if you want to have a look: https://tonale-architecture.fr/index/
For the moment the "Tags" column contains the columns I would like to add.Thanks!
-
Carousel content hiddenThank you very much Armin! It works perfectly now! :)
I hope it's also working for XLD! -
Carousel content hiddenHi Armin, Hi XLD,
I've got the same problem on my website, with the same set up, except for "Fill slides" which is off.
I also have fullscreen slider enabled on this page, with 5 different carousels on top of each other (5 rows).
Everything worked fine until I did the last update.
I did the same tests as XLD :
Content appears with "Transition: 'slide' or 'fade' ".
And it is missing with "Transition: none".I also noticed that it finally appears when I resize my window, going from the width of a smartphone to the desktop width.
I updated my PHP version to 8.0 but nothing changed.
Here is the link to the page : http://www.classico.studio/xyz_test_abcd/
Do you have any tips to fix this?
Thank you :)