Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file [solved] Customization request

More
3 months 4 weeks ago #41988 by Uli
Hello everyone,
I have to migrate an existing website to Joomla 5, it should keep as much of the old design as possible.

The extension JUX Portfolio might have doo many customization options (for me) :) So please forgive me, if I ask for something that is already possible by default.

(1) By default, a bar should be displayed in the lower area (as currently with mouseover), in which the title of the item is also displayed.
(2) On mouseover, the discription text should then be displayed instead of the title (as is currently the case), and the link to the next page should us the image completely.


Part of the message is hidden for the guests. Please log in or register to see it.


Regards
Uli

Please Log in or Create an account to join the conversation.

More
3 months 4 weeks ago #41990 by Jackie
Hi.
Thank you for contacting us.
If you want to display the title under image and the description display when hovering to the image, you need to use the Grid layout for the item style: prnt.sc/nL4ZvgvPCWMA
And on the hover options tab, please show the Title only as this config: prnt.sc/0mQav6JqRFPl
And you need custom this file: modules/mod_jux_portfolio/tmpl/default.php line 247.
change the $list->title to $list->subdescription
Please recheck it.
Regards.

Best regards.
Jackie Nguyen.

Please Log in or Create an account to join the conversation.

More
3 months 4 weeks ago #41993 by Uli
Replied by Uli on topic [solved] Customization request
Hi Jackie,
I have managed to replace the title / subdescription. The subdescription is just not displayed properly yet, I still have to work on the css.
How can I solve my other problems?

(1) On mouseover, the title and a purple bar are displayed (hover effect 2). At the position of the purple bar I would like to have the title permanently, not only on mouseover. I don't need the title under the pictures.
(2) How can I get the entire image to be enclosed by the link to the next page? Currently it is only the title.

Regards, Uli

Please Log in or Create an account to join the conversation.

More
3 months 4 weeks ago #41996 by Jackie
Hi.
1. To always display the title in the purple bar, please use the custom CSS below:

.hover-2 .juxp-icon {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

2. To add the link for the image, please add the source code
<a class="juxp-url" href="<?php echo $list->itemlink;?>"></a>
to this file: /modules/mod_jux_portfolio/tmpl/default.php underline 228
Then you can CSS the link cover the image as you want.

Please recheck it.

Regards

Best regards.
Jackie Nguyen.
The following user(s) said Thank You: Uli

Please Log in or Create an account to join the conversation.

More
3 months 3 weeks ago #41998 by Uli
Replied by Uli on topic [solved] Customization request
Hello Jackie,
many thanks for your help - at the weekend, at this time ;)

Everything is now working as I imagined it would.
Great extension and great support!

Best wishes and all the best for the New Year.
Uli

Please Log in or Create an account to join the conversation.

More
3 months 3 weeks ago #41999 by Jackie
Hi.
Thank you for your feedback and Happy New Year.
We are always here to help you and all our customers.
Thanks.

Best regards.
Jackie Nguyen.
The following user(s) said Thank You: Uli

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.037 seconds
Powered by Kunena Forum