Page 1 of 1
After update the phoca tree module
Posted: 07 May 2020, 11:48
by BGN
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!
Re: After update the phoca tree module
Posted: 05 Jun 2020, 16:06
by Jan
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
Re: After update the phoca tree module
Posted: 17 Mar 2021, 22:09
by BGN
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
Re: After update the phoca tree module
Posted: 17 Mar 2021, 23:25
by christine
Hi Bertram,
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;
}
or to change the background color (depends also on template, ev. width and position):
Code: Select all
#phocadownload-tree-module {
background: #f5f5f5;
}
Kind regards
Christine
Re: After update the phoca tree module
Posted: 18 Mar 2021, 17:06
by Jan
Hi,
2) there is no such option, except customizing the output e.g. with help of template override.
Jan