Jump to content
  • 0

Foldered flux cp theme, css not applying


Gouki

Question


  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.06
  • Content Count:  241
  • Reputation:   11
  • Joined:  08/12/20
  • Last Seen:  

Hi, I do have an html site so I need my root folder for that, so I transferred my flux to a folder inside public_html, however, after installation, everything works fine, registration and stuff. but the stylesheet or css (just whats on my mind) is not applying to it. I checked bootstrap and default, both works fine. any reason or fix to this issue?

url/account is where my flux is installed..

image.thumb.png.575238555f25428e79f8aa55f59aace0.png
 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1507
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

10 hours ago, Almond Snicker said:

Hi, I do have an html site so I need my root folder for that, so I transferred my flux to a folder inside public_html, however, after installation, everything works fine, registration and stuff. but the stylesheet or css (just whats on my mind) is not applying to it. I checked bootstrap and default, both works fine. any reason or fix to this issue?

url/account is where my flux is installed..

image.thumb.png.575238555f25428e79f8aa55f59aace0.png
 

html site : install it in public_html directory.
flux site : install it in public_html/account directory.

It might because of bootstrap css OR https issue as a reason of wrong path directory since I saw u have https:// there.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

You need to put the css on first line to backup the original css on 2nd line .

 

i think you are doing line 1 is the original then your line 2 is your custom csS . Thats why nothing happen

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.06
  • Content Count:  241
  • Reputation:   11
  • Joined:  08/12/20
  • Last Seen:  

11 hours ago, Chaos92 said:

html site : install it in public_html directory.
flux site : install it in public_html/account directory.

It might because of bootstrap css OR https issue as a reason of wrong path directory since I saw u have https:// there.

but then when I tried bootstrap or default themes, they are all perfect. I think https:// is not an issue since prior to moving, I have this https:// already and its perfectly fine.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  82
  • Topics Per Day:  0.06
  • Content Count:  241
  • Reputation:   11
  • Joined:  08/12/20
  • Last Seen:  

10 hours ago, Poring King said:

You need to put the css on first line to backup the original css on 2nd line .

 

i think you are doing line 1 is the original then your line 2 is your custom csS . Thats why nothing happen

 

Hi, what do you mean by putting it on the 1st line to back up the original css?

can you please expound more? your theory seems very interesting.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

5 hours ago, Almond Snicker said:

Hi, what do you mean by putting it on the 1st line to back up the original css?

can you please expound more? your theory seems very interesting.



 

// Custom CSS
<link rel="stylesheet" type="text/css" href="themes/default/css/style.css"> 
//Below is original css
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script type="text/javascript" src="js/navbar.js"></script>
<script type="text/javascript" src="js/counter.js"></script>
<link rel="icon" href="image/logo.png">

 

Link to comment
Share on other sites

×
×
  • Create New...