Advertisement:

Author Topic: I installed the OSclass and this file is missing on my installation  (Read 1286 times)

yashdeepsahni

  • Newbie
  • *
  • Posts: 16
./oc-includes/osclass/gui/css/jquery-ui/jquery-ui-1.8.20.custom.css

From where i will find this file.

bec website is working very very slow without this


yashdeepsahni

  • Newbie
  • *
  • Posts: 16
Re: I installed the OSclass and this file is missing on my installation
« Reply #1 on: August 23, 2015, 09:59:05 pm »
bec my server guys are saying website is slow due to this reason only

yashdeepsahni

  • Newbie
  • *
  • Posts: 16
Re: I installed the OSclass and this file is missing on my installation
« Reply #2 on: August 23, 2015, 11:11:50 pm »
i Installed usa.maxpage.org  from scratch again, still it's super slow 22sec to  start the website.


Please suggest what to do.
http://tools.pingdom.com/fpt/#!/dpcSAc/usa.maxpage.org

other wise no option . just move back to wordpress

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519

Adyyda

  • Sr. Member
  • ****
  • Posts: 435
Re: I installed the OSclass and this file is missing on my installation
« Reply #4 on: February 19, 2016, 10:43:21 pm »
Hello. Do you know from where that file is coming? I have installed Twitter theme in osclass 3.6.1 and i see that error because osclass has been updated and in that location we have a newer version. So, any idea where the reference is placed in the template so i can fix it? Thanks

Adyyda

  • Sr. Member
  • ****
  • Posts: 435
Re: I installed the OSclass and this file is missing on my installation
« Reply #5 on: February 19, 2016, 10:49:32 pm »
That reference was coming from Custom Attributes plugin. I disable it and no more error.

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: I installed the OSclass and this file is missing on my installation
« Reply #6 on: February 19, 2016, 11:05:19 pm »
there is only a difference between the versions and the location has changed, if you want to use custom attributes, you can change the following file to the newest version of jQuery UI CSS

../oc-content/plugins/custom_attributes/index.php

Line: ~385 AND ~395

Change:
Code: [Select]
echo '<link href="' . osc_base_url(false) . 'oc-includes/osclass/gui/css/jquery-ui/jquery-ui-1.8.20.custom.css" rel="stylesheet" type="text/css">' . PHP_EOL;To:
Code: [Select]
echo '<link href="' . osc_base_url(false) . 'oc-includes/osclass/gui/js/jquery-ui/jquery-ui-1.10.2.custom.min.css" rel="stylesheet" type="text/css">' . PHP_EOL;