Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • in reply to: Registration form is not working #87464
     Ginsama
    Participant

    Yeah I have seen all these links but i have no clue about it, i have tried the registration in another theme and it works perfectly, so maybe sweetdate theme is infected?

    in reply to: font awesome clash #87239
     Ginsama
    Participant

    you are missing just ‘fa’ in your class name, ex: <i class=”fa fa-facebook “></i>
    and not <i class=”fa-facebook “></i>
    the first class name tells font awesome that it is your item and it needs an icon which is fa-facebook.
    do this to all your icon class and it will work, I have tested it 🙂

    in reply to: font awesome clash #87232
     Ginsama
    Participant

    I have come to find the missing Icons thanks, the solution so far is to change the class name on each anchor tag ‘{text}‘ from ‘icon icon-[name]’ to ‘fa fa-[name]’.
    Unless you are tired of this there is another solution is to give me a list of each missing icons I then will post a css solution for you to be added in the default stylesheet file of sweetdate theme.
    Best luck.

    in reply to: font awesome clash #87231
     Ginsama
    Participant

    you are welcome just tell me what are the pages you encounter the font awesome errors in.

    in reply to: font awesome clash #87212
     Ginsama
    Participant

    Can you please set the website link I can try and check for a wise solution (i’m not from the support team)

    in reply to: Call to undefined function __() #87211
     Ginsama
    Participant

    Check that your session directory is writable by the webserver process.

    The best way to do so is to create your own phpinfo file; in any web accessible folder create a file (you can call it test.php or phpinfo.php or whatever you’d like) with the following content:

    <?php
    phpinfo();
    ?>
    Open that file in your browser (http://localhost/test.php or similar) and look for the line session.save_path. That’s your session folder; make sure the permissions are suitable and see if that helps.

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

Log in with your credentials

Forgot your details?