Hi!
1. Since the update of Phoca Download tree module the names of the (sub) categories are no longer cut off at the edge of the module. Is there a way to reactivate this function?
2. Is there a way to use the white folder symbols from the tree module also in the Phoca Download extension?
Thank you so much!
After update the phoca tree module
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: After update the phoca tree module
Hi, can you paste a screnshot of what do you exactly mean? Which version of Phoca Download do you use now?
The tree module was completely changed to modern library, so I think, the best way will be using the CSS for this.
Jan
The tree module was completely changed to modern library, so I think, the best way will be using the CSS for this.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 07 May 2020, 11:25
Re: After update the phoca tree module
Hi Jan,
I use PhocaDownload 3.2.3 / tree module 3.2.1.
There is a Screenshot from the tree module with the white buttons at the too long names at https://imgur.com/edJj56I and here are the "yellow buttons" https://imgur.com/r1Dfmwr - I want to change in white buttons.
Thank you.
Bertram
I use PhocaDownload 3.2.3 / tree module 3.2.1.
There is a Screenshot from the tree module with the white buttons at the too long names at https://imgur.com/edJj56I and here are the "yellow buttons" https://imgur.com/r1Dfmwr - I want to change in white buttons.
Thank you.
Bertram
-
- Phoca Hero
- Posts: 2857
- Joined: 28 Nov 2010, 17:20
Re: After update the phoca tree module
Hi Bertram,
1) as we don't see it live, you could try with following code:
or to change the background color (depends also on template, ev. width and position):
Kind regards
Christine
1) as we don't see it live, you could try with following code:
Code: Select all
.jstree-anchor {
white-space: pre-wrap;
padding: 5px;
}
Code: Select all
#phocadownload-tree-module {
background: #f5f5f5;
}
Christine
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: After update the phoca tree module
Hi,
2) there is no such option, except customizing the output e.g. with help of template override.
Jan
2) there is no such option, except customizing the output e.g. with help of template override.
Jan
If you find Phoca extensions useful, please support the project