• Sometimes, my WordPress stylesheet doesn’t load until I login. It loads a different stylesheet. Any idea why that might be happening or how I can prevent it?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is this only for you? If not, then can you link to a page with the issue?

    Thread Starter RobF2010

    (@robf2010)

    Look at your page source..
    on line 20

    <link
         rel="stylesheet"
         href="https://www.crabapplelane.net/WordPress/wp-       content/themes/ahimsa/style.css"
           type="text/css" media="screen"
        />

    “href” and “type” are starting new lines & there may be some problem with the method you are using to call your stylesheet file…

    Thread Starter RobF2010

    (@robf2010)

    If that’s what’s causing it, I don’t know how to fix it. I’m new to php.

    Ah ok.
    is that theme is in WordPress theme directory? or if you have downloaded that theme from external sites? give me the theme name if its there. i will see if i can do something.
    or if you want to try than look at your functions.php file and find the below code.
    wp_enqueue_style();
    if that function dosent exist in functions.php than open up header.php and loot into head section of theme. maybe that theme is loading stylesheet manually.if yes look for this.
    <link rel="stylesheet" href=".........">
    and post the result in both case so we will go further.

    Thread Starter RobF2010

    (@robf2010)

    It’s the Ahimsa theme in the WordPress theme directory. It came with the WordPress package. I tinkered with the colors a bit but that’s all.

    wp_enqueue_style(); is not in functions.php

    <link rel=”stylesheet” href=” is not in header.php

    Sorry brother. Any theme with the named “Ahimsa” is not found in wordpress theme directcory. and wordpress default themes are twentyten,twentythirteen & twentyfourteen etc and that comes with wordpress installation.
    can you post the link of that theme here. so i will see.

    Thread Starter RobF2010

    (@robf2010)

    “Ahimsa, Anjirai, Arclite, Arras, Atahualpa, Blogsonry, Cordoba Green Park 2, Corporate Blue, Corporate Gray, Corporate Orange, Fifteenth, Fusion, iNove, Lights Personal Theme, LightWord, monochrome, Pixel, Trees Personal Theme, Twenty Fifteen, Twenty Fourteen, Twenty Ten, Twenty Thirteen, Twenty Twelve, and Varg.”

    These are the themes in my directory. I downloaded one of the Twentys and maybe three or four of the others but the rest, including Ahimsa, were already there when I started tinkering with WordPress to replace my Movable Type Blog. A WordPress installation came with my Network Solutions Hosting Package. It just sat there unused for many years until Movable Type broke. Only the Twentys are from WordPress? I just want a three-column theme that will look OK on a desktop, laptop, or tablet. Not going to worry about mobiles yet. Any suggestions?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you can’t find a suitable theme, try a plugin https://www.ads-software.com/plugins/column-shortcodes/

    Hey Rob, Ahisma is not in wordpress directory. its a third party theme and found here
    https://ahren.org/code/ahimsa
    and i think its not following wordpress code standards.
    if you want to modify your theme then its up to you but if you just want a three column theme for your blog then there’s a lot of good themes in wordpress theme directory.you can install them for your blog.
    here is the link of three column wordpress themes
    Three column themes
    and if you cant choice anyone from there i will suggest you to take a loot at This theme.

    and let us know if you have found one for your blog?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Style Sheet Not Loading’ is closed to new replies.