OS Property support center

[SOLVED]Photo and Map tab not showing up correctly

  • jasondmcgee
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 3 weeks ago #29548 by jasondmcgee
Replied by jasondmcgee on topic Re: Photo and Map tab not showing up correctly
Thanks Dam. Its working now.

In case others land on this topic with the same issue, the problem was with my theme not loading bootstrap for joomla 3.x. Dam modified the components > com_osproperty > osproperty.php file around line 78 as follows:

From:
Code:
if (version_compare(JVERSION, '3.0', 'lt')) { OSPHelper::loadBootstrap(true); }

To:
Code:
if (version_compare(JVERSION, '3.0', 'lt')) { OSPHelper::loadBootstrap(true); }else{ OSPHelper::loadBootstrap(true); }

Thanks again,
Jason

Please Log in or Create an account to join the conversation.

More
11 years 3 weeks ago #29560 by Mr. Dam
Yes,
Please change this topic to solved and if you need any support, i am here :))
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan