Forum Replies Created
-
Author
-
GinsamaParticipant
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?
GinsamaParticipantyou 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 🙂GinsamaParticipantI 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.GinsamaParticipantyou are welcome just tell me what are the pages you encounter the font awesome errors in.
GinsamaParticipantCan you please set the website link I can try and check for a wise solution (i’m not from the support team)
GinsamaParticipantCheck 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. -
AuthorPosts