• I am having issues using Mapify with the virtue theme.

    When I create a map location you can see it here

    thedetectorist.co.uk/map-location/antonine-metal-detectors-club/?mpfy-pin=513

    The content is repeating itself. The sidebar shows below.

    Would anybody be able to assist me please 🙁 Driving me mental. It is xmas a time for giving and all that LOL

    many thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter steverace1983

    (@steverace1983)

    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

    Thread Starter steverace1983

    (@steverace1983)

    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

    Thread Starter steverace1983

    (@steverace1983)

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Virtue theme with mapify pro conflict’ is closed to new replies.