bleemster
Forum Replies Created
-
ohhh ok thank you Michael for trying mate.
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();
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.phpTemplate Hierarchy
single-empura_client-test-user.php
single-empura_client.php
single.php
singular.php
index.phptemplate 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.phpThe ’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.