Done !
| Server IP : 51.91.236.255 / Your IP : 216.73.217.126 Web Server : Apache System : Linux webm003.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : chloega ( 433239) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/chloega/www/wp-content/themes/inspiro/inc/admin/pages/ |
Upload File : |
<script>
jQuery(document).ready(function ($) {
// Initialize tabs with proper configuration
$("#tabs").tabs({
beforeLoad: function(event, ui) {
// Prevent AJAX loading of tab content
return false;
},
create: function(event, ui) {
// Handle notice dismissal links
$('.notice-dismiss, .tgmpa-dismiss').on('click', function(e) {
e.preventDefault();
var $link = $(this);
var href = $link.attr('href');
// Make AJAX request instead of page reload
$.get(href, function(response) {
$link.closest('.notice').fadeOut();
});
});
}
});
// Prevent default action for external links in tabs
$('.wpz-onboard_tab a[href^="http"], .wpz-onboard_tab a[href*="admin.php"]').on('click', function(e) {
e.stopPropagation();
});
});
</script>
<div class="wpz-onboard_wrapper">
<div id="tabs">
<?php get_template_part( 'inc/admin/pages/main-menu' ); ?>
<div class="wpz-onboard_content-wrapper">
<div class="wpz-onboard_content">
<div class="wpz-onboard_content-main">
<?php get_template_part( 'inc/admin/pages/quick-start' ); ?>
<?php get_template_part( 'inc/admin/pages/vs-pro' ); ?>
<?php get_template_part( 'inc/admin/pages/demos' ); ?>
<?php get_template_part( 'inc/admin/pages/support' ); ?>
</div>
</div>
<?php get_template_part( 'inc/admin/pages/footer' ); ?>
</div>
</div>
</div>