📓
fullevent
  • Requirement and Install FullEvent Plugin
  • Update Plugin
  • All Settings
  • Manage Category
  • Manage Event
  • Elements
    • Events Slide
    • Event Filter Ajax
    • Events
    • Simple Calendar
    • Full Calendar
    • Ajax Search
    • Categories Slide
    • Search Filter Page
  • Manage Event Sidebar
  • Create Event Template with Elementor
  • Customize Template
  • Replace Text
  • Make multiple language
  • Troubleshoot
Powered by GitBook
On this page

Was this helpful?

Troubleshoot

Some case Header, Footer doesn't load in Archive/Single Page when your theme use some builder. Try add bellow filter to functions.php file in theme/child-theme


add_filter( 'event_priority_template_include', function(){ return 1000; } );

// If above code doesn't work, try add bellow code
add_filter( 'event_priority_template_include', function(){ return 1; } );
PreviousMake multiple language

Last updated 1 year ago

Was this helpful?