Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • indiaworldtravel Friend
    #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 Friend
    #454691

    Hi 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.

    indiaworldtravel Friend
    #456036

    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

    Sherlock Friend
    #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 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Sherlock 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum