Jump to content
  • 0

Foldered flux cp theme, css not applying


Question

Posted

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
 

5 answers to this question

Recommended Posts

  • 0
Posted
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.

  • 0
Posted

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

 

  • 0
Posted
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.

 

  • 0
Posted
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.

  • 0
Posted
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">

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...