Forum Replies Created

  • In reply to: Adjust images after changing slider width

    #40616

    No, by container I mean the whole width of the blog.

    In reply to: Add in the section thru action hooks?

    #39471

    Syahir, even that the same code is working on my test blog and I’ve copied and paste it to the production blog?

    Any tools that I can use to find out the problems?

    Any plugins that knows to search for this kind of a problem?

    In reply to: Add in the section thru action hooks?

    #39469

    No, it didn’t work as well, it’s like something is blocking it from being applied.

    In reply to: Add in the section thru action hooks?

    #39468

    Wow, didn’t notice, will check that 🙂

    In reply to: Add in the section thru action hooks?

    #39466

    It’s not Google webfonts as they don’t have any Hebrew fonts.

    It’s Hebrew webfonts called “Alef”.

    http://alef.hagilda.com/

    I will try the Custom <head> tags as well.

    This is the code I would like to add, is it Ok?

    <style type="text/css">

    @font-face {
    font-family: 'Alef' !important;;
    src: url('http://www.udiburg.com//blog3/wp-includes/fonts/Alef-Bold.eot');
    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');
    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');
    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');
    font-weight: normal;
    font-style: normal;

    }

    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:24px;
    }

    .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;
    }

    </style>

    From some reason I can see it working in Chrome but not in IE or FF, while the test blog shows correctly on all.

    In reply to: Add in the section thru action hooks?

    #39464

    Also, tried adding the webfonts in the header.php didn’t work.

    This works fine on a test blog I’m having but not on my production site.

    I’ve disabled all plugins on the production one but it didn’t help.

    Any way to investigate it?

    In reply to: Add in the section thru action hooks?

    #39463

    Kenneth,

    I tried that but from some reason it’s not enforcing itself on the theme.

    I tried using webfonts and it didn’t work.

    So I would like to try to put it in the <head> and see if it will work.

    In reply to: Adjust images after changing slider width

    #40614

    Thanks, will try that

    In reply to: Help Please! Broken Theme

    #40422

    Hi resourcefulblogger

    Do exactly what it says here: http://code.google.com/p/graphene/downloads/detail?name=graphene.1.9.2.zip

    In reply to: Date icon moved to the right

    #40521

    I know, wanted to do saw myself 🙂

    Thanks

Viewing 10 posts - 81 through 90 (of 206 total)