• Resolved Inkuda

    (@inkuda)


    Hi,

    so my Theme from the creator TieLabs uses some sort of custom fields named “tie_video_url” to post a featured video.

    If i take a look into the css, it says:

    <div id="the-sticky-video" class="featured-area"><div class="featured-area-inner"><span class="tie-icon-cross video-close-btn" aria-hidden="true"></span><div class="tie-fluid-width-video-wrapper"><iframe width="1220" height="686" src="<strong>YOUTUBE_URL</strong>" frameborder="0" allowfullscreen=""></iframe></div></div></div>

    I don´t really know, if this code helps you to make WP YouTube Lyte working. Would be great, if you can help.

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    and how do you add a youtube video Inkuda? do you add the youtube URL to that custom field? and does the theme have an API (filter) to hook into?

    frank

    Thread Starter Inkuda

    (@inkuda)

    Hm,

    i think it´s some kind of api. I took a screenshot:

    How i add the Video and here is the custom field

    and here is an example of the video-page: Example

    • This reply was modified 8 years ago by Inkuda.
    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Can you try adding the YouTube url in “embed code” instead of “video URL”?

    Thread Starter Inkuda

    (@inkuda)

    Hi,

    tried the “embed code”. There is no difference. Also tested “httpv”. Hm, i’ve been spending the last four days trying to figure out, why it doesn´t work.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    so when you add a httpv:// url in the “embed code”-field, what happens?

    Thread Starter Inkuda

    (@inkuda)

    There is a black field instead of the video.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    and what does the HTML source have show at that point?

    Thread Starter Inkuda

    (@inkuda)

    Did you mean this?

    <div class="tie-fluid-width-video-wrapper">httpv://www.youtube.com/watch?v=mXCZ0mnapMw</div>

    Here is the test-post

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, and if you add it as a shortcode; [lyte id="mXCZ0mnapMw" /]?

    Thread Starter Inkuda

    (@inkuda)

    Oh, i can see the video. But at a smaller size. Now it will be interesting.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, getting there 🙂 now in LYTE’s setting select the biggest size you can?

    Thread Starter Inkuda

    (@inkuda)

    Bigger, but the video not in the right place.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    can you share a URL?

    Thread Starter Inkuda

    (@inkuda)

    Sure, here you go: URL

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, small CSS issue. go to appearance -> customize -> additional CSS and add this;

    
    .tie-fluid-width-video-wrapper{padding:0px;}
Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘Support for TieLabs Theme’ is closed to new replies.