Theme Support Forum

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

Viewing 13 posts - 1 through 13 (of 13 total)

Few questions

Home Forums Free Theme Support Zenon Lite Few questions

  • #75165

    Marius

    Thanks for answers. Great support. Respect. 🙂
    1. How to delete slide pagination?
    2. How to remove text in post “comments are closed” and posting date “On 2013/12/17″
    3. How to remove left corner with comments and date on right corner. I mean when mouse is hovered on featured post image.
    4. How to un-link parent page, but leave links on sub pages.
    For example when you click on page products it doesn’t work, but sub pages work. I hope you understand my all questions.
    Sorry for my poor English, i work on it.

    #75525

    Towfiq I.

    administrator

    1. add this toyour stylesheet:
    ol#controls{display:none;}

    2. open up comments.php and remove the “comments are closed” text. and you can hide the posting date from Zenon Options> Misc,

    3. add this to your stylesheet:

    .block_comm, .date_meta{display:none;}

    4. Create custom link page in the menu and then in the link field use this: #
    then add the submenus under the custom link menu.

    #75576

    Marius

    1. What size must be of featured image for properly showing?
    2. I disabling all from MIC, but on the post also show publishing DATE. Example: http://harmonijoslink.lt/moisturizing-night-formula/ see under title. How to remove this.
    Thanks 🙂

    #75749

    Towfiq I.

    administrator

    1. 285px x 190px

    2. Add this to your stylesheet:

    .single_metainfo{display:none;}

    #76770

    Marius

    Can you tell how to do blog post full width size, like page post. Waiting for the answer.

    #76848

    Towfiq I.

    administrator

    Add these lines to the very bottom of your stylesheet:

    /*FULL WIDTH PAGE*/
    body .single_post, .error404 .single_wrap, .error404 .single_post{ width:970px;}
    body .single_skew_comm{width: 962px;}
    body .single_skew_comm .skew_top_big{width: 968px;}
    body .single_skew_comm .skew_top_right{ margin-top:-71px;}
    body .single_skew .skew_bottom_big{width: 968px;}
    body .single_skew{ width:1000px;}
    body #commentform{ width:970px;}
    body .comment-form-comment textarea{width: 570px;}
    body .comment-form-comment{width: 600px;}
    body .field_wrap{width: 340px;}
    body .comment-form-author input, body .comment-form-email input, body .comment-form-url input{width: 263px;}

    #77970

    Marius

    How to disable showing or remove blogs posts from home page?

    #78322

    Towfiq I.

    administrator

    open up index.php and remove this:

    <!--LATEST POSTS-->
    <?php if ( is_home() ) { ?>
    	<?php if(of_get_option('latstpst_checkbox') == "1"){ ?><?php get_template_part(''.$zn_lays = of_get_option('layout_images', 'layout1').''); ?><?php } else { ?><?php } ?>
    <?php } else { ?>
    	<?php get_template_part(''.$zn_lays = of_get_option('layout_images', 'layout1').''); ?>
    <?php } ?>
    <!--LATEST POSTS END-->
    #79463

    Marius

    Hello how to change widget text alignment ? By default is on right, i want to do it center.

    #79686

    Towfiq I.

    administrator

    it shouldn’t be on right. can you send me a page link where this issue is visible?

    #79911

    Marius
    #79937

    Marius

    Also i want to know how to change site title font?
    How to add bold to site tagline?

    #80063

    Towfiq I.

    administrator

    sorry, the site title font cannot be changed in lite version. its only possible in pro.

    add this to your stylesheet to make the tagline for readable:

    .desc {font-weight: bold;color: #555;}
    #sidebar .widgettitle, #sidebar .widgettitle a{padding-left: 10px;width: 288px!important;text-align: left!important;}

Reply To: Few questions