Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bleemster

    (@bleemster)

    ohhh ok thank you Michael for trying mate.

    Thread Starter bleemster

    (@bleemster)

    the header-footer php is as follows

    
    <?php
    
    if ( ! defined( 'ABSPATH' ) ) {
    	exit; // Exit if accessed directly.
    }
    
    \Elementor\Plugin::$instance->frontend->add_body_class( 'elementor-template-full-width' );
    
    get_header();
    /**
     * Before Header-Footer page template content.
     *
     * Fires before the content of Elementor Header-Footer page template.
     *
     * @since 2.0.0
     */
    do_action( 'elementor/page_templates/header-footer/before_content' );
    
    \Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' )->print_content();
    
    /**
     * After Header-Footer page template content.
     *
     * Fires after the content of Elementor Header-Footer page template.
     *
     * @since 2.0.0
     */
    do_action( 'elementor/page_templates/header-footer/after_content' );
    
    get_footer();
    
    Thread Starter bleemster

    (@bleemster)

    i have installed that plugin.

    Never having seen this plugin before could this be something of help?
    ————————————

    Template File
    wp-content/plugins/elementor/modules/page-templates/templates/header-footer.php

    Template Hierarchy
    single-empura_client-test-user.php
    single-empura_client.php
    single.php
    singular.php
    index.php

    template parts…

    Template Parts
    template-parts/header/header-wrapper.php
    template-parts/header/header-top.php
    template-parts/header/partials/element-newsletter.php
    template-parts/header/partials/element-search.php
    template-parts/header/partials/element-search-form.php
    Included 2 times
    template-parts/header/partials/element-social.php
    template-parts/header/header-main.php
    template-parts/header/partials/element-logo.php
    template-parts/header/partials/element-menu-icon.php
    template-parts/header/header-bottom.php
    template-parts/header/partials/element-contact.php
    template-parts/footer/footer.php
    template-parts/footer/footer-absolute.php
    assets/img/payment-icons/icon-visa.svg.php
    assets/img/payment-icons/icon-paypal.svg.php
    assets/img/payment-icons/icon-stripe.svg.php
    assets/img/payment-icons/icon-mastercard.svg.php
    assets/img/payment-icons/icon-cashondelivery.svg.php
    template-parts/footer/back-to-top.php
    template-parts/overlays/overlay-menu.php

    The ’empura_client’ (slug created in CPT) page has the users listed via a loop. Once a user is clicked a password auth should be shown to view the test-user (or who ever i create) as the post is password protected.

    • This reply was modified 4 years, 1 month ago by bleemster.
    • This reply was modified 4 years, 1 month ago by bleemster.
    • This reply was modified 4 years, 1 month ago by bleemster.
Viewing 3 replies - 1 through 3 (of 3 total)