Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS and JS fails right after loading finished in codeigniter
    primarykey
    data
    text
    <p>I have downloaded bootstrap admin template from internet. When I place that in localhost, it worked. When I transferred that set of files in my codeigniter app resources folder, it loads correctly before page is fully loaded, but, after browser finishes loading, CSS and JS effects disappears. </p> <p>I do not know what to show to clarify my problem. Helping hands are appreciated.</p> <pre><code>&lt;link id="bs-css" href="http://localhost/wiyohk/app/resources/admin/css/bootstrap-cerulean.css" rel="stylesheet"&gt; &lt;style type="text/css"&gt; body { padding-bottom: 40px; } .sidebar-nav { padding: 9px 0; } &lt;/style&gt; &lt;link href="http://localhost/wiyohk/app/resources/admin/css/bootstrap-responsive.css" rel="stylesheet"&gt; &lt;link href="http://localhost/wiyohk/app/resources/admin/css/charisma-app.css" rel="stylesheet"&gt; &lt;link href="http://localhost/wiyohk/app/resources/admin/css/jquery-ui-1.8.21.custom.css" rel="stylesheet"&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/fullcalendar.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/fullcalendar.print.css' rel='stylesheet' media='print'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/chosen.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/uniform.default.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/colorbox.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/jquery.cleditor.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/jquery.noty.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/noty_theme_default.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/elfinder.min.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/elfinder.theme.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/jquery.iphone.toggle.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/opa-icons.css' rel='stylesheet'&gt; &lt;link href='http://localhost/wiyohk/app/resources/admin/css/uploadify.css' rel='stylesheet'&gt; </code></pre> <p>This is the css linking I got after doing view source. When I click css files in view source part, i see all of the necessary css classes but when i inspect element and click css files it shows empty.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload