Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #395269

    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?

    #395413

    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

    #395433

    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

    #395454

    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

    #395980

    Olá, não consegui ativar o Debug mode. =/

    #396002

    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

    • This reply was modified 9 years, 9 months ago by Josue.
    #398446

    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

    #398448

    ow yeah!!!

    got it!

    Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Template’ is closed to new replies.