OS Property support center

Bootstrap on j2.5

More
11 years 2 months ago #25917 by Mr. Dam
Replied by Mr. Dam on topic Re: Bootstrap on j2.5
Hi,
We are still receving the feedback from customers for the problems (css issues, bug issues) and we can make the OSP better.
I can release the version with css table for Joomla 2.5.x fixed today or tomorrow, but if you send me other problems, i am happy to check and add it into version 2.0.4.5
Dam

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

  • sti
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
11 years 2 months ago #26152 by sti
Replied by sti on topic Re: Bootstrap on j2.5
Hi.

there is still some issue on css.

whats the missing css here?


thanks
Attachments:

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

More
11 years 2 months ago #26153 by Mr. Dam
Replied by Mr. Dam on topic Re: Bootstrap on j2.5
Hi,
it seems you haven't update file
components > com_osproperty > osproperty.php
or
components > com_osproperty > helpers > helper.php
Dam

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

  • sti
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
11 years 2 months ago - 11 years 2 months ago #26156 by sti
Replied by sti on topic Re: Bootstrap on j2.5
i did update. just double checked.

i monitor the updated code there is new class such as xxx_small etc

and new bootstrap lt/le etc.
Last edit: 11 years 2 months ago by sti.

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

More
11 years 2 months ago #26157 by Mr. Dam
Replied by Mr. Dam on topic Re: Bootstrap on j2.5
Please function loadBootstrap in file
components > com_osproperty > helpers > helper.php

public static function loadBootstrap($loadJs = true)
{
$document = JFactory::getDocument();
if ($loadJs)
{
$document->addScript(JUri::root() . 'components/com_osproperty/js/bootstrap/js/jquery.min.js');
$document->addScript(JUri::root() . 'components/com_osproperty/js/bootstrap/js/jquery-noconflict.js');
$document->addScript(JUri::root() . 'components/com_osproperty/js/bootstrap/js/bootstrap.min.js');
}

$document->addStyleSheet(JURI::root() . 'components/com_osproperty/js/bootstrap/css/bootstrap.css');
}

Dam

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

  • sti
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
11 years 2 months ago #26160 by sti
Replied by sti on topic Re: Bootstrap on j2.5
18th February 2013: New version 2.0.4.4

thats my version. is that fix on that version? updating the latest version soon.

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

  • sti
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
11 years 2 months ago #26161 by sti
Replied by sti on topic Re: Bootstrap on j2.5
helpers.php is totally new file for 2.0.4.4.
the site wont load without that file. so it does exist.

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

More
11 years 2 months ago #26163 by Mr. Dam
Replied by Mr. Dam on topic Re: Bootstrap on j2.5
Of course, it's new file.
Dam

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

More
11 years 2 months ago #26164 by Mr. Dam
Replied by Mr. Dam on topic Re: Bootstrap on j2.5
Can you send me your site link, i will check to see what is the problem.
Dam

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

  • sti
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
11 years 2 months ago #26165 by sti
Replied by sti on topic Re: Bootstrap on j2.5

Dang Thuc Dam wrote: Can you send me your site link, i will check to see what is the problem.
Dam


still on localhost sir.

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

Moderators: Mr. DamNguyen Phu Quan