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

Home Forums

  • #17932

    Towfiq I.

    administrator

    you mean the background color? You can change the background color from Appearance> Backgrounds

    #17930

    Towfiq I.

    administrator

    because you add this:

    body .lay3 .post_content{margin-left:120px; width:350px;}

    where margin-right should be 0px

    and also add this line:

    body #sidebar .widgets .widget, body .lay3 .post_image, body .lay3 .post_content{border:none!important;}

    #17928

    Towfiq I.

    administrator

    Add this to your stylesheet:

    #content {border: 1px solid #333333;}

    #sidebar .widgets .widget, .lay3 .post_image, .lay3 .post_content, {border:none;}

    .lay3_bridge{display:none;}

    body .lay3 .post_content{margin-left:0px; width:350px;}

    body .lay3 .hentry{margin-bottom:10px; padding-bottom:10px; border:1px solid #ececec;}

    body .lay3 .date_meta{width:60px;}

    #17926

    Towfiq I.

    administrator

    make the site live and let me know.

    #17924

    Towfiq I.

    administrator

    you want the latest posts under the blocks to look like this? right?

    #17922

    Towfiq I.

    administrator

    why dont you use layout3?

    #16964

    Towfiq I.

    administrator

    I just checked your site and the code is there. You can manually put your analytics code. Go to Appearance> Editor and select “footer.php” and find these lines:

    <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '<?php echo $option['trt_ga_id'] ?>']);
    _gaq.push(['_setDomainName', 'none']);
    _gaq.push(['_setAllowLinker', true]);
    _gaq.push(['_trackPageview']);

    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>

    and replace them with your analytics code.

    #16962

    Towfiq I.

    administrator

    whats your site address?

    #17905

    Towfiq I.

    administrator

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

    continuous: true,

    with this:

    continuous: false,

    #17902

    Towfiq I.

    administrator

    shoot! I though I’ve fixed this bug…

    To fix it, Go to Appearance> Editor and select “header.php” and replace this line:

    <li class="soc_plus"><a title="Google Plus" target="_blank" href="<?php echo of_get_option('gpsoc_text'); ?>>">Google Plus</a></li><?php } ?>

    with:

    <li class="soc_plus"><a title="Google Plus" target="_blank" href="<?php echo of_get_option('gpsoc_text'); ?>">Google Plus</a></li><?php } ?>

    #17720

    Towfiq I.

    administrator

    you will need to add category descriptions from

    Posts> Categories

    then, when you click the category page you will see it.

    #17725

    Towfiq I.

    administrator

    “featured image” is your thumbnail picture.

    #17804

    Towfiq I.

    administrator
    #17718

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “category.php” and add these lines:

    <h2><?php single_cat_title(); ?></h2>
    <p><?php echo category_description(); ?></p>

    After this line:

    <?php get_header(); ?>

    #17716

    Towfiq I.

    administrator

    do you want to display a category description?

    #17796

    Towfiq I.

    administrator

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

    .single_post .post_content a{color:#FACDB4;}

    #17789

    Towfiq I.

    administrator

    replace these lines:

    ?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) : ?>

    with these:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) : ?>

    #17794

    Towfiq I.

    administrator

    can you share the post link here?

    #17714

    Towfiq I.

    administrator

    why dont you add the category link to your menu?

    #17721

    Towfiq I.

    administrator

    yes there is. Go to Zenon Options> Documentation> Miscellaneous

    and read the “Enabling Video Thumbnails” part.

    #17712

    Towfiq I.

    administrator

    so you want to display posts from a certain category inside a page?

    #17722

    Towfiq I.

    administrator
    #17738

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “page-full_width.php” and remove this line:

    <div class="comments_template"><?php comments_template('',true); ?></div>

    #17709

    Towfiq I.

    administrator

    you will have to ask the fancybox plugin developer that, since I have no idea how he built the plugin.

    #17702

    Towfiq I.

    administrator

    The png is saved as png8, save it as png16 in your image editing software.

Viewing 25 posts - 2,201 through 2,225 (of 2,462 total)