OS Property support center

Incorrect spelling of frontend_style.css

  • MelanieB
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
6 years 5 months ago #105935 by MelanieB
Hi,
I have an error in google chrome that seems to be triggered bu a misspelling of a css file. I get the error when I open a page with property listings. The page is looking for the file:

www.mysite.com/components/com_osproperty...le/fontend_style.css

when in fact the file is called frontend_style.css

Are you able to tell me which file would be calling this so I can correct the spelling?

Kind regards

Mell

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

More
6 years 5 months ago #105964 by Mr. Dam
Replied by Mr. Dam on topic Incorrect spelling of frontend_style.css
Hi Mel,
This issue will be fixed in next OS Property version.
Thanks
Dam

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

  • MelanieB
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
6 years 5 months ago #106040 by MelanieB
Replied by MelanieB on topic Incorrect spelling of frontend_style.css
Hi Dam,

thanks. Is it possible to say where the line needs changing so I can add it? I just want to see if it fixes my minify issue and speeds up the page load?

Kind regards

Mel

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

More
6 years 5 months ago #106134 by Mr. Dam
Replied by Mr. Dam on topic Incorrect spelling of frontend_style.css
Hi Mel,
To solve the problem, you can open file: root > modules > mod_ospropertysearch > mod_ospropertysearch.php
Find:
$document->addStyleSheet(JURI::root().'components/com_osproperty/style/fontend_style.css');
and change to
$document->addStyleSheet(JURI::root().'components/com_osproperty/style/frontend_style.css');
Good luck
Dam

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

  • MelanieB
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
6 years 5 months ago #106148 by MelanieB
Replied by MelanieB on topic Incorrect spelling of frontend_style.css
Hi Dam,

Thank you!

Kind regards

Mel

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

  • MelanieB
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
6 years 5 months ago #106149 by MelanieB
Replied by MelanieB on topic Incorrect spelling of frontend_style.css
Hi Dam,

apologies for coming back on this. I made that change but it breaks the template for the listings (slightly) - see images before and after.

Is it best to just leave it as it was?

Mel
Attachments:

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

More
6 years 5 months ago #106150 by Mr. Dam
Replied by Mr. Dam on topic Incorrect spelling of frontend_style.css
Hi,
Please submit ticket and we will help you to fix the problem.
Thanks
Dam

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

Moderators: Mr. DamNguyen Phu Quan