Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #538794

    I installed enfold theme on a multisite wp. Then I install a child theme and activate the chlild network wide. I am tried to see if there is a way to use a page template for all site. Meas if I change anything on template it will effect on another all sub sites. When I trying to do that, some plugin like layer slider etc short codes not work on template.php page. For that I am unable to make a template for all sub-sites.

    #538811

    <?php get_header(); ?>
    <?php echo avia_title(array(‘title’ => avia_which_archive()));?>
    <!–Main Contain section–>
    <?php layerslider(5);
    //or
    //echo do_shortcode( “[layerslider id=’5′]” );
    ?>
    <!– End main contain section–>
    <?php get_footer(); ?>

    Layer slider not work.

    #539854

    Hi!

    The LayerSlider is a fullwidth element so you may need to play around with the layout in the template file if your going to use it with do_shortcode. Send us a link to your page and we’ll take a look.

    Cheers!
    Elliott

    #543592

    This is page template link;
    http://buyia.com/wp-admin/network/theme-editor.php?file=home.php&theme=enfold-child&scrollto=0

    Wp-admin username and password is mentioned below.
    Username-buyia
    password-buyia123

    View site url.
    http://buyia.com/

    Here layerslider does not work.. Please rectify that problem.

    #543825

    Hey!

    It works fine. Your just not supposed to be using it like that. You can try adding some extra div tags before / after it to try and fix the layout.

    echo '</div></div>';
    
    echo '<div><div>';
    

    I’m not sure what exactly is needed though.

    Best regards,
    Elliott

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.