Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • Tech-xml Friend
    #209086

    I need to set up the page of a component in the same style of the video page.

    Must also apply an equal Backgorund this example: https://www.svenbluege.de/pictures

    Send the link where you will apply this style

    Adam M Moderator
    #578374

    Hi @insofticursos,

    Did you mean you want to apply the background as in this site to the video page in your site ?

    Adam M Moderator
    #644665

    Hi @insofticursos,

    Did you mean you want to apply the background as in this site to the video page in your site ?

    Adam M Moderator
    #743296

    Hi @insofticursos,

    Did you mean you want to apply the background as in this site to the video page in your site ?

    Tech-xml Friend
    #578454

    @adam M Yes

    Tech-xml Friend
    #644745

    @adam M Yes

    Tech-xml Friend
    #743376

    @adam M Yes

    Adam M Moderator
    #578485

    Hi @insofticursos,

    First, navigate to admin >>> Menus >>> choose menu on top >>> edit Videos >>> switch to tab Page Display >>> type ” video-page” (1 space before the class name and without double quote) in Page Class.

    Open file templatesja_teline_vcsscustom.css and add this code :

    .video-page .t3-wrapper {
    background-attachment: fixed;
    filter: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/your_background_image_name) !important;
    }

    Tech-xml Friend
    #578603

    @adam M It is not working

    Tech-xml Friend
    #644894

    @adam M It is not working

    Tech-xml Friend
    #743525

    @adam M It is not working

    Adam M Moderator
    #644995

    Hi @insofticursos,

    I checked your site but didn’t see any change as suggested, please apply them to your site first.

    Tech-xml Friend
    #645090

    @adam M Added the css rule to custom.css but it’s not working

    .video-page .t3-wrapper {
    background-attachment: fixed;
    filter: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url ("/ images / test.jpg")! important;
    }

    If I decide to use the white background on the video page. What should I change?

    Tech-xml Friend
    #743715

    @adam M Added the css rule to custom.css but it’s not working

    .video-page .t3-wrapper {
    background-attachment: fixed;
    filter: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url ("/ images / test.jpg")! important;
    }

    If I decide to use the white background on the video page. What should I change?

    Adam M Moderator
    #645116

    Hi @insofticursos,

    Make sure you added the class name as described too.

Viewing 15 posts - 1 through 15 (of 24 total)

This topic contains 24 replies, has 2 voices, and was last updated by  Adam M 9 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum