Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jose

    (@giuse)

    Hi @matessss
    I thought Oxygen already has this feature and you would not need this plugin, but I may be wrong.
    In any case, can you post the shortcode that you have used? Then I will test exactly the same shortcode on my installation using Oxygen.

    Thread Starter matessss

    (@matessss)

    Thanks for reply! I dont think oxygen has this build in. I used the default short code without place holder image: [load_video_on_click link=“https://www.youtube.com/watch?v=AQ3FoNHC6SU“]

    I am testing it on my site here: [ moved to link field, next time use that ]
    Many thanks!

    Plugin Author Jose

    (@giuse)

    You are welcome @matessss!

    I realize now that if you copy the shortcode from the page of the plugin in your clipboard the double-quotes are converted to characters that don’t work.
    Try deleting all the double quotes ” and write them again directly using your keyboard.

    Let me know if it works.

    Plugin Author Jose

    (@giuse)

    @matessss if you update the plugin to version 0.0.5 even if you copied the shortcode it will work the same because it will remove the non-working characters.

    Thread Starter matessss

    (@matessss)

    Nope still cannt get it to work.

    • This reply was modified 3 years, 1 month ago by matessss.
    • This reply was modified 3 years, 1 month ago by matessss.
    • This reply was modified 3 years, 1 month ago by matessss.
    Plugin Author Jose

    (@giuse)

    The shortcode now works but you have some CSS that is giving zero width and height. That CSS hides the video.

    Try adding this custom CSS:

    #section-510-5 > .ct-section-inner-wrap {
        display: block !important;
    }
    #shortcode-506-5 {
      width: auto !important;
      height: auto !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
    }

    Then you will see the video.
    This is not related to the plugin. You should try to understand from where comes the CSS that hides the video. Or you can add the CSS to show again the video.

    Let me know if it works.

    Thread Starter matessss

    (@matessss)

    Sir, you are real hero!

    It helped me to change section layout to grid.

    Thank you so much!

    Plugin Author Jose

    (@giuse)

    Perfect ??

    You are welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘On click video with oxygen’ is closed to new replies.