Shop Categories

X

Transfer the Agama pro to another site.

Home Forums Agama Pro Transfer the Agama pro to another site.

Topic Resolution: Resolved
Viewing 15 posts - 211 through 225 (of 246 total)
  • Author
    Posts
  • #27336
    Vladimir Berlizov
    Participant

    Hello Zex!

    #27337
    Vladimir Berlizov
    Participant
    This reply has been marked as private.
    #27338
    Zex
    Moderator

    Hello, Vladimir!

    I see you have added your video using the Elementor’s video element.

    The Video element have the option to set the autoplay video and loop video on page load.
    https://prnt.sc/tcn08g

    Regards

    #27339
    Vladimir Berlizov
    Participant

    Yes, but the video must be pushed, it does not start itself

    #27341
    Zex
    Moderator

    Hi,

    Do you have an Image overlay set up?
    https://docs.elementor.com/article/48-video
    https://prnt.sc/tco6wf

    #27343
    Vladimir Berlizov
    Participant

    Unfortunately, all this works when I post a file somewhere on youtube. When I post a video on my website, auto-launch does not take place.

    And another question. I want to place the beginning of the text in a block on the page, and expand it completely if necessary.
    Is it possible to do this on the home page?

    #27344
    Zex
    Moderator

    Hi,

    In that case, why you don’t upload your video on youtube then and link it to your page?

    Please explain the second question in more detail.

    Regards

    #27345
    Vladimir Berlizov
    Participant

    I have a big text file that will take the whole screen or more.
    I want to show only the beginning of the text, and the rest
    if you want to read when clicking link “More …”

    #27346
    Zex
    Moderator

    That can be very easily done using the “Toggle” element.

    Please check the video guide on the following link:

    https://youtu.be/Sw-O_og19i0?t=426
    Regards

    #27347
    Vladimir Berlizov
    Participant

    Perfectly, works, but when I hide “Читать далее …” when opening the text, I can’t roll it back!
    Can I return to the collapsed text again?

    #27348
    Vladimir Berlizov
    Participant
    This reply has been marked as private.
    #27350
    Zex
    Moderator

    Hi, Vladimir!

    1. Remove the next code first,

    /* скрывает текст - Читать далее ... */
    body:not(.elementor-editor-active) .readmoretoggle 
    .elementor-tab-title.elementor-active 
    { display: none;}

    https://prnt.sc/td09ix

    then insert the following codes instead:

    body:not(.elementor-editor-active) .readmoretoggle .elementor-tab-title.elementor-active{
     text-indent: -999px!important;
    }
    body:not(.elementor-editor-active) .readmoretoggle .elementor-tab-title.elementor-active:after{
    	text-indent: 0px;
      float: left;
      content: 'close read more';
    }
    .readmoretoggle .elementor-tab-title.elementor-active{color:rgb(221, 147, 35)!important;}

    Change the text per your needs.

    2. I don’t see the author’s photo on your video so I suppose you managed to fix that.
    https://prnt.sc/td0bp4

    #27351
    Vladimir Berlizov
    Participant

    It is not visible, because I posted the video again on my website,
    when broadcast from youtube, in the upper left corner there is a photo of the channel author

    #27360
    Vladimir Berlizov
    Participant

    Can I arbitrarily change the aspect ratio in the video block, not since it is represented by 6 possibilities?

    #27361
    Zex
    Moderator

    Hello, Vladimir!

    Try the following solution:
    https://www.panchroma.ca/en/work-journal/custom-aspect-videos-with-elementor

    Regards

Viewing 15 posts - 211 through 225 (of 246 total)
  • You must be logged in to reply to this topic.