ivica

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: theme problem #3575
    ivica
    Participant

    did you read my previos answer, you hawe errors in files in paths for themplate, here is just one example how look in your header.tpl
    <link rel=”stylesheet” href=”/templates/{$template}/css/fakeLoader.min.css”>
    and must be
    <link rel=”stylesheet” href=”templates/{$template}/css/fakeLoader.min.css”>
    without / before template/
    so update files on themeforest for download, to others not hawe this problem, i will change on my manualy, just removing / before…

    p.s. can you remove link to my site on first topic. thanks

    in reply to: theme problem #3572
    ivica
    Participant

    ok, i found alone, errors on your whmcs files, example
    <!– Preloader –>
    <link rel=”stylesheet” href=”/templates/{$template}/css/fakeLoader.min.css”>
    and must be
    <link rel=”stylesheet” href=”templates/{$template}/css/fakeLoader.min.css”>
    without / before template/
    so update files, to others not hawe this problem, i will change manualy….

    with / before,whmcs cant read path.

    • This reply was modified 7 years, 1 month ago by ivica.
    in reply to: theme problem #3571
    ivica
    Participant

    did you visit my link to see what is problem, is not modification of links, there is problem with css i think, themeis uploaded and i see that reading wrong path to whmcs themplate folder, that is problem reading path

    in reply to: theme problem #3570
    ivica
    Participant

    guys, there is nothing on themeforest that whcs come just free, i read text and doet how you wrote in, like see on link whmcs is messup, so tell me did or can help me or what to doet, if you give free whmcs then wrote html and whmcs without support theme. thanks

Viewing 4 posts - 1 through 4 (of 4 total)