shanu

About me: hi am open source developer
Location:
Email: 1010chip@gmail.com

Group membership

Bookmarks

No bookmarks

Pages

No pages created yet

Activity

  • shanu replied on the discussion topic Can anyone please guide me on embedding the font in elgg.
    Steps to be followed to embed new font into the source/site: Step 1: add those webfont.eot,webfont.woff,webfont.ttf,webfont.svg into the graphics folder of the theme/default source. Step 2:  include the @font-face of regular and bold in the... view reply
  • shanu joined the group Event calendar
  • shanu added a new discussion topic Can anyone please guide me on embedding the font in elgg. in the group Elgg Technical Support
    I have a new font name droidsans suggested by designing. Where to embed the file in elgg to get that...
    • Hi!

      You have to make a plugin to extend the default's css, add this font and put the path of where the font is (Inside your plugin)

      Rodolfo Hernandez

      Arvixe/Elgg Community Liaison

    • @shanu

      e.g.

      @font-face {
          font-family: 'droidsans-bold-webfont';
          src: url('<?php echo elgg_get_site_url(); ?>mod/my_plugin/DroidSans/droidsans-bold-webfont.eot');
          src: url('<?php echo elgg_get_site_url(); ?>mod/my_plugin/DroidSans/droidsans-webfont.eot') format('embedded-opentype'),
               url('<?php echo elgg_get_site_url(); ?>mod/my_plugin/DroidSans/droidsans-bold-webfont.woff') format('woff'),
               url('<?php echo elgg_get_site_url(); ?>mod/my_plugin/DroidSans/droidsans-bold-webfont.ttf') format('truetype'),
               url('<?php echo elgg_get_site_url(); ?>mod/my_plugin/DroidSans/droidsans-bold-webfont.svg') format('svg');
      }

    • Steps to be followed to embed new font into the source/site:

      Step 1: add those webfont.eot,webfont.woff,webfont.ttf,webfont.svg into the graphics folder of the theme/default source.

      Step 2:  include the @font-face of regular and bold in the site theme css page

      Step 3: change the right path of the folder in css as said by RvR in above comments.

      Step 4: upgrade the site(/upgrade.php) once till step 3 is done.

       

  • shanu joined the group Performance and Scalability
  • shanu replied on the discussion topic defult elgg File plugin issue
    me tooo facing some issues in downloading file of mp3 where i could download files of 20 mb and when i download files of 25 mb its nt downloading instead to that i get the error as File not foundFirefox can't find the file at... view reply

Send private message

You must be logged in to send a private message.