- Posts: 8
- Thank you received: 0
viagra cialis celerity
- yourdream
- Topic Author
- Offline
- New Member
-
Less
More
11 years 1 month ago - 11 years 1 month ago #1737
by yourdream
file.png wrong url was created by yourdream
"types": {"file": {"icon":{"image":"/modules/mod_k2categoriestreeviewpro/assets/themes/'.$treeTheme.'/file.png"}}
This instructions dosen't workk. I mean the file.png it's not possible to load.
This instructions dosen't workk. I mean the file.png it's not possible to load.
Last edit: 11 years 1 month ago by yourdream.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 1 month ago #1738
by mmmaug1977
Replied by mmmaug1977 on topic file.png wrong url
Please Log in or Create an account to join the conversation.
- yourdream
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
11 years 1 month ago #1739
by yourdream
Replied by yourdream on topic file.png wrong url
I know it's just an icon, but i'm trying to understand why it's not loaded.
Maybe i have to put the file in the template folder but i have to change the url in the php file.
Could you solve it?
Any way how i can do an override of the module is it possible?
Maybe i have to put the file in the template folder but i have to change the url in the php file.
Could you solve it?
Any way how i can do an override of the module is it possible?
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 1 month ago #1741
by mmmaug1977
Replied by mmmaug1977 on topic file.png wrong url
It may be lost during the installation, to make it loading, put it inside the 4 folders under modules/mod_k2categoriestreeviewfork2/assets/themes
The override is working the same like other K2 modules.
The override is working the same like other K2 modules.
Please Log in or Create an account to join the conversation.
- yourdream
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
11 years 1 month ago #1742
by yourdream
Replied by yourdream on topic file.png wrong url
The file.png it's already in these folders. But it's not possible to load, the error is wrong url as i mentioned.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 1 month ago #1743
by mmmaug1977
Replied by mmmaug1977 on topic file.png wrong url
Then maybe there is a javascript issue, can you send the link please?
Please Log in or Create an account to join the conversation.
- yourdream
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
11 years 1 month ago #1744
by yourdream
Replied by yourdream on topic file.png wrong url
ideareale.com/kalirna/index.php/cz/sluzby
Ok now in tis link i changed a lot of staff and the problem disappear.
Anyway i copy the folder of the module in the html folder of my template, but if i change the css in this folder nothing happens.
Then i add this css in to the style.css of the default theme to do what i want
Ok now in tis link i changed a lot of staff and the problem disappear.
Anyway i copy the folder of the module in the html folder of my template, but if i change the css in this folder nothing happens.
Then i add this css in to the style.css of the default theme to do what i want
Code:
.jstree li {
display: block;
line-height: 22px;
min-height: 18px;
min-width: 18px;
white-space: nowrap;
}
.jstree a {
display: inline-block;
height: 16px;
line-height: 16px;
padding: 1px 12px;
text-decoration: none;
white-space: nowrap;
}
ul.level1 li a {
margin-left:5px;
}
.jstree ins {
display: inline-block;
height: 18px;
margin: 2px 0 0px -10px;
padding: 0;
text-decoration: none;
width: 208px;
position:absolute;
z-index:9999999999999999999999999;
}
.jstree > ul > li {
margin-left: 8px;
}
.jstree-default .jstree-leaf ins {
position:absolute;
width:0px;
}
.jstree-default a ins.jstree-icon { width:0px;padding:0px; margin:0px;height:0px;background-position:0;position:absolute;z-index:-2222222}
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 1 month ago #1745
by mmmaug1977
Replied by mmmaug1977 on topic file.png wrong url
Hi Angelo,
Does this mean that your problem has been solved by adding the css to the default theme?
Or you still find the problem?
Does this mean that your problem has been solved by adding the css to the default theme?
Or you still find the problem?
Please Log in or Create an account to join the conversation.
- yourdream
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
11 years 3 weeks ago #1746
by yourdream
Replied by yourdream on topic file.png wrong url
Solved in different way, i changed everything you can see the result here
ideareale.com/kalirna/index.php/cz/sluzby
Anyway, is it possible to override, because now i edit the core of the module.
ideareale.com/kalirna/index.php/cz/sluzby
Anyway, is it possible to override, because now i edit the core of the module.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 3 weeks ago #1747
by mmmaug1977
Replied by mmmaug1977 on topic file.png wrong url
overrinding is not fully implemented, I will make sure to do this implementation in a coming release.
BTW, your mods and layout are fantastic!
BTW, your mods and layout are fantastic!
Please Log in or Create an account to join the conversation.