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 - 1,851 through 1,875 (of 2,462 total)

Home Forums

  • #29716

    Towfiq I.

    administrator

    Open up style.css and replace this:

    /*FULL WIDTH PAGE*/
    .theron_fullwdth_body .single_post{ width:940px !important;}
    .theron_fullwdth_body #content .single_wrap{ width:1000px;}

    .theron_fullwdth_body .commentlist{width:100%;}
    .theron_fullwdth_body #commentform, .thn_fullwdth_body #newslider{ width:970px;}
    .theron_fullwdth_body .comment-form-comment textarea{width: 570px;}
    .theron_fullwdth_body .comment-form-comment{width: 600px;}
    .theron_fullwdth_body .field_wrap{width: 340px;}
    .theron_fullwdth_body .comment-form-author input, .thn_fullwdth_body .comment-form-email input, .thn_fullwdth_body .comment-form-url input{width: 263px;}
    .theron_fullwdth_body .org_comment{ width:97%;}
    .theron_fullwdth_body .single_post .post img, .thn_fullwdth_body .type-page img, .thn_fullwdth_body .type-attachment img{ max-width:940px; height:auto;}
    .theron_fullwdth_body .post_foot{width:1000px;}
    .theron_fullwdth_body .share_this{width:960px;}

    with this:

    /*FULL WIDTH PAGE*/
    .theron_fullwdth_body .single_post{ width:90% !important;}
    .theron_fullwdth_body #content .single_wrap{ width:100%;}

    .theron_fullwdth_body .commentlist{width:100%;}
    .theron_fullwdth_body #commentform, .thn_fullwdth_body #newslider{ width:96%;}
    .theron_fullwdth_body .comment-form-comment textarea{width: 90%;}
    .theron_fullwdth_body .comment-form-comment{width: 50%;}
    .theron_fullwdth_body .field_wrap{width: 50%;}
    .theron_fullwdth_body .comment-form-author input, .thn_fullwdth_body .comment-form-email input, .thn_fullwdth_body .comment-form-url input{width: 50%;}
    .theron_fullwdth_body .org_comment{ width:97%;}
    .theron_fullwdth_body .single_post .post img, .thn_fullwdth_body .type-page img, .thn_fullwdth_body .type-attachment img{ max-width:100%; height:auto;}

    #29277

    Towfiq I.

    administrator

    add this to your stylesheet, see of that changes anything:

    @media screen and (max-width: 500px){
    body .nivo-caption{position:relative!important;}
    body .nivo-caption p{width:100%!important;}
    }

    #29271

    Towfiq I.

    administrator

    1. You forgot to link those 2 images to full images.

    2. Open up fancybox.js from the “js” folder and replace this line:

    'overlayShow' : true

    with this:

    		'overlayShow'	:	true,
    		'hideOnContentClick' : true
    #29255

    Towfiq I.

    administrator

    sorry, thats not possible.

    #29247

    Towfiq I.

    administrator

    whats your site address?

    #29158

    Towfiq I.

    administrator

    you did not close a div inside your welcome textarea. that messing with the code. Click the “Text” button of your welcome textarea from theron theme options and paste it here.

    #29050

    Towfiq I.

    administrator

    to remove the lightbox shadow add this to your stylesheet:

    .fancybox-bg, #fancybox-bg-n, #fancybox-bg-ne , #fancybox-bg-e , #fancybox-bg-se, #fancybox-bg-s, #fancybox-bg-sw, #fancybox-bg-w, #fancybox-bg-nw{display:none;}

    and about the mouse cursor issue, can you send me a page link where this is happening?

    #28850

    Towfiq I.

    administrator

    you can only do that in the PRO version.

    #28674

    Towfiq I.

    administrator

    use a photo editing psftware like GIMP to resize your photos.

    #28667

    Towfiq I.

    administrator

    are you getting a blank page? did you copy the “admin” folder to your child theme folder?

    #28468

    Towfiq I.

    administrator

    There is a “Blog Page template” you can assign to your page to display a blog page.

    Like this one displayed din the demo:
    http://theronlite.towfiqi.com/?page_id=86

    #28467

    Towfiq I.

    administrator

    The theme support of wordpress.com theme is given in wordpress.com theme forum.

    #28413

    Towfiq I.

    administrator

    can you send me your site’s id/pass through the contact page? I will look into it from the back-end.

    #28399

    Towfiq I.

    administrator

    can you send me a screenshot of how it looks?

    #28397

    Towfiq I.

    administrator

    Go to Settings> Reading select “your latest posts” as your homepage.

    #28382

    Towfiq I.

    administrator

    can you send me a page link where this issue is visible?

    #28338

    Towfiq I.

    administrator

    there shouldnt be a long row of navigation buttons. You can also hide the navigation on homepage by opening up layout1.php and replace this :

    <?php if (function_exists("theron_paginate")) {theron_paginate();} ?>

    with:

    <?php if ( !is_home() ) { ?><?php if (function_exists("theron_paginate")) {theron_paginate();} ?><?php } ?>

    #28337

    Towfiq I.

    administrator

    whats your site address?

    #27645

    Towfiq I.

    administrator

    you will have to match the number of posts per page on Settings> Reading page and the theron options page to get rid of the 404 issue.

    #27633

    Towfiq I.

    administrator

    replace this:

    #topmenu ul > li ul li:hover > a{color:#999!important;}

    with:

    body #topmenu ul > li ul li:hover > a{color:#999!important;}

    #27629

    Towfiq I.

    administrator

    add this to your stylesheet:

    #fancybox-outer{background:none!important;}
    #fancybox-content{border: 0px solid transparent!important;}

    #27624

    Towfiq I.

    administrator

    you just want to hide the navigation under the posts n front page right?

    #27623

    Towfiq I.

    administrator

    yes there’s this issues when viewed from ipad. this will be fixed in next update.

    #27620

    Towfiq I.

    administrator

    you will have to set the settings of the theme options only. you dont have to create menus, pages, posts etc.

    #27458

    Towfiq I.

    administrator

    add this to your stylesheet:

    body #topmenu ul > li ul li:hover > a{color:#999!important;}

Viewing 25 posts - 1,851 through 1,875 (of 2,462 total)