Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Forum Replies Created

Viewing 25 posts - 2,001 through 2,025 (of 2,462 total)

Home Forums

  • #21729

    Towfiq I.

    administrator
    #21662

    Towfiq I.

    administrator

    open up layout1.php and replace this line:

    <?php the_post_thumbnail('medium'); ?>

    with:

    <?php the_post_thumbnail('large'); ?>

    #21659

    Towfiq I.

    administrator

    all your thumbnail images are have the width of less than 250px. make sure they have atleast 250px of width.

    #17648

    Towfiq I.

    administrator

    whats your default language?

    and for the welcome text. replace this line in index.php with the same qtranslate code:

    <?php echo of_get_option(‘wlcm_textarea’); ?>

    #21419

    Towfiq I.

    administrator

    try adding this:

    body .single_wrap .single_post{background:#fff url("http://vuffelisjov.dk/wp-content/uploads/2013/02/Maskot-vandm%C3%A6rke.png") no-repeat center!important;}

    #21417

    Towfiq I.

    administrator

    Add this to your stylesheet:

    .single_post{background:#fff url(“http://vuffelisjov.dk/wp-content/uploads/2013/02/Maskot-vandm%C3%A6rke.png&#8221;) no-repeat center!important;}

    #21415

    Towfiq I.

    administrator

    can you post the image url here?

    #17645

    Towfiq I.

    administrator

    Open up index.php and replace this:

    <?php echo of_get_option('block1_textarea'); ?>

    with these:

    <?php
    if(qtrans_getLanguage() == "en")
    echo ('your english text here....');
    else if(qtrans_getLanguage() == "fr")
    echo ('your french text here...');
    ?>

    #21296

    Towfiq I.

    administrator

    its probably only happening in Internet explorer.

    Open up header.php and add this line:

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    before this:

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">

    #21265

    Towfiq I.

    administrator

    for the first site the API key is free.

    #21263

    Towfiq I.

    administrator

    as far asi know, Akismet is free. I am using it on all my blogs for free.

    #21269

    Towfiq I.

    administrator
    #21261

    Towfiq I.

    administrator

    Use Akismet.

    and use the anti-virus plugin to check the malware infection.

    #21038

    Towfiq I.

    administrator
    #21035

    Towfiq I.

    administrator

    open up footer.php and add your analytics code before

    </body>

    #21033

    Towfiq I.

    administrator

    its because your analytics code wasn’t added properly. how did you add the code?

    #21031

    Towfiq I.

    administrator

    whats your site address?

    #21019

    Towfiq I.

    administrator

    send me your site’s ftp id and pass through this page:

    http://www.towfiqi.com/contact

    #21002

    Towfiq I.

    administrator

    ??

    #20956

    Towfiq I.

    administrator

    open up layout1.php and add this :

    <?php
    if (is_home()) {
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    query_posts("posts_per_page=5&paged=$paged");
    }
    ?>

    before this:

    <?php if(have_posts()): ?><?php while(have_posts()): ?><?php the_post(); ?>

    #20954

    Towfiq I.

    administrator

    Go to Settings> Reading and set number of posts per page from there.

    #20839

    Towfiq I.

    administrator

    Open up triton.js from the “js” folder and remove these lines:

    jQuery(‘.lay1 .post .imgwrap’).css({‘opacity’:’0.7′});

    jQuery(‘.lay1 .post ‘).hover(function(){

    jQuery(this).find(‘.imgwrap’).stop().animate({‘opacity’:’1′}, 300);

    }, function(){

    jQuery(this).find(‘.imgwrap’).stop().animate({‘opacity’:’0.7′}, 300);

    });

    #20785

    Towfiq I.

    administrator

    Go to Appearance> Themes> Install Themes> Upload and upload the theron.zip file and activate the theme.

    #20643

    Towfiq I.

    administrator

    add this too:

    .vcard{width:78px!important;}

    #20641

    Towfiq I.

    administrator

    Add this to your stylesheet:

    .org_comment{width:65%!important;}

Viewing 25 posts - 2,001 through 2,025 (of 2,462 total)