-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 20, 2015 at 10:26 am #706026<blockquote> done.</blockquote>
Could you be more clear ? did you solved it ? if you still need help send me a correct super user account for your backend and i will have a look at it.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 20, 2015 at 10:26 am #752280<blockquote> done.</blockquote>
Could you be more clear ? did you solved it ? if you still need help send me a correct super user account for your backend and i will have a look at it.
October 20, 2015 at 10:42 am #706028Hello, I sent you the correct super user account yesterday in a pm.
Yes, I still need help to solve the problem I described above. I will ask you to see the first message of this post.Thank you!
<em>@pavit 498452 wrote:</em><blockquote>Could you be more clear ? did you solved it ? if you still need help send me a correct super user account for your backend and i will have a look at it.</blockquote>
October 20, 2015 at 10:42 am #752282Hello, I sent you the correct super user account yesterday in a pm.
Yes, I still need help to solve the problem I described above. I will ask you to see the first message of this post.Thank you!
<em>@pavit 498452 wrote:</em><blockquote>Could you be more clear ? did you solved it ? if you still need help send me a correct super user account for your backend and i will have a look at it.</blockquote>
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 20, 2015 at 11:14 am #706068<blockquote>Hello, I sent you the correct super user account yesterday in a pm.</blockquote>
Probably you sent it to someone else because i haven’t received it, last pm i received from you was 3 days ago with url and account wrong
Could you send again ?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 20, 2015 at 11:14 am #752285<blockquote>Hello, I sent you the correct super user account yesterday in a pm.</blockquote>
Probably you sent it to someone else because i haven’t received it, last pm i received from you was 3 days ago with url and account wrong
Could you send again ?
October 20, 2015 at 12:14 pm #706076Can you check now please? Sorry about that.
<em>@pavit 498461 wrote:</em><blockquote>Probably you sent it to someone else because i haven’t received it, last pm i received from you was 3 days ago with url and account wrong
Could you send again ?</blockquote>
October 20, 2015 at 12:14 pm #752293Can you check now please? Sorry about that.
<em>@pavit 498461 wrote:</em><blockquote>Probably you sent it to someone else because i haven’t received it, last pm i received from you was 3 days ago with url and account wrong
Could you send again ?</blockquote>
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 20, 2015 at 3:33 pm #706090Hi there
Your account works fine now thanks
Regarding differences in modules this is due to the different modules class suffixes
Your module published in position-2 is using as class suffix box-background-dark this class has also a table customization in template.css file
.t3-module.box-background-dark {
background: #333333
}
.t3-module.box-background-dark:before {
background-color: #262626
}
.t3-module.box-background-dark table {
width: 100%;
}
.t3-module.box-background-dark tr td:first-child {
font-weight: 700;
}
.t3-module.box-background-dark tr td:last-child {
opacity: 0.5;
filter: alpha(opacity=50);
}
.t3-module.box-background-dark tr td {
border-top: 0;
padding: 12.5px 0;
}
.t3-module.box-background-dark tr td + td {
text-align: right;
}
.t3-module.box-background-dark tr + tr td {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.t3-module.box-background-dark tr:last-child td {
padding-bottom: 0;
}This tabs style is only available for this class so if you add a custom-html module with a tab inside, you should change/add a css customization/class suffix for it too
example
box-background-primary and box-background-secondary
Hope was clear
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 20, 2015 at 3:33 pm #752307Hi there
Your account works fine now thanks
Regarding differences in modules this is due to the different modules class suffixes
Your module published in position-2 is using as class suffix box-background-dark this class has also a table customization in template.css file
.t3-module.box-background-dark {
background: #333333
}
.t3-module.box-background-dark:before {
background-color: #262626
}
.t3-module.box-background-dark table {
width: 100%;
}
.t3-module.box-background-dark tr td:first-child {
font-weight: 700;
}
.t3-module.box-background-dark tr td:last-child {
opacity: 0.5;
filter: alpha(opacity=50);
}
.t3-module.box-background-dark tr td {
border-top: 0;
padding: 12.5px 0;
}
.t3-module.box-background-dark tr td + td {
text-align: right;
}
.t3-module.box-background-dark tr + tr td {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.t3-module.box-background-dark tr:last-child td {
padding-bottom: 0;
}This tabs style is only available for this class so if you add a custom-html module with a tab inside, you should change/add a css customization/class suffix for it too
example
box-background-primary and box-background-secondary
Hope was clear
October 20, 2015 at 4:59 pm #706105Hello,
I already duplicated the code for box-background-primary in template.css, however it looks exactly the same as before.
<em>@pavit 498488 wrote:</em><blockquote>Hi there
Your account works fine now thanks
Regarding differences in modules this is due to the different modules class suffixes
Your module published in position-2 is using as class suffix box-background-dark this class has also a table customization in template.css file
.t3-module.box-background-dark {
background: #333333
}
.t3-module.box-background-dark:before {
background-color: #262626
}
.t3-module.box-background-dark table {
width: 100%;
}
.t3-module.box-background-dark tr td:first-child {
font-weight: 700;
}
.t3-module.box-background-dark tr td:last-child {
opacity: 0.5;
filter: alpha(opacity=50);
}
.t3-module.box-background-dark tr td {
border-top: 0;
padding: 12.5px 0;
}
.t3-module.box-background-dark tr td + td {
text-align: right;
}
.t3-module.box-background-dark tr + tr td {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.t3-module.box-background-dark tr:last-child td {
padding-bottom: 0;
}This tabs style is only available for this class so if you add a custom-html module with a tab inside, you should change/add a css customization/class suffix for it too
example
box-background-primary and box-background-secondary
Hope was clear</blockquote>
October 20, 2015 at 4:59 pm #752322Hello,
I already duplicated the code for box-background-primary in template.css, however it looks exactly the same as before.
<em>@pavit 498488 wrote:</em><blockquote>Hi there
Your account works fine now thanks
Regarding differences in modules this is due to the different modules class suffixes
Your module published in position-2 is using as class suffix box-background-dark this class has also a table customization in template.css file
.t3-module.box-background-dark {
background: #333333
}
.t3-module.box-background-dark:before {
background-color: #262626
}
.t3-module.box-background-dark table {
width: 100%;
}
.t3-module.box-background-dark tr td:first-child {
font-weight: 700;
}
.t3-module.box-background-dark tr td:last-child {
opacity: 0.5;
filter: alpha(opacity=50);
}
.t3-module.box-background-dark tr td {
border-top: 0;
padding: 12.5px 0;
}
.t3-module.box-background-dark tr td + td {
text-align: right;
}
.t3-module.box-background-dark tr + tr td {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.t3-module.box-background-dark tr:last-child td {
padding-bottom: 0;
}This tabs style is only available for this class so if you add a custom-html module with a tab inside, you should change/add a css customization/class suffix for it too
example
box-background-primary and box-background-secondary
Hope was clear</blockquote>
-
AuthorPosts
This topic contains 34 replies, has 2 voices, and was last updated by rovisco 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum