Viewing 15 posts - 16 through 30 (of 34 total)
  • Author
    Posts
  • pavit Moderator
    #752005

    Hi @rovisco

    Your administrator url is wrong please check it again and send me the right one

    rovisco Friend
    #706010

    @pavit done.

    <em>@rovisco 497890 wrote:</em><blockquote> @pavit I already published it. If you don’t mind take a look on this problem. I will sent you in pm the credientials.</blockquote>

    rovisco Friend
    #752264

    @pavit done.

    <em>@rovisco 497890 wrote:</em><blockquote> @pavit I already published it. If you don’t mind take a look on this problem. I will sent you in pm the credientials.</blockquote>

    pavit Moderator
    #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 Moderator
    #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.

    rovisco Friend
    #706028

    Hello, 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>

    rovisco Friend
    #752282

    Hello, 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 Moderator
    #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 Moderator
    #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 ?

    rovisco Friend
    #706076

    Can 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>

    rovisco Friend
    #752293

    Can 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 Moderator
    #706090

    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

    pavit Moderator
    #752307

    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

    rovisco Friend
    #706105

    Hello,

    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>

    rovisco Friend
    #752322

    Hello,

    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>

Viewing 15 posts - 16 through 30 (of 34 total)

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