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,176 through 2,200 (of 2,462 total)

Home Forums

  • #18198

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “stylesheet” from right and add these lines to the very bottom:

    body .logo{margin-bottom:0px;}

    body .logo img{margin-bottom:0px;}

    #18195

    Towfiq I.

    administrator

    Add this to your stylesheet:

    body #topmenu ul li a{font-size:18px!important;}

    #18095

    Towfiq I.

    administrator

    Add this to your stylesheet:

    body .mid_block_content{height:290px;}

    body .midrow_blocks{height:300px;}

    and go to Appearance>Zenon Options> Slider and select “No Slider”

    #18092

    Towfiq I.

    administrator

    Its a widget, you added from Appearance> Widgets.

    #18088

    Towfiq I.

    administrator

    its there, but its being cutoff because the image is huge. Add this to your stylesheet:

    .mid_block_content img{width:200px; height:auto;}

    its better if you add 200×120 px images to those blocks.

    #18086

    Towfiq I.

    administrator

    try this:

    <a href="http://www.fshstrategy.com" rel="nofollow"><img src="http://funfordads.com/wp-content/uploads/2012/07/Transformational-Consulting-Logo.jpg" /></a>

    #18084

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “index.php” and replace this line:

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

    with this:

    <a href="http://funfordads.com/wp-content/uploads/2012/07/Transformational-Consulting-Logo.jpg" rel="nofollow"><img src="http://www.fshstrategy.com" /></a>

    #18061

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “layout3.php” and replace this line:

    <?php the_excerpt(); ?>

    with this:

    <?php znn_excerpt('znn_excerptlength_teaser', 'znn_excerptmore'); ?>

    #18056

    Towfiq I.

    administrator

    can you post the link where its showing the “Read More” buttons?

    #18051

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

    #18049

    Towfiq I.

    administrator

    While editing the page, notice there is a “Screen Options” button on the top right of the page. Click it and check the “Discussion” option. Now notice a “Discussion” box appeared below the post editor. you can disable commenting on this page only from this box.

    #18045

    Towfiq I.

    administrator

    Try this:

    <div style="background:#fff; border:1px solid #ececec;width:970px; padding:15px;float:left;text-align:center;">
    <p>put your text here............</p>
    </div>

    #18043

    Towfiq I.

    administrator

    okay try this:

    <div style="background:#fff; border:1px solid #ececec;width:970px; padding:15px;float:left;">
    <p>put your text here............</p>
    </div>

    #18041

    Towfiq I.

    administrator

    can you add the code and let me know. I want to take a look at it..

    #18039

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “index.php” and add this:

    <div style="background:#fff; border:1px solid #ececec;width:970px; padding:15px;">
    <p>put your text here............</p>
    </div>

    add the above code after this line:

    <!--MIDROW END-->

    #17997

    Towfiq I.

    administrator

    wheres the calendar? I dont see it.

    #17031

    Towfiq I.

    administrator

    jasmin I am not sure what happened, if you cannot upload the theme from your wordpress admin panel you can follow the other methods of installing a wordpress theme:

    Read this:

    http://codex.wordpress.org/Using_Themes

    #18038

    Towfiq I.

    administrator
    #17995

    Towfiq I.

    administrator

    whats your site address?

    #17985

    Towfiq I.

    administrator

    maybe you forgot remove the last </div>

    your layout3.php file should look exactly like this one:

    http://pastebin.com/QCkTEujp

    #17982

    Towfiq I.

    administrator

    ok. disable the plugin and replace the code you added to index,php with this:

    <div class="tweetme"><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-text="<?php the_title(); ?>" data-url="<?php the_permalink() ?>" data-via="towfiqi">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>

    <div class="fblike">

    <div id="fb-root"></div>
    <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="<?php echo get_permalink(); ?>" layout="button_count" show_faces="true" width="450"></fb:like>

    </div>

    #17980

    Towfiq I.

    administrator

    did you not add the line in index.php file?

    #17978

    Towfiq I.

    administrator

    from the plugin options, uncheck “display on excerpts”

    #17976

    Towfiq I.

    administrator

    Install this plugin:

    http://wordpress.org/extend/plugins/only-tweet-like-share-and-google-1/

    and then open up “layout3.php” and add this line:

    <?php
    if(function_exists('display_social4i'))
    echo display_social4i("small","float-left"); ?>

    after this:

    <?php the_excerpt(); ?>

    #17934

    Towfiq I.

    administrator

    sorry, not possible.

Viewing 25 posts - 2,176 through 2,200 (of 2,462 total)