Guillermo
Forum Replies Created
-
Forum: Plugins
In reply to: [YUZO] Related Posts – no longer working on new postsMaybe is you theme or other plugin, functions.php, I dont have the problem.
Can you back to one old version plugin? Just one idea.Forum: Plugins
In reply to: [YUZO] How do I delete Yuzo? It’s not appearing in PluginsYou can back to one old version who run ok, I save the 5.12.39
And you can use Block Specific Plugin Updates pluginForum: Plugins
In reply to: [YUZO] Related posts no relaciona y problema en el menuTags y Categorias anda ok
El problema es con taxonomías, directamente pone los ultimos articulos.
Forum: Themes and Templates
In reply to: [GeneratePress] Last line youtube linkHi, 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, 6 months ago by Guillermo.
Forum: Themes and Templates
In reply to: [GeneratePress] Last line youtube linkHi Tom,
If you know another way to add the enter with code better. how concatenate /rnI 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, 6 months ago by Guillermo.
Forum: Themes and Templates
In reply to: [GeneratePress] Last line youtube linkWas 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/” 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);Forum: Plugins
In reply to: [YUZO] Excluir CategoriaPor el momento no voy a poder comprarlo.
Yo pienso que cuando pongo “Exclude category on” debería quitar esa categoría de la ronda de posts de related, y si estoy en esa misma categoría que exclui, debería mostrar posts de otras categorías un mix de los más visitados y recientes. De esa manera no queda vacía los posts de esa categoría excluida.
Si quiero también que no tenga posts debería haber otra opción para que no aparezca yuzo en esa categoría.Ojalá lo puedas arreglar y gracias por el plugin y tomarte el tiempo de contestar.
Forum: Themes and Templates
In reply to: [GeneratePress] Question about 404 statusok, i only need hope they approve it true?
Forum: Themes and Templates
In reply to: [GeneratePress] Question about 404 statusYes maybe in 2 or 3 weeks we have 100%
I will start next week.
Just say me how approve the text, I don’t watch one button.
I can also translate es_AR argentina but is the same… copy paste.Some errors I watch also in other themes of wordpress how the 404 in spanish.
I like help, no problem. Is one compensation for your service and work ??Forum: Themes and Templates
In reply to: [GeneratePress] Question about 404 statusIs ok, I like help, no problem.
With time maybe we can have 100% translate.
I think the spanish argentina, venezuela, méxico no are necessary, just spain and latinamerica, are all the same just change only the form of language.
I no are good in english but yes in spanish, specially latinamerica.Forum: Themes and Templates
In reply to: [GeneratePress] Question about 404 statusIs ok, I assume wordpress send the header status 404 not found.
I suggest some translated to spanish ??
Spanish from Spain is very close to 100%, some suggestions need to be approved.Forum: Themes and Templates
In reply to: [GeneratePress] Question about 404 statusBut send the status 404 true?
Are differents spanish versions I will try with time.
Dear,
About the language, I don’t remember, but maybe the plugin have one option language, i think no is necessary because the button take your language automatic.
You use iframe true? I think no is one good decision because no is responsive with 450px width.
Now I use this code in functions and run very good:function share_this($content){ if(!is_feed() && !is_home()) { $content .= '<div style="margin-top:1em"> <div class="fb-like" data-layout="button_count" data-href="'. get_permalink() .'" data-action="like" data-size="large" data-show-faces="false" data-share="false"></div> </div>'; } return $content; } add_action('the_content', 'share_this', 1);
Forum: Themes and Templates
In reply to: [GeneratePress] About functions after post like button facebookThis run and maybe can be useful to others. The last number is the order display 1 for put after the post, can be 10 to put it before comments.
function share_this($content){ if(!is_feed() && !is_home()) { $content .= '<div style="margin-top:1em"> <div class="fb-like" data-layout="button_count" data-href="'. get_permalink() .'" data-action="like" data-size="large" data-show-faces="false" data-share="false"></div> </div>'; } return $content; } add_action('the_content', 'share_this', 1);
The plugins use the iframe version but not is responsive with 450px width.