Tagged: template
Olá, tenho um site com enfold mas gostaria de pegar apenas uma página e colocar em outro site enfold tambem,
Como eu uso o template de apenas uma página?
—-
Translate
—-
Hello, I have a website with enfold but would like to take just one page and put on another site also enfold,
How do I use the template only one page?
Hi!
It would be the same, both sites must be WordPress installations in order to get Enfold working. Also, if both sites are different end-products you’ll need to purchase an additional license.
Regards,
Josue
Voce nao respondeu minha pergunta, Como faço para copiar o template de uma pagina e colocar em outro site.
Ambos os sites tem ENFOLD
Hey!
Enable debug mode on both sites, then go to the page you want to clone, copy the generated shortcodes that will appear below the Advanced Layout Builder and paste them into the other page.
Best regards,
Josue
Olá, não consegui ativar o Debug mode. =/
Are you using a child theme? if not, place the code just below this line (17) in functions.php:
if(isset($avia_config['use_child_theme_functions_only'])) return;
The code to place:
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug() {
return "debug";
}
Regards,
Josue
Parse error: syntax error, unexpected ‘avia_config’ (T_STRING), expecting variable (T_VARIABLE) or ‘$’ in /home/masterplate/public_html/backup/wp-content/themes/enfold/functions.php on line 471
ow yeah!!!
got it!
Thanks!