-
AuthorPosts
-
May 23, 2012 at 7:23 am #177430
Hello
I am getting problem in JA Tabs showing Google maps, although Googlemap Plugin working within an article – http://www.indiaworldtravels.com/itineraries/89-explore-rajasthan/119-overview.html but not on http://www.indiaworldtravels.com/itineraries/rajasthan/heritage-trail-rajasthan.html under Overview Tab.
And Search Box is also not going up ( TOP ) on Home Page despite changing CSS.
Please provide a solution 🙂
Thanks
India World Travel.Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 24, 2012 at 10:44 am #454691Hi India,
Regarding the “googlemap” problem you can try as following
Open the file of pluginssystemjatabsjatabs.php at about line number 156 you would see this code
[PHP]
$plugin = JPluginHelper::getPlugin(‘system’, ‘sef’);$plugin = new plgSystemSef($dispatcher, (array) ($plugin));
$plugin->onAfterRender();
[/PHP]
You add right below it this code
[PHP]
$plugin = JPluginHelper::getPlugin(‘system’, ‘jagooglemap’);$plugin = new plgSystemSef($dispatcher, (array) ($plugin));
$plugin->onAfterRender();
[/PHP]I hope this change would help
Regarding the search box problem, I checked but I am not sure I was seeing it at your site, kindly attach a screenshot highlighting the issue.June 5, 2012 at 8:47 am #456036Hi Mr Home,
I tried the code you sent but its not working, actually i am using – http://extensions.joomla.org/extensions/maps-a-weather/maps-a-locations/maps/1147 Googlemap Plugin.
Thanks
IWTSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 6, 2012 at 2:22 am #456186<em>@indiaworldtravel 323584 wrote:</em><blockquote>Hi Mr Home,
I tried the code you sent but its not working, actually i am using – http://extensions.joomla.org/extensions/maps-a-weather/maps-a-locations/maps/1147 Googlemap Plugin.
Thanks
IWT</blockquote>hi IWT,
if that you can try with this code
[PHP]
$plugin = JPluginHelper::getPlugin(‘system’, ‘plugin_googlemap2’);$plugin = new plgSystemSef($dispatcher, (array) ($plugin));
$plugin->onAfterRender();[/PHP]
Not much sure but I hope it work for you 🙂
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Sherlock 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum