OK the problem is something to do with a pop up feature of the mapify, something to do with the AJAX when it trys to display the pop up more details box if that helps anyone help me LOL
Hey,
It looks as through the plugin is using it’s own page template?? instead of a theme page template? And the plugin page template is calling the header and footer which isn’t how this theme works. Since the plugin isn’t free and open source I can’t look and see exactly what it’s doing.
Kadence Themes
could i possibly give you access so you could take a look for me, i know it is cheeky! Everyone has told me to change the theme, because it works with others but virtue is my favourite theme and I don’t want to change.
Thank you for replying to me
Steve
Virtue uses a theme template wrapper. I suppose if you used a child theme you could probably solve by adding an empty header.php file and an empty footer.php file in the child theme. Or use the child theme to override the plugin template. But you would have to ask the plugin author where the template is and if it can be overridden.
Having access to your site wouldn’t allow me to solve your issue. It’s going to take a customization. I would ask the plugin author about overriding there template file with the theme default.
Kadence Themes
I had a friend look at it when he had chance and this is what he added to get it working
<?php if (MPFY_IS_AJAX) { ?>
<?php include kadence_template_path(); ?>
<?php } else { ?>
5 lines of code
theme had to be modified
because it doesnt stick to the normal wordpress rule
but now it’s gone back to doing the same again and my mates gone awol
Does this mean anything to you, and is there anything I can do to fix the issue?
Thank you for all of your help
Are you using the latest version of the theme?
Where was he adding that? Did you not create a child theme?
Kadence Themes