Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author linickx

    (@linickx)

    It’s probably related to the relative links in your source.

    <link href="./styles/antique_tractor/theme/normal.css" rel="stylesheet" type="text/css" title="A" />
    <link href="./styles/antique_tractor/theme/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
    <link href="./styles/antique_tractor/theme/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

    As an unregistered user the resulting URL becomes https://www.canadianantiquetractor.com/tractorforum/index.php/styles/antique_tractor/theme/normal.css … which obviously doesn’t work.

    I hope that helps,
    Kind Regards,
    Nick

    I’m having the same problem, no css style, could explain what to do with those relative links/source – point out where I’m supposed to be looking.

    Thanks

    Plugin Author linickx

    (@linickx)

    replace

    <link href="./styles/mytheme/yourstyle.css" rel="stylesheet" type="text/css" />

    with

    <link href="https://www.example.com/styles/mytheme/yourstyle.css" rel="stylesheet" type="text/css" />

    HTH

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘phpbb_recent_topics no forum style css on link’ is closed to new replies.