• Resolved Guillermo77

    (@guillermo77)


    I don’t no if is the theme or wordpress, but if I have one link youtube as last line no appear the video appear the link as text. https://www.youtube.com/watch?v=….
    In the edit post appear the video, but in the published just the text.

    I need put one enter to have one space and get the video.

    No news about translate, I can indicate you what approve?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    I don’t think that’s theme related.

    You might want to try #1 on this page to see if it’s plugin related: https://generatepress.com/knowledgebase/debugging/

    You were approved as the editor for Spanish, so you can approve translations now: https://translate.www.ads-software.com/locale/es/default/wp-themes/generatepress

    Thanks!

    Thread Starter Guillermo77

    (@guillermo77)

    Was my custom function, no close well the </p> and no appeared iFrame youtube I solve it with one enter before the first<div> and now appear the youtube iframe.
    Thanks.

    function share_this($content){
    if(!is_feed() && !is_home()) {
    $content .= ‘Here I add one enter and run ok, maybe I need add one brack with php
    <div style=”margin-top:1em”>
    <div style=”margin-right:1em” class=”fb-like” data-layout=”button_count” data-action=”like” data-size=”large” data-show-faces=”true” data-share=”false”></div>
    <div class=”fb-like” data-href=”https://www.facebook.com/yourpage/&#8221; data-layout=”button_count” data-action=”like” data-size=”large” data-show-faces=”true” data-share=”false”></div>
    </div>’;
    }
    return $content;
    }
    add_action(‘the_content’, ‘share_this’, 1);

    Theme Author Tom

    (@edge22)

    Glad you fixed it ??

    Thread Starter Guillermo77

    (@guillermo77)

    Hi Tom,
    If you know another way to add the enter with code better. how concatenate /rn

    I finish with spanish translation 100% and I think is all ok.
    Some translation was made by you, buen espa?ol de Argentina ??
    This are only for generatepress? because I no are sure, but i think I find the same text error in 404 in other webs. “Está página”

    English Australia, UK, New Zealand need one editor.

    • This reply was modified 8 years, 2 months ago by Guillermo77.
    Theme Author Tom

    (@edge22)

    If you need the text on two lines, just wrap your text in p tags:

    <p>One paragraph.</p><p>Next paragraph.</p>

    Thanks for contributing the translation! All of those are GeneratePress specific translations.

    I’m always looking for translation editors – of course, WP.org only allows them to be added if they’re native speakers of the language.

    Thread Starter Guillermo77

    (@guillermo77)

    Hi, I don’t want be english editor, only spanish, but one English editor can finish it.
    I can help with Mexico who is 89%.

    That no is the problem, if I write this in the function, the youtube code no run because no can publish the iframe and close well the </p>
    $content .= ‘<div style=”margin-top:1em”>
    If I add one new line with enter, the youtube run ok

    $content .= ‘
    <div style=”margin-top:1em”>

    I like know if i can put some thing for add the new line with code how:
    $content .= /rn ‘<div style=”margin-top:1em”>

    If no is possible is ok, because now run.

    • This reply was modified 8 years, 2 months ago by Guillermo77.
    Theme Author Tom

    (@edge22)

    Hmm – I’m not sure if that’s possible.

    I’m glad it’s running as is now though ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Last line youtube link’ is closed to new replies.