Advertisement:

Author Topic: [SOLVED] Super strange problem with Gmaps plugin  (Read 778 times)

volunteer

  • Full Member
  • ***
  • Posts: 241
[SOLVED] Super strange problem with Gmaps plugin
« on: April 01, 2014, 02:16:33 pm »
I have made a new page.php for a map created with http://batchgeo.com/

I wasn't happy with the result and decided to delete it BUT now in item.php, where the Gmaps plugin should load, I get a copy of the page.php with "batchgeo map" inside a frame, basically you see 2 pages loading in one... 1-item.php and 2-page.php (with header.php and footer.php included) inside the frame for Gmaps..

Can't figure it out.. how did that happen??? :(
« Last Edit: April 06, 2014, 05:51:54 am by volunteer »

volunteer

  • Full Member
  • ***
  • Posts: 241
Re: Super strange problem with Gmaps plugin
« Reply #1 on: April 01, 2014, 02:23:07 pm »
solved it by changing gmaps plugin index.php

require 'map.php';

for

require 'maps.php';   - and renaming the file map to maps..  still I am totally lost  ??? I have created map.php before in the theme folder, why was the gmaps plugin reading it there and not in the plugin folder???   now map.php in theme folder doesn't exist but gmaps plugin is still loading it!?

any way to get back to normal?