Forum Replies Created

  • In reply to: Font-face and web fonts issue

    #39718

    Did like this and didn’t work, see here, and it works with no issue on my test blog

    /* Adding webfonts */

    @font-face {
    font-family: 'Alef' !important;
    src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.eot') !important;
    src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
    url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.woff') format('woff'),
    url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.ttf') format('truetype'),
    url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.svg#alefbold') format('svg') !important;
    font-weight: bold;
    font-style: normal;

    }

    @font-face {
    font-family: 'Alef' !important;
    src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.eot') !important;
    src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
    url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.woff') format('woff'),
    url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.ttf') format('truetype'),
    url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Regular.svg#alefregular') format('svg') !important;
    font-weight: normal;
    font-style: normal;

    }
    /* End of webfonts */

    /* Where to use the webfonts */
    /* body {
    font:16px/1.1 "Alef", arial, sans-serif;
    }
    */
    html,h1,h2,h3,h4,h5,h6,b,strong,p,body,a,all {
    font-family:"Alef", arial, sans-serif;
    font-weight:normal;
    font-size:16px;
    }
    .sidebar h3 {
    font-family:"Alef", arial, sans-serif;
    font-weight:bold;
    font-size:18px;
    }

    .post-title, .post-title a {
    font-family:"Alef", arial, sans-serif;
    font-weight:bold;
    font-size:22px;
    }

    .commentform {
    font-family:"Alef", arial, sans-serif;
    font-weight:normal;
    font-size:12px;
    }

    .single .author_h4 {
    font-family:"Alef", arial, sans-serif;
    font-weight:bold;
    font-size:16px;
    color:#2E2E2E;
    }

    .bgimage-excerpt .slider_post h2 a {
    font-family:"Alef", arial, sans-serif;
    font-weight:bold;
    font-size:18px;
    }

    /* End of use webfont */

    In reply to: Font-face and web fonts issue

    #39716

    In the beginning of every location?

    In reply to: Adding webfont not from Google

    #39698

    Thanks Prasanna, but this is a bit old plugin and doesn’t support additional types of web fonts that are in use these days.

    Let’s say I would like to change the font of the widget title, how do I do that?

    In reply to: Embed video doesn't show on hompage, only in posts

    #39670

    I’m always using the “read more” option in my posts, as on the desktop version I don’t use the excerpt option as I want to choose for each post were to break it.

    I’ll appreciate this addition.

    In reply to: Strange arrow appears on NEO when I scroll my posts

    #39599

    Thanks, as if you swipe your finger not so slowly it moves to the next post.

    In reply to: Strange arrow appears on NEO when I scroll my posts

    #39597

    Thanks, so anyway to cancel it? As this is driving my visitors crazy 🙂

    In reply to: Add custome CSS to plugin thru the Graphene Custom CSS

    #39540

    Kenneth, don’t understand what you mean.

    This is not a page, it’s a plugin that I would like to change it’s CSS and to place it in the Widget area.

    In reply to: Add custome CSS to plugin thru the Graphene Custom CSS

    #39538

    Thanks Kenneth,

    And how do I tell that plugin that he should take it’s CSS from my custom CSS?

    How do I start the code?

    In reply to: WP post stat plugin thru custom CSS?

    #39482

    Syahir, tried the top 10, but it start counting from zero, so I will lose all my counts till today 🙁

    I’ll stick with the solution I’ve mentioned above with the great help of your Action Hooks.

    In reply to: WP post stat plugin thru custom CSS?

    #39481
    Quote:
    What about this plugin: http://wordpress.org/plugins/top-10/

    Syahir, I will check your recommendation as well.

    thanks.

Viewing 10 posts - 141 through 150 (of 206 total)