- Posts: 3
- Thank you received: 0
strange behavior when publish in "right" position
- mauriziosavoni
- Topic Author
- Offline
- New Member
-
Less
More
12 years 8 months ago #1051
by mauriziosavoni
strange behavior when publish in "right" position was created by mauriziosavoni
Hi, i have this strange rendering of the module when it is published on the right position of my template.
I've checked and there is no java conflict problem, because when i publish the same module on the "above" position it works correctly.
This is the url of my site (testbed not production)
testbed.liberopensare.com/index.php/biblioteca
Any help appreciated.
Thank you
I've checked and there is no java conflict problem, because when i publish the same module on the "above" position it works correctly.
This is the url of my site (testbed not production)
testbed.liberopensare.com/index.php/biblioteca
Any help appreciated.
Thank you
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
12 years 8 months ago #1052
by mmmaug1977
Replied by mmmaug1977 on topic Re: strange behavior when publish in "right" position
Hi,
This is a CSS issue.
the CSS rules for ".sidebar ul li a" form your template's theme.css file overrides those rules from the module css file.
I think you this can be fixed by adding this code to your tmeplate's theme.css file
please let me know what do you find?
This is a CSS issue.
the CSS rules for ".sidebar ul li a" form your template's theme.css file overrides those rules from the module css file.
I think you this can be fixed by adding this code to your tmeplate's theme.css file
Code:
.jstree a {
color: black;
display: inline-block;
height: 16px;
line-height: 16px;
margin: 0;
padding: 1px 2px;
text-decoration: none;
white-space: nowrap;
}
please let me know what do you find?
The following user(s) said Thank You: mauriziosavoni
Please Log in or Create an account to join the conversation.
- mauriziosavoni
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
12 years 8 months ago #1053
by mauriziosavoni
Replied by mauriziosavoni on topic Re: strange behavior when publish in "right" position
Thank you for the quick reply,
i've made this changes you suggest, but it seems to be the same that before.
Problem still present
i've made this changes you suggest, but it seems to be the same that before.
Problem still present
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
12 years 8 months ago #1054
by mmmaug1977
Replied by mmmaug1977 on topic Re: strange behavior when publish in "right" position
Hi maurizio,
May be using module class suffix can fix this issue.
I will check and get back to you asap.
May be using module class suffix can fix this issue.
I will check and get back to you asap.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
12 years 8 months ago #1055
by mmmaug1977
Replied by mmmaug1977 on topic Re: strange behavior when publish in "right" position
hi
please make it
instead of
please make it
Code:
.jstree ul li a
instead of
Code:
.jstree a
Please Log in or Create an account to join the conversation.
- mauriziosavoni
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
12 years 8 months ago #1056
by mauriziosavoni
Replied by mauriziosavoni on topic Re: strange behavior when publish in "right" position
hi Sir, the problem persist, i've got little better result with this code:
but it's still far from the right aspect.
Thank you for investigating
Code:
.jstree ul li li a
but it's still far from the right aspect.
Thank you for investigating
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
12 years 8 months ago #1057
by mmmaug1977
Replied by mmmaug1977 on topic Re: strange behavior when publish in "right" position
Hi maurizio,
I tried as much as I can to help in fixing this problem, although its a template problem and out of the module support.
Unfortunately, it requires many times of try and error to adjust the layout.
If you can give me FTP access, I can try to fix it.
I tried as much as I can to help in fixing this problem, although its a template problem and out of the module support.
Unfortunately, it requires many times of try and error to adjust the layout.
If you can give me FTP access, I can try to fix it.
Please Log in or Create an account to join the conversation.